Articles & Essays
I write about technical challenges, architecture decisions, and lessons learned from building production software.
The Secret to Making AI Write 'Clean' Code: Creating Your Own AI Ruleset
Although AI assistants accelerate software development processes, they can produce unsustainable and complex code when no rules are set. In this article, with the vision of an engineer who "manages the system" rather than just "writes code," we explore how to enforce Clean Code principles on AI tools. Through an example AI Ruleset that I use in my own React Native projects, discover how to compel AI to adhere to your project's architectural standards and how to create custom guidelines specific to your own technology stack.
Scalable React Native Architecture: Building the Right Folder Structure
How to build a sustainable, modular, and clean folder structure in large-scale React Native projects? A guide to Feature-Based architecture.
// More posts cooking...