Published on: 8/20/2020 - 5 min read
The following is a relatively standard schema for a User table in a database. You can use this as a guide for when creating your own cutom a...
Read full articlePublished on: 11/16/2023 - 4 min read
When you think of a Node.js project you typically think about either a PERN stack or a MERN stack implementation. Meaning you are either wor...
Read full articlePublished on: 8/22/2024 - 6 min read
In the world of database creation, normalization is a very important process that ensures the efficiency, integrity, and organization of dat...
Read full articlePublished on: 1/29/2021 - 4 min read
Just recently I wrote about why you might want to consider using a NoSQL database like MongoDB over the more traditional relational model of...
Read full articlePublished on: 8/17/2020 - 9 min read
If you are new to working with databases, then this article is for you. In this post I will break down what databases are, how they are...
Read full articlePublished on: 7/24/2024 - 3 min read
If you're running your web applications on a shared server, then you know all too well that often times there is a limit on the storage spac...
Read full articlePublished on: 10/4/2021 - 5 min read
At some point in your programming career, you are going to have to work with a database. You might need to modify a schema, or to add a reco...
Read full article