ICFP Contest 2025
A team's experience and technical approach to solving the ICFP Contest 2025 programming challenge, focusing on graph exploration.
A team's experience and technical approach to solving the ICFP Contest 2025 programming challenge, focusing on graph exploration.
A talk from DjangoCon US 2025 explaining how to use Django 5.0's new GeneratedField, which computes values in the database.
A guide explaining how to export your Google Maps Timeline data from an Android phone to a JSON file, and mentions tools to convert it to GPX.
A beginner's guide to using npm packages and bundling JavaScript code for web development projects.
A web developer's ongoing internal debate about replacing WordPress with a custom-built CMS, weighing bloat and control against convenience.
A hands-on tour of Java 25's new features for developers, including language upgrades, concurrency tools, and performance improvements.
Explains why over-reliance on automatic retries can harm low-latency platforms and advocates for fundamental resiliency practices.
A guide to implementing Zero Trust security principles within Microsoft Azure, covering identity management, network segmentation, and continuous monitoring.
Explores categorical models for dependent type theory, connecting lambda calculus to fibrations and sections in locally cartesian closed categories.
A guide to building a comprehensive Python script for automating VMware tasks like inventory, health checks, snapshots, and reporting.
The new C23 edition of the book 'Modern C' is now available in print and e-pub formats.
Explains how to implement custom validation in ASP.NET Core 10.0 Minimal APIs using ValidationAttribute and IValidatableObject.
A developer's personal learning journey into the AI ecosystem, starting with an exploration of the Model Context Protocol (MCP) for connecting LLMs to APIs.
Demonstrates a 6x speedup for analytics queries using EDB Postgres Distributed's new analytics engine compared to the standard Postgres engine.
A technical guide on using PowerCLI with Python to integrate VMware automation with external tools like Slack, Jira, and REST APIs for IT workflows.
A technical guide on automating VMware vSphere, NSX, and Aria Operations tasks using PowerCLI and Python for orchestration.
Detailed comparison of Java and C# features including object initialization, casts, methods, and operator overloading.
Explains why P95 and P99 latency metrics are crucial for understanding real user experience, not just average response times.
A guide on using the pytest-env package to set environment variables for pytest tests in pyproject.toml, avoiding direct os.environ modification.
Explains Little's Law from queuing theory and how it applies to system performance, showing why latency increases cause concurrency to balloon under load.