Simple Anomaly Detection Using Plain SQL
A guide to implementing a simple anomaly detection system using only SQL and basic statistics, aimed at developers.
A guide to implementing a simple anomaly detection system using only SQL and basic statistics, aimed at developers.
A technical guide on implementing canary deployments using Traefik's weighted load balancing feature for Docker containers.
Explains how to implement custom admission webhooks in Azure Kubernetes Service using Azure Functions for dynamic resource control.
A technical guide explaining how to implement the 'Launch at Login' feature for MacOS applications using the Service Management framework.
Explores federation as a scalable, decentralized alternative to centralized and P2P systems for internet communication and governance.
Exploring TypeScript 4.1's pedantic index signature checks and creating a SafeRecord type to fix unsafe object access.
Introducing merced-spinup, a CLI tool to quickly bootstrap project templates for various frontend libraries and frameworks, including custom web component libraries.
Explains the theory behind linear regression models, a fundamental machine learning algorithm for predicting continuous numerical values.
Key considerations and best practices for successfully implementing Azure DevOps in an organization, covering projects, area paths, and identity.
A tutorial on using a JavaScript fake API with mock data to build a React frontend when a backend isn't available.
A technical guide on setting up ksqlDB with embedded Kafka Connect to ingest CDC events from MS SQL Server using the Debezium connector via Docker Compose.
A technical guide on using Asciidoc's include directive within Hugo to embed external code snippets from sources like GitHub.
A software developer shares the start of a passion project to build a text-adventure game as a web app using F# and React/TypeScript.
A retrospective on the first virtual Serverless Days ANZ 2020 conference, covering event planning, speaker submissions, and key highlights.
Explores using CSS variables to create composable utility classes for non-decomposable CSS properties like transform.
Explores Vue 3's reactivity system, detailing how computed properties, effects, and the watch API work under the hood.
A tutorial on connecting to a MongoDB database using the Mongoose ODM library in JavaScript, including setup, schemas, and queries.
A technical guide explaining JavaScript Promises and comparing three methods for making API calls: Fetch, Axios, and $.ajax.
A talk on implementing full-text search using only Django and PostgreSQL, presented at DjangoCon Europe 2020.
A proposal to add generic syntax to PHP for static analysis tools, bypassing runtime performance issues by transpiling.