[Web dev for beginners] Shells
A beginner's guide to using shells and understanding file system paths for web development.
A beginner's guide to using shells and understanding file system paths for web development.
A technical analysis of the 2025 AWS outage, its causes, impact on businesses, and lessons for building resilient cloud architectures.
Explains how to use implicit and explicit database transactions with the MongoDB Entity Framework Core provider for data consistency.
Explains the three table inheritance patterns (TPH, TPT, TPC) now available in EF Core 7 for mapping object-oriented class hierarchies to relational databases.
Tips for improving performance in Entity Framework Core, covering compiled queries, lazy loading, and other optimizations for reads and writes.
A guide on importing Java Flight Recorder (JFR) profiling data into DuckDB for analysis using SQL queries.
A historical overview of Microsoft's .NET dependency resolution APIs, from IServiceProvider to ASP.NET frameworks like MVC, Web API, and SignalR.
Explains the new 'field' keyword in C# 14, which provides access to the auto-generated backing field of a property, bridging the gap between auto and full properties.
A guide to replacing tox/nox with uv and Just for testing Python projects against multiple Python versions, simplifying configuration.
A beginner's guide to CSS layout techniques including Flexbox, Grid, and responsive queries for web development.
Introduces Isolator, a .NET framework for running code in secure, isolated sandboxes, addressing the removal of AppDomains in .NET Core.
A collection of links and commentary on tech topics including AI, government software projects, and cybersecurity policy.
A critique of the bureaucratic and low-agency culture hindering tech entrepreneurship in Europe, arguing for personal responsibility over resignation.
Build a FastAPI service using Microsoft's MarkItDown library to convert PDFs and documents to Markdown, containerized in Docker with a C# client.
Explores how GenAI and agentic tools are shifting developer workflows towards rapid prototyping and focusing on output over implementation details.
dzBdsLauncher 1.0.18 update adds a feature to automatically delete unwanted Windows Start Menu links created by Delphi IDEs.
Microsoft's latest Azure IaaS and Azure Local updates for October 2025, covering new features, VM retirements, and firewall enhancements.
A guide on integrating Asyncpg with FastAPI and Air for direct PostgreSQL database access, bypassing heavier ORMs like SQLAlchemy.
A software engineer shares his AI-accelerated development workflow using CursorAI and ai-devkit to speed up the traditional software engineering process.
Explores using Pyodide to build AI agents that write temporary code for non-coding tasks, focusing on sandboxed execution and virtual file systems.