Apr 21, 2023
As a developer, you might be familiar with the DRY (Don't Repeat Yourself) principle in programming...
May 19, 2022
As an application grows in complexity, files or bundles grow in byte size. Code splitting is the sp...
Apr 27, 2022
This illustrates how to quickly install Postgres on Ubuntu 20.04 by installing PostgreSQL and setti...
Feb 21, 2022
Names are everywhere in software. We name our variables, functions, arguments, classes, modules, so...
Dec 07, 2021
After reading and enjoying Martin Fowlers free chapter in his second edition on refactoring. I will...