Open Source North

Deploy All the JavaScript Frameworks

Deploying an application can be intimidating. Let’s make it fun! The JavaScript ecosystem moves so quickly that it can leave you wondering: Can I actually deploy [JavaScript framework] to the internet? Yes. Let’s prove it by deploying as many JavaScript...

Reliability concepts every engineer should know

So you’ve just built your very first application and it’s running on a couple free credits you got to use a no-name cloud provider. You’ve got three servers. One of them is your database server that you run a backup job on it with a cron job. Another...

Scaling a Codebase Beyond the Initial Build

Codebases have an indefinite lifespan, and they are always expanding. Over time, features multiply, requirements change, and there is developer turnover. Without proactive maintenance or planning, tasks such as adding new features, fixing bugs, or onboarding new...