11 articles

📰 Dev.to · Tetsuya Wakita

Articles from Dev.to · Tetsuya Wakita · 11 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10443) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
I Made an LLM Add Features to Its Own Code — Classic Spring Boot vs Clean Architecture
Dev.to · Tetsuya Wakita 1mo ago
I Made an LLM Add Features to Its Own Code — Classic Spring Boot vs Clean Architecture
In Part 0, both implementations worked. In Part 1, the LLM modified its own code — and the results...
I Made an LLM Build the Same App Twice — Classic Spring Boot vs Clean Architecture
Dev.to · Tetsuya Wakita 1mo ago
I Made an LLM Build the Same App Twice — Classic Spring Boot vs Clean Architecture
I gave Claude Code identical business requirements with two different architectural contexts. The...
Enforcing Clean Architecture on AI-Generated Kotlin with Custom Detekt Rules
Dev.to · Tetsuya Wakita 1mo ago
Enforcing Clean Architecture on AI-Generated Kotlin with Custom Detekt Rules
How custom detekt rules, specialized AI agents, and specification-driven development keep Clean...
CQRS with Clean Architecture in Kotlin: Separating Read and Write Paths for Better Performance
Dev.to · Tetsuya Wakita 1mo ago
CQRS with Clean Architecture in Kotlin: Separating Read and Write Paths for Better Performance
How CQRS inside Clean Architecture gave reads a fast path while keeping writes honest ...
Clean Architecture in Practice: Swapping Database Clients and Adding GraphQL in Kotlin
Dev.to · Tetsuya Wakita 1mo ago
Clean Architecture in Practice: Swapping Database Clients and Adding GraphQL in Kotlin
How Clean Architecture delivered on its promise — infrastructure and presentation changed completely,...
Why Your Kotlin Tests Are Slow: How Clean Architecture Enables Sub-Second Unit Testing
Dev.to · Tetsuya Wakita 1mo ago
Why Your Kotlin Tests Are Slow: How Clean Architecture Enables Sub-Second Unit Testing
How Clean Architecture makes domain and application tests run in milliseconds — with no database, no...
Clean Architecture in Kotlin with Spring Boot: Gradle Modules + Arrow-kt in Practice
Dev.to · Tetsuya Wakita 1mo ago
Clean Architecture in Kotlin with Spring Boot: Gradle Modules + Arrow-kt in Practice
How 5 Gradle modules, Arrow-kt Either, and explicit DI keep your Spring Boot codebase actually...