Quick Sort

Quick Sort
Quicksort is a sorting algorithm that uses the divide and conquer method.1. First, a pivot element is chosen from the array.2. The array is then divided into two parts: Elements less than the pivot go...
0 Read More

Social Links Card

I've just completed a front-end coding challenge from @frontendmentor! 🎉You can see my solution hereAny suggestions on how I can improve are welcome!...
0 Read More

How to authenticate using GitHub Auth

How to authenticate using GitHub Auth
Hi everybody! Today I will guide you through setting up and using GitHub CLI to authenticate to GitHub. This procedure uses a Personal Access Token that is a special password you can use to login to G...
0 Read More

What is Mob Programming? - Part 1

What is Mob Programming? Mob programming takes the concept of pair programming to include the entire team. One person acts as the "driver," typing the code, while others serve as "navigators,...
0 Read More

What Can You Do in React? 🤔

React is a powerful JavaScript library used to build interactive UIs and web applications. Below are the key things you can do with React: 🖼️ UI Building (User Interface) Create dynamic ...
0 Read More