Posts
All the articles I've posted.
-
What is C++? A Deep Dive into the Language That Powers Performance-Critical Software
Published:As a developer who has spent countless hours wrangling with compilers, debugging memory leaks, and optimizing hot paths, I've developed both a deep appreciation and healthy respect for C++.
-
Why I Love Functional Programming in C++, TypeScript, and Python
Published:Modern C++, TypeScript, and Python are all multi-paradigm, and they’ve been quietly evolving powerful functional features.
-
Robust Streaming Statistics: When Every Byte Counts
Published:Have you ever tried to compute statistics on a dataset so large it wouldn't fit in memory?
-
Generating Good Passwords
Published:Whether you like them or not, passwords remain the primary line of defense for most online services.