When to Use JSON in Your Database
In this blog, you will learn when you should consider adding JSON data types to your tables and when you should avoid them.
In this blog, you will learn when you should consider adding JSON data types to your tables and when you should avoid them.
In this blog, we look at three best-practice database designs to store data in multiple languages and easily scale to new markets.
In this blog, we will go over how developers and DBAs should use ALTER TABLE in a proper fashion to avoid problems that this query can create.
In this blog post, we'll explain how the primary MySQL configuration file - my.cnf - works.
In this article, we’ll learn how to build a Full-stack application using Next.js, Prisma, Postgres, and Fastify by building an attendance management demo application that manages employees’ attendance.
In this blog post, we explore how security and performance are linked together in the database world.
In this blog, we’ll be going through tools developed by various companies that are related to the Azure SQL platform.
Generated columns in MySQL pose as a powerful, easy-to-use, and advanced tool for anyone who wants to add automatically generated data to their tables - in this blog, we will learn everything you need to know to master them.
SQL injection is one of the primary issues of concern to any database administrator - in this blog, we go over the impacts that a blind SQL injection has on your database.