Code Conservatory
your-image-alt-text

Blog

The DRY Principle in Programming: Why It's Not Always the Best Choice

Apr 21, 2023

The DRY Principle in Programming: Why It's Not Always the Best Choice

As a developer, you might be familiar with the DRY (Don't Repeat Yourself) principle in programming...

Read more

Code Splitting in React

May 19, 2022

Code Splitting in React

As an application grows in complexity, files or bundles grow in byte size. Code splitting is the sp...

Read more

How To Install PostgreSQL on Ubuntu 20.04

Apr 27, 2022

How To Install PostgreSQL on Ubuntu 20.04

This illustrates how to quickly install Postgres on Ubuntu 20.04 by installing PostgreSQL and setti...

Read more

Clean Code Names in TypeScript

Feb 21, 2022

Clean Code Names in TypeScript

Names are everywhere in software. We name our variables, functions, arguments, classes, modules, so...

Read more

JavaScript Refactoring

Dec 07, 2021

JavaScript Refactoring

After reading and enjoying Martin Fowlers free chapter in his second edition on refactoring. I will...

Read more

<
1
2
>
;