11
joaoao
6y

I always hate that part of the project where you finish all the coding and start trying to deploy into production for the first time.

Comments
  • 2
    In my next project I want to use nginx with SSL
  • 2
    I did as well, but then I started setting up a stage/production environment much earlier, like 1/2 weeks after starting to code.
    This has made my life much simpler.
    I recommend that you do so as well
  • 3
    The code will break, the app won't build, the services won't connect, the cat will jump of the window, your partner will leave you and your house will be on fire. Everything will be on fire.
  • 2
    I will use docker so hopefully the deployment will be smooth in production
  • 4
    I hate that part of the project where you've finished coding and suddenly nothing works in QA.
  • 1
    I hate the part when you're on target and think dev is wrapped up and the client calls: "oh yeah, there's a few things we forgot to mention during requirements gathering."
Add Comment