Implementing a simple state machine library in JavaScript
A guide to building a simple finite state machine library in JavaScript from scratch to understand the core concepts.
A guide to building a simple finite state machine library in JavaScript from scratch to understand the core concepts.
A tech professional outlines his 2020 vision and strategy for creating compelling technical content for IT professionals across various mediums.
A personal blog post reflecting on the author's journey from a struggling college student in 2010 to a software developer, sharing lessons learned.
A technical guide on creating a custom Django User model and integrating django-allauth for email-based authentication.
A guide on using a pre-built Django template to quickly set up a Django application with features like user authentication, Docker, and testing.
A critique and wishlist for improving the .NET CLI's 'dotnet new' command, focusing on better Visual Studio integration and a modern UI.
Explains CSS specificity rules, how to calculate selector priority, and why to avoid overusing !important.
A guide to CSS measurement units, explaining absolute units like px and relative units like em, rem, and viewport units for web design.
A review of major tech trends from the 2010s, focusing on the explosive growth and impact of public cloud computing (AWS, Azure, GCP).
Explains Azure SQL Data Warehouse's Result Set Caching feature, its benefits for data warehousing, and how to enable it.
Announcing a major performance update for MyNatsClient, a .NET client for NATS, achieving a 60% speed increase and reduced resource usage.
A guide to running AWS CLI commands across all accounts in an AWS Organization using temporary IAM sessions with MFA and cross-account role assumption.
A review of the best #TidyTuesday data visualization submissions from 2019, highlighting creative and insightful uses of R and ggplot2.
A developer details their project to host a static blog across AWS, Azure, and GCP using Route 53 for load balancing, driven by a desire to learn multi-cloud platforms.
A personal year-in-review blog post reflecting on the blog's growth, content goals, and technical decisions like ads, analytics, and a potential platform migration.
A developer explains his simple system for managing dotfiles by turning his $HOME directory into a git repository with a clever .gitignore.
A statistician's response to New Zealand's proposed Algorithms Charter, analyzing its principles for ethical and transparent government algorithm use.
An introductory article explaining what JavaScript is, its benefits, and how to use it in HTML for web development.
An introduction to the Document Object Model (DOM), explaining its structure and demonstrating basic manipulation using JavaScript methods.