Maintain Clean Architecture Rules with Architecture Tests
Learn how to use architecture tests and the NetArchTest library to enforce clean architecture rules and prevent technical debt in .NET applications.
Learn how to use architecture tests and the NetArchTest library to enforce clean architecture rules and prevent technical debt in .NET applications.
A guide to getting 15GB of free storage for a business email by forwarding it to a free Google account and configuring SMTP for sending.
A guide to building multi-agent AI systems using Semantic Kernel and Azure AI Agent Service, focusing on orchestration frameworks.
A developer's experience with the Cline AI coding assistant, exploring its capabilities for bug fixing and the implications for programmers.
A guide to re-ordering Git commits using interactive rebase, including conflict resolution and cancellation.
A guide to building AI applications using the LangChain framework, covering core concepts, installation, and practical examples.
A technical guide on fine-tuning IBM's Granite3.1 AI model using Guided Reward Policy Optimization (GRPO) to enhance its reasoning capabilities.
A tutorial on automating the scheduled start and stop of Azure Virtual Machines using Azure Automation and PowerShell runbooks.
A guide to building an automated LinkedIn job application bot using Puppeteer for browser automation and TypeScript for robust, maintainable code.
Explores Azure's disaster recovery features for when an entire region is destroyed, covering availability zones, paired regions, and resilience strategies.
A developer details updating their blog's code syntax highlighting and theme colors using Shiki and CSS custom properties.
Explains structure-cementing tests and how a Test DSL can decouple tests from implementation details, making them resilient to structural changes.
A guide on installing and managing multiple versions of the Go programming language for different projects using the Go downloader and direnv.
JDK 24 deprecates the remote debugging features of jstat and jhsdb tools due to their reliance on the outdated RMI protocol.
The author completes a simplified signup process with account verification for their JourneyInbox app in this coding episode.
Introducing the Kubernetes History Inspector, an open-source tool for visualizing cluster events and logs in a detailed timeline.
A guide to the best newsletters, blogs, and resources for staying updated on the fast-moving field of Artificial Intelligence in 2025.
PostgreSQL 18 adds OLD/NEW support to RETURNING in DML queries, allowing explicit access to previous and new row values.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
Learn how to use Python's BytesIO efficiently to avoid memory duplication with getbuffer() and getvalue() methods.