• 1 Post
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle







  • VSCode has theme support; there are light themes, that are not so bright and dark themes that aren’t that dark.

    I prefer a very dark gray, a very good font (Iosevka, tuned to my needs) and an appropiate font size (because wearing glasses).

    I hope, I never get this senior title. It is complete BS to me. And I am glad, that my junior status is gone for good and I have a job title that does not try to tell something about my expierience!










  • Granted, they have config files, but they suggest using the gui for beginners. I don’t know. WTF!!

    Using multiple nginx servers can increase robustness and ease deployments. I never wrote anywhere that I would use one server for one application. In fact, I do the opposite thanks to nginx. But there is a point when someone wants to split up different types of web applications, for instance some of them need node, the others need php or something entirely different that would conflict with the other two. This way configs can be changed during a deployment in production while others don’t need to be touched and unaffected services are not interrupted not even for a very short time.


  • I agree with the author: Only GUI config? WTF!

    If a gui does make the configuration harder then it is a bad tool for the job. Your claim is partly, that OLS makes things easier. I think, the struggle with the gui config illustrates that it doesn’t. If cannot debug a problem with that gui or do not know what an abstract gui setting does, then it actually pretty bad.

    Btw. Nginx configuration can be separated into seperate files and through proxy_pass seperated onto seperate servers.