Renaborges.com

Browsing Archive: May, 2024

Speed Up Your MySQL Searches: The Power of Secondary Indexes

Posted by Renata Shaw on Thursday, May 23, 2024, In : MySQL 

Imagine a massive warehouse filled with boxes. You need to find a specific box containing red objects, but all the boxes are just piled on top of each other. Going through every box would take forever.

This is where organisation comes in. In MySQL databases, indexes act like a filing system for your data. 

Types of Indexes

There are different types of indexes. Common ones include:

  • Primary keys (unique identifiers for rows)

  • Unique indexes (ensure no duplicate values in a column)

  • Secondary indexes (u...


Continue reading ...
 

Git Basics

Posted by Renata Shaw on Saturday, May 11, 2024, In : Version Control 

Today, we're learning about Git, a system that lets you track changes to your code over time.

This guide will equip you with the essential Git skills to start using version control locally straight away. Here's what we'll cover: 

  • What is Git and why is it awesome? 
  • Installing Git on your machine 
  • Basic Git commands to navigate version control 
  • Putting it all together with a practical example 
  • Untrack and/or remove files 

Git: Your Code's Best Friend 

With Git you can: 

  • Travel back in time: If you acci...


Continue reading ...
 
 
blog comments powered by Disqus
blog comments powered by Disqus