LINQ: Select.Where or Where.Select?
Explains the performance and readability benefits of ordering LINQ queries as Where.Select instead of Select.Where in C#.
Explains the performance and readability benefits of ordering LINQ queries as Where.Select instead of Select.Where in C#.
A guide on using PostCSS with Eleventy's before event to process, optimize, and generate CSS for a static site.
A developer shares a solution for a Next.js 13 App Router issue where client components with 'use client' hang when using async/await with fetch in useEffect.
Building a SaaS product: adding an Account model and creating a background job to send journal prompt emails with full unit testing.
A guide on configuring jOOQ's code generator to produce package-private Java classes for better encapsulation.
Key dates and registration details for VMware Explore Europe 2023, including early bird pricing and session planning tips.
A tutorial on optimizing and deploying a BERT model for low-latency inference using AWS Inferentia2 accelerators and Amazon SageMaker.
A guide to structuring complex AWS CDK projects using the Go programming language, focusing on nested stacks and best practices.
Introduces TornadoVM, an open-source framework for running Java programs on GPUs and FPGAs to boost performance without low-level code.
Part III of a tutorial series on jq, focusing on core filter concepts for selecting and processing JSON data, including the dot filter and JSON syntax.
Part 3 of a tutorial on implementing Azure Managed Prometheus & Grafana for AKS monitoring using Terraform, focusing on ingress-nginx metrics.
A developer explores using LightDOM to solve styling challenges in Web Components and releases an npm package for a native sharing button.
Explains how to handle ASP.NET Core anti-forgery tokens when using HTMX boosts, including solutions for script re-registration.
A tech lead reflects on the challenge of letting go of technical control when transitioning to management and trusting a world-class team.
Explains how to correctly use Service Principal IDs (Client IDs vs. Object IDs) for Azure RBAC and Azure DevOps, fixing a common error.
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.
Explains why eliding the 'await' keyword in C# async methods results in missing stack trace information, with code examples.
A tutorial on creating artistic, scannable QR codes using Stable Diffusion and ControlNet, detailing the setup and generation process.