Browsing Category
Software
11545 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
A Concise Guide to Asynchronous Data Flow with C# Channels
In modern C# development, synchronization of data exchange between concurrent tasks is a prevalent challenge. While higher-level constructs…
KEXP: Samantha Crain – Gumshoe (Live on KEXP)
Samantha Crain and her band (Brine Webb on bass, Billy Reid on drums) cut a live take of…
Beancount is Personal Finance for Developers
Over the years, I have made multiple attempts at using software for tracking household finances, each one abandoned…
Concurrent Programming in Android – Part II
Note : Here are my two tutorials on Android Concurrency Model. Please have a look at these: In…
🛳️ Docker Series: Episode 11 — Hosting Dockerized Apps: Cloud Deployment for Beginners
🎬 “You’ve built and dockerized your app. Now it’s time to take it live! In this episode, we’ll…
Terraform CDK + Go: Building a Complete Serverless API Project (Part 1)
🚀 Infrastructure as Code in action! If you already use Terraform but want the power of programming languages…
Começando com React: Desafios e Conquistas
Faz três meses que comecei a estudar React, e olha… tem sido uma montanha-russa de aprendizado. No começo…
How to Deploy a Django App to Production in 2025
From Localhost to Live: The Essential Django Deployment Guide You’ve done it. You’ve built a Django app, and…
What It Really Feels Like to Work as a Software Engineer
An honest take on the day-to-day reality of working as a software engineer: the routine, the mindset, and…
Building BlazeDiff: How I Made The Fastest Image Diff up-to 60% Faster with Block-Level Optimization
From analyzing pixelmatch’s bottlenecks to creating a faster algorithm with zero allocations and dynamic block sizing. The Spark:…