My PHP enum style guide
A personal style guide for writing enums in PHP, covering naming conventions, backed enums, and simple methods.
A personal style guide for writing enums in PHP, covering naming conventions, backed enums, and simple methods.
A PyCon US 2022 talk recap on implementing framework-independent shared functionality using WSGI and ASGI middleware.
A guide on writing effective alt text for images, focusing on web accessibility, screen readers, and best practices for developers.
A guide to using Project Tye to simplify local development by running multiple .NET APIs and services with a single command.
Explains the JavaScript debouncing technique to optimize performance by delaying function calls, with practical code examples.
Part 6 of a series on making sparse linear algebra differentiable in JAX, focusing on implementing Jacobian-vector products for custom primitives.
A developer's strategy for evaluating new tech tools by letting them mature on a 'carousel' before adoption, using examples like React, Gatsby, and Tailwind.
A guide to deploying a NestJS application to Google Cloud Run, covering manual setup and automated CI/CD with GitHub Actions.
Explains how to use Kubernetes ephemeral containers and the kubectl debug command for troubleshooting pods without restarting them.
A technical guide on how to capture usage metrics for redirects in a Ruby on Rails application to aid in cleaning up legacy routes.
A guide to fixing AsyncStorage warnings when using Firebase JS SDK with React Native by properly configuring the auth persistence layer.
Learn how to cancel API requests in JavaScript using the AbortController interface with fetch and axios to improve performance.
Explores thread scheduling fairness for CPU-bound workloads in Java's Project Loom and its new virtual threads feature.
Explores thread scheduling fairness for CPU-bound workloads in Java's Project Loom, focusing on virtual threads.
Troubleshooting an Azure Synapse Analytics error: 'LSRServiceException – Could not find Linked Service' when running AutoML.
Developer updates on vdirsyncer rewrite progress, async API considerations, and improvements to darkman and KeePassXC tools.
A guide to automating content syndication from dev.to to an Eleventy blog using GitHub Actions, including markdown manipulation and API integration.
A technical guide on using geospatial data and cloud computing to optimize 5G network deployment, considering environmental factors like trees.
Explains how to configure Google Kubernetes Engine Autopilot to prefer using cost-saving Spot VMs for workloads, with fallback to regular nodes.
How to separate workloads on different nodes in GKE Autopilot using taints, tolerations, and node selectors.