Building myGTuner: A Real-Time Guitar Tuner with C++, TypeScript, and the Browser
A detailed walkthrough of building myGTuner, a real-time guitar tuner that explains the audio, music, and software concepts from microphone input to browser UI.
A detailed walkthrough of building myGTuner, a real-time guitar tuner that explains the audio, music, and software concepts from microphone input to browser UI.
A technical walkthrough of how I built a local expense analytics proof of concept that parses bank statements, categorizes transactions, generates JSON reports, and renders a React dashboard.
Designing a scalable banking application that allows users to manage multiple accounts with full CRUD operations, ensuring ACID compliance and security while optimizing for high-volume transaction periods like paydays.
A simple guide to mastering TypeScript for backend development — from setup to best practices, with real-world examples using Express and TypeORM.
Learn how to build a professional Node.js backend template using TypeScript, ESM, TypeORM, and SQLite. This guide explains the folder structure, technology choices, and best practices for creating scalable and reusable backend projects.
A comprehensive guide on ESM vs CommonJS in Node.js, with practical examples, migration tips, and best practices.