When working with SQL, it’s crucial to understand how to both build and manipulate tables. This knowledge allows you to effectively manage your data,...
When working with databases, you often need to retrieve data from multiple tables. This is where SQL JOINS come in handy. JOINS allow you to combine...
Continuing on from the previous blog (here), I wanted to discuss some of the basic data types that you're likely to come across when writing queries...
The Basics We are going to start from the beginning in the world of databases known as Structured Query Language (SQL). SQL is a powerful tool that...
Refactoring and simplifying you React components · While I may be a noob in tech, I love that it allows me to write soooo much bad code. Seriously....
What is React? React is a front end library built on JavaScript that allows developers to use pre-defined features to create applications. These...