📝 All Posts (102)
Showing 1–5 of 102 posts • 20 featured
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.
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.
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.
Hello 2026
→Some plan for the new year
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.