Hi hackers,
Do you ever want to use tool which will create everything you need for your product in almost ready for deployment way, with:
Let's say, there's product which create all of it and give you generated code and allow you customize it by yourself by writing additional pieces of code. Would you use/pay for it? Or probably I missed smth and it already exists?
Thanks!
Hey Eugeny!
What do you mean by "almost ready for deployment"? In my experience the hardest part is not the code but operating it, maintaining the application and finding the right infrastructure for this.
Hi Ruben, thanks for your reply!
"Almost ready for deployment" means that you need to bother only for your business logic code.
So you choosing components you need in your app e.g. map and get code where integration with google maps already written and you do not need to go through entire google map tutorials to implement this, it's already in your code.
Then, let's consider different application architecture patterns:
All of it can be prepared and automatized
So at the end you're getting code, configured build tool which creates binaries and package it to docker container(s)
After that you can focus only on writing code and pushing ready docker container to your favorite cloud hosting