Blog Posts
Web Development
Are you having issues deploying your React app on Netlify using BrowserRouter? In this post, we'll discuss a simple fix by adding a _redirects file to your public folder and why Netlify works this way.
Code Fellows
Welcome to my fourth week at Code Fellows, a coding bootcamp in Seattle that I took remotely.
Career Advice
As job seekers, we often find ourselves wondering how to navigate the job market and make a strong impression on recruiters. It can be intimidating to approach recruiters and ask for opportunities, but building connections and networking is a crucial step in finding our dream job...
Data Structures
As a developer, it's important to have a strong understanding of data structures and algorithms. One data structure that is often discussed in technical interviews and is highly useful in real-world applications is the hash map...
Code Fellows
This third week at Code Fellows was definitely a game-changer. We started off strong by diving deeper into the 201 course, focusing on how to use the grid system to make our designs responsive and understanding media queries.
Code Fellows
Welcome back to my ongoing series about my experiences at Code Fellows, a coding bootcamp in Seattle that I took remotely. In this post, I'll be sharing my experiences during my second week at the bootcamp...
Code Challenges
Are you ready to dive into the world of sorting algorithms? Great! Sorting data is an important task in computer science and is applicable to a wide range of problems. Whether you're trying to organize a large dataset or simply want to display a list of items in a specific order...
Code Challenges
As a beginner in the world of web development, I have been learning the ins and outs of various programming languages and concepts. One of the ways I have been doing this is by completing daily code challenges that cover a wide range of topics...
Data Structures
Merge Sort is a divide and conquer sorting algorithm that works by recursively dividing an array into smaller pieces, sorting those pieces, and then merging them back together in a sorted order. It is a stable sort, meaning that it preserves the relative order of elements with equal values...
Data Structures
Insertion Sort is a common sorting algorithm that can be used to arrange an array of elements in ascending or descending order. It works by iterating through the array and inserting each element into its correct position among the elements to its left that are already sorted...
Code Fellows
Welcome to my blog! In this post, I'll be sharing my experience during my first week at Code Fellows, a coding bootcamp in Seattle that I took remotely. Before starting at Code Fellows, I had already been learning to code on my own through an online course on Udemy...








