This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
-
MySQL is not a database
Written by
on
So what is MySQL? And what is a database? 🤔 We will answer both answers in this post. What is MySQL? Ok, we now know what MySQL is not , it is not a…
-
Mastering SQL: Essential Commands for Beginners
Written by
on
SQL SELECT Let’s start with the most basic and simple, SQL SELECT. This command is used to select data from a database. See the example below. We can translate this…
-
MongoDB advantages and disadvantages
Written by
on
Before we talk about the advantages and disadvantages of MongoDB, it is important to know what MongoDB is, and get a basic understanding of its features and functioning. If you…
-
Relational and Non-Relational Databases: Differences and Examples
Written by
on
A database is an essential tool for most software projects. When it comes to choosing a database, one of the most important decisions is whether you want to use a…
-
Why Teamwork is the Only Skill You Need
Written by
on
Most of your programming career will be spent working in teams with other people. Embrace teamwork as early as possible. One of the most common questions developers are asked during…
-
What is Agile Methodology and how does it work?
Written by
on
Agile methodology is not defined by a set of specific development techniques. On the contrary, Agile is a group of methodologies that demonstrate a commitment to feedback loops and continuous improvement.…