Below you will find pages that utilize the taxonomy term “Databases”
January 12, 2023
The Power of CRUD Operations Explained with SQL
CRUD is an acronym that’s used a lot in web and mobile development. Frontend engineers in particular might wonder what it means and why we use it. In this post, I’ll explain CRUD using PostgreSQL, and talk about why it’s important.
July 11, 2022
Database Migration Checklist
I think a great migration database migration is: correct, atomic, reversible, consistent with the style of the application, and (mostly) uncoupled from your application and RDBMS.