What's the big deal about key-value databases like FoundationDB and RocksDB?
Explains the purpose and advantages of embedded key-value databases like RocksDB and FoundationDB, comparing them to traditional SQL and NoSQL systems.
Explains the purpose and advantages of embedded key-value databases like RocksDB and FoundationDB, comparing them to traditional SQL and NoSQL systems.
Using CSS Cascade Layers to manage style order and specificity in live coding demos, particularly with container queries.
Final part of a series on building an air quality alert system using Azure IoT, Functions, Cosmos DB, Anomaly Detector, and Twilio SMS.
A guide to setting up and using Microsoft Dev Box during its public preview, covering prerequisites and configuration tips.
A guide on using jOOQ and Testcontainers to write integration tests for database stored procedures in Java, replacing manual JDBC calls.
Explains how to use Playwright's test steps to structure end-to-end tests for better failure reporting and maintainability.
A developer's detailed guide on writing and distributing press releases for tech apps, based on personal success getting coverage for Chill Zones and SwitchBuddy.
Explores the new bulk update and delete features in Entity Framework 7, including usage, performance benefits, and limitations.
Best practices for setting up and scaling large Google Kubernetes Engine (GKE) Autopilot clusters, covering networking, quotas, and pre-warming.
A guide to provisioning temporary spare capacity in GKE Autopilot clusters using low-priority placeholder Jobs for anticipated scaling events.
Article discusses SQLite's limited built-in functions, compares it to other databases, and introduces a Go-based standard library extension.
A guide on integrating Azure Cognitive Services AI capabilities into React applications, based on a conference talk.
Explains the pitfalls of using `async void` in C# and provides safer alternatives for asynchronous programming.
The article argues that true mass collaboration on the internet is a myth, using examples from open source, gaming, and teamwork dynamics.
A tutorial on building an appointment booking system using Twilio's WhatsApp API, Notion for data storage, and FastAPI for backend logic.
Explores methods for creating slim, secure container images, comparing Alpine, Distroless, Apko, Chisel, and DockerSlim, and analyzing developer priorities.
A technical tutorial on setting up the Valhalla routing engine to generate isochrone maps using OpenStreetMap data and QGIS.
Explores using the H2 in-memory database for testing with jOOQ, covering SQL standardisation and H2's compatibility modes.
A guide to implementing content tagging in SwiftUI using the TagKit library, covering slugification and customizable tag views.
A developer shares their experience creating a SwiftUI app for syntax highlighting Swift code, built using John Sundell's Splash package.