InJavaScript in Plain EnglishbyMilan Parmar·Jul 11, 2021Programming 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…
InJavaScript in Plain EnglishbyMilan Parmar·Jul 4, 2021Understanding 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!
InJavaScript in Plain EnglishbyMilan Parmar·Jun 27, 2021All 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…A response icon1A response icon1
InJavaScript in Plain EnglishbyMilan Parmar·Jun 20, 2021Get 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!A response icon1A response icon1
InJavaScript in Plain EnglishbyMilan Parmar·Jun 13, 2021JavaScript Classes: The BasicsJavaScript classes are a type of function that are declared using the Class keyword & provide great features for object-oriented…
InJavaScript in Plain EnglishbyMilan Parmar·Jun 6, 2021How to Create a React Carousel ⚛️ 🎠In this blog, we will be looking at how to implement a carousel slider in React.
InStar GazersbyMilan Parmar·May 30, 2021Redux 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…
InStar GazersbyMilan Parmar·May 23, 2021Big 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…A response icon1A response icon1
InStar GazersbyMilan Parmar·May 16, 2021Greedy 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…
InStar GazersbyMilan Parmar·May 9, 2021Big 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…