HTMX Boosts and ASP.NET Core Anti-Forgery Tokens
Explains how to handle ASP.NET Core anti-forgery tokens when using HTMX boosts, including solutions for script re-registration.
Explains how to handle ASP.NET Core anti-forgery tokens when using HTMX boosts, including solutions for script re-registration.
Explains how to correctly use Service Principal IDs (Client IDs vs. Object IDs) for Azure RBAC and Azure DevOps, fixing a common error.
A tech lead reflects on the challenge of letting go of technical control when transitioning to management and trusting a world-class team.
Interview with Chetan Sharma, CEO of Eppo, discussing A/B testing, statistics engineering, and building a modern experimentation platform.
Two methods to significantly speed up local tox runs by using wheels and shared build environments, reducing runtime by up to 75%.
A guide to using Zod schema validation with Playwright for robust API testing, focusing on response shape over content.
A tutorial on creating artistic, scannable QR codes using Stable Diffusion and ControlNet, detailing the setup and generation process.
Explains why eliding the 'await' keyword in C# async methods results in missing stack trace information, with code examples.
Explains the difference between annotations and labels in container images, referencing OCI specs and examples from Bitnami and Chainguard.
A biweekly newsletter curating the latest news, articles, and tools for mobile test automation, covering iOS, Android, and cross-platform development.
A tutorial on creating a simple line graph using CSS clip-path and clip-mask techniques, avoiding heavy charting libraries.
Guide to using AWS SAM's new GraphQLApi resource to build and deploy serverless applications with AWS AppSync.
A guide to resolving Git merge conflicts using the rebase command and VS Code's merge conflict editor.
An overview of LLM-powered autonomous agents, covering their core components like planning, memory, and tool use for complex problem-solving.
A developer explains how to implement dynamic Webmentions using Netlify Edge Functions with Eleventy, moving from static builds to real-time updates.
A call to action for developers to monetize and support open-source projects through corporate sponsorship and personal contributions.
A guide to managing DTAP environments in AWS CDK using YAML configuration files for consistent, parameterized infrastructure deployment.
A summary and analysis of DeepMind's RoboCat paper, a self-improving foundation agent for robotic manipulation using Transformer models.
A detailed look at new features and changes in Java 21, including the Scoped Values API, from the Inside Java Newscast.
Explores upcoming CSS State Container Queries, including 'stuck' and 'wrap' states, for styling based on element conditions without JavaScript.