Bun vs Node Performance
Real-world performance comparison between Node.js and Bun as a drop-in replacement, measuring package installation, test execution, build times, and memory usage across common development tasks.
Welcome to my personal blog. "Personal" is the motto here—anything I'm interested in might show up: software development, architecture, dogs, psychology, tooling and workflow optimization, Linux, music, and everything else I pick up along the way.
I'll try to keep it tidy—and I promise to add a search feature.
Real-world performance comparison between Node.js and Bun as a drop-in replacement, measuring package installation, test execution, build times, and memory usage across common development tasks.
A quick guide to deploying applications to Coolify using Docker Compose, GitHub Container Registry (GHCR), and GitHub Actions.
The first post on my new blog - an introduction to what you'll find here.
A test note to verify the publish-to-blog script functionality
A quick introduction to using the Azure CLI for managing cloud resources.
How Rust guarantees memory safety at compile time through its unique ownership system.
How to use Azure Policies to communicate and enforce conventions when creating resources.
Role-Based Access Control in Azure - how it works, Azure vs Entra ID roles, and best practices.
Essential Docker commands for viewing, managing, and stopping containers.
A comprehensive guide to Rust's type system - scalars, compounds, and how to declare them.