Postgresql: Does order of columns in a table matter?
Aug 12, 2023 · 8 min read
Picture this: you're designing a database schema for a cool new project in PostgreSQL. As you lay out the blueprint of your tables, you might wonder, does the order in which I define the columns really make a difference?... Read more >>
A beginners guide to dependency injection in tiered architecture
June 15, 2023 · 4 min read
This will be a comprehensive yet beginner-friendly article revolving around dependency injection and inversion of control in a layered architecture using inversifyJS... Read more >>
Git tricks every developer should know
Jun 30, 2021 · 7 min read
Git is something that every developer interacts with on a day-to-day basis. Understanding underlying concepts will be a huge productivity boost; I'm not suggesting not to use GUI tools but... Read more >>