📰 Dev.to · Sergiy Yevtushenko
Articles from Dev.to · Sergiy Yevtushenko · 8 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10613)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Sergiy Yevtushenko
2h ago
Java Backend Design Technology: A Process-First Methodology
From Requirements to Code in Eight Questions

Dev.to · Sergiy Yevtushenko
1d ago
The Quiet Consensus
How six practitioners from different languages and traditions independently arrived at process-first software design

Dev.to · Sergiy Yevtushenko
1w 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
1w 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
3w 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