Frontend

5 Frontend Development Trends to follow in 2022

Hey everyone 👋🏻, In this article, let us discuss about Top 5 Frontend Development Trends to follow in 2022 1. JavaScript JavaScript is one of the most popular programming languages that you can learn these days. More than 70 percent of the websites are developed using JavaScript. It is continually evolving as more and more…

Web Dev Made Easy

Hey everyone 👋🏻, In this article, I will tell you about a website using which you can use as a resource for learning Web Development. So the website name is this : web.dev https://web.dev Now some of the featured courses on their website are : 1. Learn Responsive Design This course takes you on a…

✨8 Vue Projects Every Beginner Should Try

Hey everyone , In this article, let us see 8 Vue Projects Every Beginner Should Try. This article was first published on https://the-nerdy-dev.com/.Check the website for more interesting articles and tutorials on Web Development. Introduction Vue.js is an open-source model–view–view-model (MVVM) front end JavaScript framework for building user interfaces and single-page applications. It was created…

When to use the useRef hook ?

Hey everyone 👋🏻, In this article, let us learn about a very special React Hook called as the useRef hook and understand how and when to use it. What is the useRef hook ? useRef hook is something that I briefly discussed in one of my articles where I described useRef hook as something equivalent…

Demystifying the useState hook in under 10 minutes

In this video, we will learn first about the basic Hooks that we have in React namely the useState and the useEffect hook. Once we understood the bare basics of the need for Hooks, then we will start to learn about the useState hook.

Best FREE resources for learning ES6

Hey everyone 👋🏻, In this article, I will share some of the BEST FREE resources for learning ES6 along with the links to those articles. ES6 let – https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let const – https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const Variables and Scoping in ES6 –http://2ality.com/2015/02/es6-scoping.html Template Literals – https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals Arrow Function Expressions – https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions Arrow Functions VS Normal Functions – http://exploringjs.com/es6/ch_arrow-functions.html#sec_arrow-func-vs-normal-func for-of loop – https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for…of default parameters – Using Default Parameters in ES6 named…

New FULL Web Developer Course on YouTube

I decided to create a full Web Developer Course that will cover all the technologies that you need to kickstart your Full Stack Developer Journey. No bullshit, everything practical and relevant will be covered. We will delve into following topics – Check out the first video of this series where we cover the introduction to…

JavaScript methods for finding elements

Hey guys, Welcome back to a new article ! In this article, we will learn about different JavaScript methods that we can make use of for finding elements in an array. Arrays, as we know, is a data structure that is one of the key building blocks that we make use of for building data-based…

Create your own Exercise Planner using React.js [Complete Code]

Hey everyone , In this article, let us see how we can build an Exercise Planner Application using React.js. Demo for the Project & Initial Setup So the first thing you need to do is to create a new project.Make sure to install Node.js onto your system because we will be needing that for our project….

What, Why and How to Validate ?

Hey guys 👋🏻, In this article, let us learn about validation in case of application and learn about What, Why and How to Validate ?. What, Why and How to Validate ? To ensure that the data that you work with is the data in correct format, you need validation for it. Let us answer…

  • 1
  • 2