Deploy your first Service to Azure Container Services (AKS)
A step-by-step tutorial on deploying a containerized service to Azure Kubernetes Service (AKS), covering setup, registry, and deployment.
A step-by-step tutorial on deploying a containerized service to Azure Kubernetes Service (AKS), covering setup, registry, and deployment.
A programmer shares his personal journey into coding, starting at age 12 with Club Penguin and learning Visual Basic to prove his doubters wrong.
A guide to using NoScript 10.x in Firefox, covering its new UI, trust levels, and configuration for privacy and security.
A critical analysis of Microsoft's announcement to run VMware workloads on bare metal Azure hardware, questioning its strategic value.
A developer shares initial thoughts on using Kotlin for a project, highlighting features like immutability, extension methods, and Java integration.
A guide for open source maintainers explaining the fundamentals of open source licensing, including copyright, rights granted, and common license types.
A guide to building a secure, automated AWS Account Factory using AWS Organizations, IAM, and CloudFormation for scalable account management.
A deep dive into the software architecture and runtimes of the BBC micro:bit educational computer, exploring its components and how they fit together.
A developer's guide to migrating a Node.js project's test suite from Mocha/Should.js to Jest using codemods, including challenges and solutions.
Analyzing the probability of self-assignment in a Secret Santa gift exchange using probability bounds and simulations.
A guide to Azure's Platform-as-a-Service (PaaS) offerings for containers, explaining core concepts and comparing services like ACR, ACI, and Web Apps.
A guide to extending smartphone lifespan through DIY repairs, custom ROMs, and choosing user-serviceable hardware.
A guide to installing and managing Vim plugins using a plugin manager like vim-plug to improve your development workflow.
A technical guide on installing and configuring Oracle GoldenGate for Big Data with Kafka Connect and Confluent Platform.
Explains the Bailey-Borwein-Plouffe formula for computing hexadecimal digits of π and provides a Julia implementation.
Benchmarking SQL Server cluster sizes on SSDs to determine if 64K allocation units are still optimal under various RAID configurations.
A curated list of resources and tutorials for using Docker with R to create reproducible research environments and containerized applications.
Argues that memory unsafety is a widespread, unnamed vulnerability causing thousands of bugs, and advocates for adopting memory-safe languages like Rust.
Learn how to create a custom IterableDiffer in Angular to optimize change detection and improve performance with large collections.
A guide on setting up and running Kotlin-based Azure Functions, exploring JVM support and using IntelliJ IDEA with Maven.