Building a no-JS radial menu with CSS trigonometry, popover, and anchor positioning
A tutorial on building a radial menu using modern CSS features like trigonometric functions, the popover API, and anchor positioning, without JavaScript.
A tutorial on building a radial menu using modern CSS features like trigonometric functions, the popover API, and anchor positioning, without JavaScript.
A developer builds and refines email templates for a SaaS journaling service, sharing insights on copywriting and programming challenges.
A talk from EuroPython 2023 covering the development, maintenance, and how to contribute to the official Django project website (djangoproject.com).
An analysis of how Google's search engine, by making information retrieval too easy, has eroded online community engagement and human connection.
A developer shares motivations for writing and offers advice on how to write effectively for a technical audience, including recommended resources.
A technical walkthrough of scraping and visualizing global airline passenger route data using Python, DuckDB, and QGIS.
A developer's guide to migrating a large .NET Framework 4.8 application to .NET 6 using an iterative, step-by-step approach.
A beginner's guide to network programming in Python, covering sockets, TCP, and building a basic client-server application.
A developer's detailed experience upgrading projects to .NET 8 Preview 6, focusing on the Request Delegate Generator and C# 12 primary constructors.
A technical case study on improving web performance by identifying and fixing a page with 81 slow-loading iframe embeds, reducing bundle size and load times.
A developer details the process of creating an animated SVG logo using stroke-dasharray and stroke-dashoffset techniques.
A technical guide on creating comprehensive URL hierarchies and tag indices using Eleventy's pagination feature for static site generation.
A SwiftUI tutorial on creating a draggable, edge-snapping overlay button for iOS/macOS developer tools.
A technical guide on migrating Disqus comments from WordPress to an Eleventy (11ty) static site, including extracting post IDs from a sitemap.
A developer documents failed attempts and workarounds for installing NixOS on a Raspberry Pi 4, detailing specific errors and solutions.
A software engineer shares their positive experience working at Netflix, debunking myths about lack of innovation and growth in big tech companies.
A complete guide for beginners on installing NixOS on a Raspberry Pi 4, including downloading, decompressing, and flashing the OS image.
Explains a common pitfall when using the C# 'with' keyword on records containing reference types, and how to avoid it.
A guide to troubleshooting common issues when configuring and deploying applications to a private Azure App Service Environment (ASE).
A technical guide on fine-tuning LLaMA 2 models (7B to 70B) using QLoRA and PEFT on Amazon SageMaker for efficient large language model adaptation.