WebGPU — All of the cores, none of the canvas
An introduction to WebGPU, focusing on using its low-level API for general-purpose GPU computing rather than graphics rendering.
An introduction to WebGPU, focusing on using its low-level API for general-purpose GPU computing rather than graphics rendering.
Discusses a font rendering bug caused by Google Fonts updates, arguing for self-hosting fonts for control and performance.
Guide to deploying a Sentence Transformers model on Amazon SageMaker for generating document embeddings using Hugging Face's Inference Toolkit.
A guide to using SIMD (SSE) instructions in C# to optimize performance, demonstrated by summing a list of integers.
A guide on using Angular directives to extend and configure third-party UI components, reducing template complexity and ensuring consistency.
A developer shares their journey creating technical content, including blogs, videos, and open-source projects, and offers tips for others.
An engineer shares insights and tutorials on applying Cohere's large language models for real-world tasks like prompt engineering and semantic search.
A developer's three-year journey to contribute a fix allowing code before super() in TypeScript constructors, including the technical challenge and community story.
A technical deep dive into a TypeScript pull request that allows non-this, non-super code in derived class constructors before the super() call.
Explains the common reasons why open source pull requests often take weeks, months, or longer to be reviewed and merged.
Part 4 of a Kubernetes for Developers series, focusing on setting up monitoring with kube-prometheus-stack, Prometheus, and Grafana.
Part 3 of a Kubernetes tutorial covering persistent volumes, StatefulSets, and autoscaling for developers.
A practical guide to learning new skills, focusing on realistic goal-setting and the effort required, using learning JavaScript as a key example.
A technical guide explaining how to authenticate and connect to an Azure AD B2C tenant using Azure CLI and PowerShell Az module.
A beginner's guide to Scala 3, covering installation, project setup, and basic syntax like variables and the main function.
A technical blog archive detailing posts on AWS services, cloud development, Java, DevOps, and software engineering practices from 2010 to 2025.
A data scientist shares a structured approach to starting data science projects, focusing on business goals, requirements, and avoiding common pitfalls.
A guide to Kubernetes autoscaling tools, covering Horizontal Pod Autoscaler (HPA), Vertical Pod Autoscaler (VPA), and Cluster Proportional Autoscaler (CPA).
The author explores routing in web frameworks and details the implementation of a flat-list routing system for their Lua-based Atlas framework.
A tutorial on building a gRPC server in .NET, covering project setup, protocol buffers, and service implementation.