• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • A large majority of modern web applications are built with Javascript… Both frontend and backend. You do still have a large majority of websites using plain HTML or PHP, with some features requiring JS to function (modals, realtime stats, data input, etc).

    You also have alternative languages like Java or C# (and more), but also may use bits of JS on the frontend to drive functionality.

    You can bet that the majority of websites you visit nowadays will use some form of JS, unless it’s a static webpage to display basic information.



  • A free for all, late Friday deployment is baffling… We’ve got a strict window of Tuesday-Thursday for releases (unless it’s a critical issue), and a 2-3 day merge freeze to help mitigate unexpected changes.

    We’ve got a relatively small team with LOTS of moving parts, so minimizing deployment issues is always top of mind.