Doing so can help you write code that's easier to update and delete. · A circular dependency is when two pieces of code (files, classes, functions, etc)...
Manually cloning your repo and running your app on a random digital ocean VPS is not sustainable or scalable. I built a startup as a solo dev that...
Comparing the results of Amazon's and Github's ML-powered autocompletion tools. · Context Github Copilot is an ML-powered autocompletion tool for...
Crash at build time, not in prod. · Context: What is an ORM? An ORM (Object-relational Mapper) is a tool that adds a layer of abstraction on to...
Intro While working on my website, I got sick of the default link previews. Google is pretty good about running JavaScript to figure out what's on the...
Cache is money. Don't work hard just because your cache expired. · TL;DR When you do simple reads/writes to a cache, you risk having a ton of database...