Open in app

Sign In

Write

Sign In

Milan Parmar
Milan Parmar

80 Followers

Home

About

Published in

JavaScript in Plain English

·Jul 11, 2021

Programming Fundamentals: Basics of Stack

Algorithms and data structures are a fundamental part when it comes to programming. It is important to know which data structures you will be using and when and so in this blog, I’ll be going through the fundamentals of a stack data structure. What is a stack? 🤔 A stack is simply an array with…

Programming

3 min read

Programming Fundamentals: Basics of Stack
Programming Fundamentals: Basics of Stack
Programming

3 min read


Published in

JavaScript in Plain English

·Jul 4, 2021

Understanding Recursion to Become a More Efficient Programmer

In this blog, we will be going through a key concept in computer science. Yes, you’ve guessed it — recursion! What is recursion? 🤔 Recursion helps us solve intricate problems in a more simple way. The basis of recursion is a function calling itself. Take a look at this function below for an example: …

Programming

3 min read

Understanding Recursion to Become a More Efficient Programmer
Understanding Recursion to Become a More Efficient Programmer
Programming

3 min read


Published in

JavaScript in Plain English

·Jun 27, 2021

All The New Features in React 18

The 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 they can help you in the near future! Strict Mode 🧑🏽‍🏫 Strict Mode has a few additions such as a new behaviour called “strict effects”. This allows…

Software Development

2 min read

All The New Features in React 18
All The New Features in React 18
Software Development

2 min read


Published in

JavaScript in Plain English

·Jun 20, 2021

Get Yourself a Sweet React NavBar 🍫

When creating web pages, I always work on the navbar first. This is to make sure that I can deal with any potential routes and design the page from top to bottom. …

Software Development

3 min read

Get Yourself a Sweet React NavBar 🍫
Get Yourself a Sweet React NavBar 🍫
Software Development

3 min read


Published in

JavaScript in Plain English

·Jun 13, 2021

JavaScript Classes: The Basics

JavaScript classes are a type of function that are declared using the Class keyword. Classes can have instances, which is the ability to create copies of itself and each class can contain unique properties, often set when the instance is created. …

JavaScript

3 min read

JavaScript Classes: The Basics
JavaScript Classes: The Basics
JavaScript

3 min read


Published in

JavaScript in Plain English

·Jun 6, 2021

How to Create a React Carousel ⚛️ 🎠

In this blog, we will be looking at how to implement a carousel slider in React. I recreated a website for a tech start-up that provides its products for many enterprise businesses and proudly displays those brand logos on its website. …

JavaScript

4 min read

How to Create a React Carousel ⚛️ 🎠
How to Create a React Carousel ⚛️ 🎠
JavaScript

4 min read


Published in

Star Gazers

·May 30, 2021

Redux 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 got to grips with it quite quick and what a great tool it is! What is Redux? 🤔 When building a large React application, state can become more spread…

Software Engineering

3 min read

Redux State Management 📦
Redux State Management 📦
Software Engineering

3 min read


Published in

Star Gazers

·May 23, 2021

Big 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 with the Big O then you can read one of my previous blogs here, that explains each category of Big O. We know that Big…

Software Engineering

5 min read

Big O Categories 📈
Big O Categories 📈
Software Engineering

5 min read


Published in

Star Gazers

·May 16, 2021

Greedy 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 they are and where you will find yourself using them. What makes an algorithm greedy? 🤔 Firstly, we will define this term and break it down further to get a better…

Programming

3 min read

Greedy Algorithms 🤑
Greedy Algorithms 🤑
Programming

3 min read


Published in

Star Gazers

·May 9, 2021

Big 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 was completely dumbfounded! However, reading more into it and working with examples, it was a major face palm moment. …

Programming

6 min read

Big Ohhhhh Notation 🤦🏽
Big Ohhhhh Notation 🤦🏽
Programming

6 min read

Milan Parmar

Milan Parmar

80 Followers

Software Engineer 👨🏽‍💻 | Full Stack Web Development 💻 | Smartphone Tech Enthusiast📱

Following
  • Josef Cruz

    Josef Cruz

  • Donna L Roberts, PhD (Psych Pstuff)

    Donna L Roberts, PhD (Psych Pstuff)

  • Sanjay Priyadarshi

    Sanjay Priyadarshi

  • Soumadri Banerjee

    Soumadri Banerjee

  • Sakshi Chaudhary

    Sakshi Chaudhary

See all (77)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams