Integrate Pocket in Eleventy
A tutorial on integrating Pocket bookmarks into an Eleventy static site using the Pocket API and environment variables.
A tutorial on integrating Pocket bookmarks into an Eleventy static site using the Pocket API and environment variables.
A critique of Elastic's decision to change Elasticsearch's license, arguing it betrays open source principles and its contributor community.
Explores how certain programming language features, like operator overloading and macros, create 'spooky action at a distance' similar to quantum mechanics, harming code clarity.
An introduction to core security principles like Separation of Duties for designing and assessing secure database systems.
A tutorial on implementing supplementary views like badges in iOS collection views using Compositional Layout and Diffable Data Source.
A guide to integrating C# 9 record-based strongly-typed IDs with Entity Framework Core using value converters.
Explains how to use the Cast Single Message Transform in Kafka Connect to change data types of fields in Kafka messages.
Analyzes the fallout from Timnit Gebru's firing from Google and debates appropriate community responses in the AI research field.
Explains how to use Kafka Connect's ValueToKey and ExtractField Single Message Transforms to set message keys from data fields.
Explains how to serialize C# 9 strongly-typed IDs to JSON using System.Text.Json, covering custom converters and a converter factory.
A beginner-friendly guide explaining what Core Data is, why it's needed for iOS/macOS apps, and how it simplifies data persistence.
A technical guide on creating and customizing bullet chart variants using R and ggplot2, including code examples and comparisons of different approaches.
Explains how to implement type converters for C# 9 record-based strongly-typed IDs to enable proper model binding in ASP.NET Core route and query parameters.
A long-term review of the LoRaWAN Heltec CubeCell Capsule, covering its specs, use cases, and performance for IoT and solar-powered applications.
A step-by-step guide to configuring Jest for unit testing in a React application built with TypeScript, covering dependencies and configuration.
A deep-dive investigation into an AccessViolation crash in the .NET runtime's ObjectNative::IsLockHeld method, encountered while testing a tracer.
Explains how to use C# 9 record types to create strongly-typed IDs for entities, preventing common bugs caused by mixing up integer IDs.
A technical overview of approaches for building open-domain question answering systems using pretrained language models and neural networks.
A guide on using Python in Azure Functions to process binary files, focusing on reading and writing with Blob triggers and output bindings.
A technical comparison of Amazon Timestream and DynamoDB for handling timeseries data, based on real-world application testing.