1
2 Comments

Ultimate tool for creating almost ready for deployment application

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:

  • landing page (both desktop and mobile versions)
  • backend server with almost readymade integration layer
  • android and iOS app
  • social networks authentication
  • payments integration
  • map options
  • Google metrics
  • etc.

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!

on January 5, 2020
  1. 2

    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.

    1. 1

      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:

      1. Solid app packaged to a docker container to deploy it
      2. Bunch of services. E.g. nginx server for handling load plus several microservices behind that
        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