[Web dev for beginners] CSS layout: flexbox, grid, media queries and container queries
A beginner's guide to CSS layout techniques including Flexbox, Grid, and responsive queries for web development.
A beginner's guide to CSS layout techniques including Flexbox, Grid, and responsive queries for web development.
A developer simplifies a content scheduling system by replacing a cron job and state machine with a smarter database query using future publication dates.
Explains the 'edit workflow' in Jujutsu VCS, a version control system, highlighting differences from Git and practical commands.
A critical analysis of FUTO's funding practices, questioning their use of 'open source' and alleged promotion of problematic figures.
Compares using JSON module imports vs fetch() for loading JSON data in browsers, highlighting differences in error handling and caching.
Introduces Isolator, a .NET framework for running code in secure, isolated sandboxes, addressing the removal of AppDomains in .NET Core.
Explores the ITaskEventHandler for CFC-based scheduled tasks in ColdFusion, comparing it to traditional URL-based methods.
A collection of links and commentary on tech topics including AI, government software projects, and cybersecurity policy.
Guide on how to extend Windows 10 security updates for an extra year using Microsoft's Extended Security Updates (ESU) program.
A critique of the bureaucratic and low-agency culture hindering tech entrepreneurship in Europe, arguing for personal responsibility over resignation.
Explores the commercial Apache Iceberg catalog ecosystem, focusing on REST Catalog standards, optimization strategies, and architectural trade-offs.
Explains how to implement .NET profiler function hooks using the Silhouette library, covering tracing vs. sampling profilers and low-level challenges.
A guide showing how to check the installed and download size of packages using the Pacman and Apt package managers on Linux.
An accessible introduction to binary search, explaining the algorithm through a bike theft CCTV example.
A developer shares a systematic approach to debugging, using a real bug example and contrasting it with AI's limitations.
A podcast episode discussing the inaugural Django on the Med event, its origins, code improvements made, and future plans.
A personal reflection on the persistent challenges women face in tech, focusing on objectification at events and the need for genuine respect and representation.
Build a FastAPI service using Microsoft's MarkItDown library to convert PDFs and documents to Markdown, containerized in Docker with a C# client.
Learn how to create custom extensions for Azure Bicep using the experimental local-deploy feature to deploy beyond Azure resources.
Explains a Markdown parsing bug when wrapping <pre> code blocks in HTML elements and provides workarounds for Eleventy projects.