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.

    • Netlify
    • BrowserRouter
    • React
    • Deployment
    • Web Development
  • Code Fellows

    Welcome to my fourth week at Code Fellows, a coding bootcamp in Seattle that I took remotely.

    • debugging
    • JavaScript
    • code challenges
    • jest
    • coding
    • problem solving
    • web development
  • 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...

    • networking
    • job search
    • recruiters
    • interviews
    • job market
    • career strategies
    • functional skills
    • soft skills
    • job descriptions
    • follow up
  • 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...

    • coding
    • coding bootcamp
    • programming
    • data structures
    • technology
    • web development
    • software engineering
  • 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.

    • array methods
    • JavaScript
    • code challenges
    • jest
    • coding
    • problem solving
    • web development
  • 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...

    • array methods
    • JavaScript
    • code challenges
    • jest
    • coding
    • problem solving
    • web development
  • 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...

    • coding
    • code challenge
    • programming
    • JavaScript
    • technology
    • web development
    • jest
  • 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...

    • coding
    • code challenge
    • programming
    • JavaScript
    • technology
    • web development
    • jest
  • 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...

    • coding
    • coding bootcamp
    • programming
    • tech
    • technology
    • web development
    • software engineering
  • 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...

    • coding
    • coding bootcamp
    • programming
    • tech
    • technology
    • web development
    • software engineering
  • 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...

    • array methods
    • JavaScript
    • code challenges
    • jest
    • coding
    • problem solving
    • web development