Posts
-
In the age of AI assisted code, why is it still important to write clean and maintainable code? Explore the reasons behind prioritizing a clean codebase.
-
AI gives you knowledge. It cannot give you judgment. Why the gap between prototype and production is where engineering experience still matters most.
-
ORM remains useful for simple CRUD operations. Thus I ended up creating "tiny ORM" a library in Rust to handle the simple boilerplate.
-
Perspective on organizing a Rust codebase for CRUD operations without an ORM.