How To Deploy a Function App with KEDA (Kubernetes-based Event-Driven Autoscaling)
A tutorial on deploying an Azure Function App using KEDA for event-driven autoscaling on a Kubernetes cluster, with infrastructure as code.
A tutorial on deploying an Azure Function App using KEDA for event-driven autoscaling on a Kubernetes cluster, with infrastructure as code.
A beginner's guide to structuring an Express.js application with MongoDB, covering models, routes, controllers, services, and repositories for clean code.
A follow-up review of the RaptorCS POWER9 Blackbird PC, detailing the resolution of hardware issues and improvements to customer support after initial problems.
Analysis of the 2019 State of Open Source Security Report, focusing on Node.js and npm vulnerabilities like Path Traversal and ReDoS.
Explains when to use JavaScript Map objects over plain objects, focusing on key type flexibility and performance.
A guide to creating a macOS service that converts Markdown to rich text with syntax highlighting for use in any app, like email clients.
A case study on building and deploying a machine learning system for hospital bill estimation, reducing prediction errors by over 50%.
A technical guide on using Azure serverless services (Logic Apps, Cognitive Services, Table Storage) to automatically detect and flag spam bots in Meetup groups.
A tutorial on creating custom CSS focus styles, demonstrating techniques from Smashing Magazine, WTF Forms, and Slack.
Explores how governance in open source projects can be manipulated, drawing parallels to political gerrymandering, using examples like Apache Cassandra.
A tutorial on building a simple HTTP/2 server using the Vapor 4 framework for server-side Swift development.
A blog introduction focusing on technical essays, tutorials, and reflections about software development, tools, and career advice.
A guide to organizing Django settings for different environments (development/production) and managing secrets securely.
A guide to using Kafka Connect to stream data from Kafka topics to Elasticsearch 7, covering configuration, common errors, and schema options.
Explores performance optimization for Python HTTP clients, covering persistent connections, parallelism, and asynchronous patterns.
Explores the evolution of the World Wide Web from a simple 'Web of Documents' to the complex 'Web of Applications' we use today.
An analysis criticizing Collabora's addition of HDCP DRM to the Weston Wayland compositor, arguing it was driven by financial motives rather than technical merit.
Explores AI-driven content curation through Archillect and algorithmic generative art via Inconvergent, highlighting automated creativity.
A technical series on implementing a custom container manager from scratch, using runc as the underlying OCI runtime.
Explains how to use Go's internal/ directory to create private packages, reducing a project's public API surface and improving design.