Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I know what ISN'T next: cutting out all the bloated crap to make shit fast and maintainable.
-
LMagnus20635yI think the "solve all problems" comment is misleading. Those technologies aren't to fix problems, they're to take advantage of the other tech mentioned.
Now we have microservices we can take advantage of containers if we need to.
Now we have containers we can take advantage of Kubernetes if we need to.
It's more evolution than fire fighting. -
The first comment is wrong. MicroServices are here to help is scale up. Docker is help us deploy anywhere, and kubernetes is here to help us scale up docker.
-
We must learn that there is no one solution despite what trends, communicators and developer society tells us.
Every project has its best custom mix of solutions, be objective. -
Whats next?
Probably global state being a 'good thing' again.
Redux over in the corner: *whistling* -
@Gregozor2121 If your life goal is next, either you're doing way better than most people or you haven't seriously analyzed how to get there and broken it down properly.
-
Microservices are hard.
Most (bigger) projects fucked up microservice transitions. And a half baked Mono -/ modular frankenstein isn't pretty.
Docker. The holy grail. Or big fail. It definitely has advantages, but as much as it solved, it created new problems (Logging, Service Scaling, Networking, Setup, and so on.)...
Kubernetes trys to solve them.
All in all. Think and plan carefully your architecture. Resist temptations, be rational and especially think of the consequences before throwing half baked ideas, architecture and the whole project into the mixer for another episode of:
Will it blend? Or are u hell-bent... -
@powerfulparadox Look at Fast-Nop's post, i was joking about that.
That means i cant create fast and proper apps because he "knows" it wont happen. -
@Gregozor2121 And I was just nit-picking how you said it, not necessarily taking you seriously.
Related Rants
What is next ?
random
container
docker
vm
k8s