📝 All Posts (102)
Showing 1–5 of 102 posts • 20 featured
January 16, 2026
json2xml v6.0.1: 29x Faster with Native Rust Extension
→How I supercharged json2xml with a native Rust extension using PyO3, achieving 29x faster performance while maintaining full backward compatibility.
January 14, 2026
Building json2xml Across Three Languages in One Day
→A productive day porting json2xml to Go and Zig, adding CLI support to the Python version, and benchmarking all three implementations.
⭐January 08, 2026
How to Be a Good Programmer in the Age of AI
→AI is transforming programming. Learn how to leverage it effectively while maintaining strong fundamentals, writing code you understand, and building skills that matter.
⭐January 06, 2026
Hello 2026
→Some plan for the new year
December 27, 2025
The 25x Speedup: Why Python Performance Rules Matter
→A practical demonstration of Python performance optimization rules, comparing code that follows best practices against code that ignores them, resulting in a 25x performance improvement.