📰 Dev.to · Sergiy Yevtushenko
Articles from Dev.to · Sergiy Yevtushenko · 6 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9068)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Sergiy Yevtushenko
5d ago
We Should Write Java Code Differently: Less Language, More Business
How much of your code is actually about your business? Open any Java service method. Count the...

Dev.to · Sergiy Yevtushenko
6d ago
We Should Write Java Code Differently: The DI Confusion
Inversion of Control is one of the most impactful ideas in software engineering. It fundamentally...

Dev.to · Sergiy Yevtushenko
1w ago
We Should Write Java Code Differently: Frictionless Prod
Running Java should be as easy as writing it. A 30-service e-commerce app needs 580-820 config surfaces across environments. What if that number was 18?

Dev.to · Sergiy Yevtushenko
2w ago
We Should Write Java Code Differently: Let's Get Practical
We Should Write Java Code Differently: Let's Get Practical A few years ago I wrote about...

Dev.to · Sergiy Yevtushenko
1mo ago
No Framework, No Pain: Writing Aether Slices
What if your microservice was just an interface? No dependency injection container, no annotations to learn, no configuration files to maintain. Just Java.

Dev.to · Sergiy Yevtushenko
2mo ago
Slices: The Right Size for Microservices
The microservices granularity problem isn't about finding the right size—it's about defining the right boundaries. Slices solve this by making boundaries explic
DeepCamp AI