Published inJavaScript in Plain EnglishProgramming Fundamentals: Basics of StackAlgorithms and data structures are a fundamental part when it comes to programming. It is important to know which data structures you will…Jul 11, 2021Jul 11, 2021
Published inJavaScript in Plain EnglishUnderstanding Recursion to Become a More Efficient ProgrammerIn this blog, we will be going through a key concept in computer science. Yes, you’ve guessed it — recursion!Jul 4, 2021Jul 4, 2021
Published inJavaScript in Plain EnglishAll The New Features in React 18The React Team revealed new features that would be coming to React in React 18 and in this blog, we will explore these features and how…Jun 27, 20211Jun 27, 20211
Published inJavaScript in Plain EnglishGet Yourself a Sweet React NavBar 🍫In this blog, I’ll be going through a neat way you can have a more modern NavBar design with a little disappearing (and appearing) act!Jun 20, 20211Jun 20, 20211
Published inJavaScript in Plain EnglishJavaScript Classes: The BasicsJavaScript classes are a type of function that are declared using the Class keyword & provide great features for object-oriented…Jun 13, 2021Jun 13, 2021
Published inJavaScript in Plain EnglishHow to Create a React Carousel ⚛️ 🎠In this blog, we will be looking at how to implement a carousel slider in React.Jun 6, 2021Jun 6, 2021
Published inStar GazersRedux State Management 📦My final project at Flatiron involved working with React and Redux on the front end. At first glance, Redux seemed to be confusing but I…May 30, 2021May 30, 2021
Published inStar GazersBig O Categories 📈In this blog, I will be breaking down how we identify which category an algorithm is placed, under Big O Notation. If you aren’t familiar…May 23, 20211May 23, 20211
Published inStar GazersGreedy Algorithms 🤑In your coding journey, you will come across the term — Greedy Algorithms. Sounds strange right? In this blog, we will be diving into what…May 16, 2021May 16, 2021
Published inStar GazersBig Ohhhhh Notation 🤦🏽If you’re haven’t come across the Big O during your programming journey, you surely will at some point. When I first stumbled upon it, I…May 9, 2021May 9, 2021