URLs and percent encoding
A developer explains the complexities of URL percent encoding, detailing why automatic decoding in a library is problematic and referencing RFC3986.
A developer explains the complexities of URL percent encoding, detailing why automatic decoding in a library is problematic and referencing RFC3986.
A guide to solving JWT authentication for protected video and image assets in Angular applications, exploring multiple approaches.
A developer documents migrating a SaaS app to DigitalOcean using Kamal, detailing network issues and Docker setup.
Fixing the Docker image to get a Kamal deployment functional on a DigitalOcean droplet.
The author details migrating a Django SaaS app's database from Heroku's Postgres to SQLite as part of a move to DigitalOcean.
Explains how to integrate OpenAI's Realtime API using WebRTC for low-latency, multimodal conversational applications.
Introducing ModernBERT, a new family of state-of-the-art encoder models designed as a faster, more efficient replacement for the widely-used BERT.
Monthly roundup of news and resources in data streaming, stream processing, and the Apache Kafka ecosystem, curated by industry experts.
Explores two new .NET 10 features: non-blocking BackgroundService startup and a numeric string comparer for natural sorting.
Guide to migrating an existing Azure Firewall to Firewall Policy management using Bicep for improved features and infrastructure-as-code control.
Essential Linux skills for SQL Database Administrators to improve efficiency and marketability in modern IT environments.
A guide for SQL Server DBAs on using Ansible to automate database administration tasks like installation, backup, and user management.
Explains the new Experimental attribute in C# 12, which allows developers to mark library features as experimental and generate compile-time warnings.
A technical guide on migrating Gitlab Omnibus storage to Hetzner's new S3-compatible service, covering container registry and other data types.
A proposal to add a dedicated LeftJoin operator to LINQ in .NET 10, simplifying a common database query pattern.
A technical tutorial on enabling Node Autoprovisioning (NAP) on Azure Kubernetes Service (AKS) using Terraform and the azapi provider.
An updated guide on React ref callbacks, covering changes in React 19 and best practices for avoiding unnecessary re-renders.
A humorous exploration of C# ValueTuple's compiler behavior, especially with large numbers of elements.
Explains why command line pipes appear stuck due to output buffering and how to fix it.
A critical analysis of the 'always use early returns' coding advice found on LinkedIn, examining readability and maintainability in C#/.NET.