An experienced Frontend web developer passionate about creating visually appealing and user-friendly websites. With more than a year of experience in the industry, and proficiency in HTML, CSS, JavaScript, React, and other modern frontend frameworks, responsive design, and cross-browser compatibility. Currently working as a frontend web developer at Cloudyfox Technology, responsible for designing, implementing, and maintaining the user interface for various web projects.
In this article, we will be discussing the 15 JavaScript string methods you need to know. Strings are treated as objects in JavaScript. So, methods and properties are also available…
We have already discussed the useEffect topic in one of our previous articles. So, now we will be looking at the 4 best use cases of useEffect hook that you…
In this tutorial, we will see how to send emails from a react app using EmailJS without a server/backend. EmailJS is an email service that helps to send emails using client-side technologies only. No server is required.
In this article, we will discuss how to perform concurrent API requests using Promise.all() in React. Concurrent means handling more than one task at a time. Promise.all() is a method…
In this tutorial, we will see how to deploy a NextJS app to Netlify. Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites.
In this tutorial, we will be discussing form validation in React. Validation is the process of checking if the value given by the user is valid or not for the requested data.
next-translate is a npm package that helps in the translation of the application. It is one of the best libraries to handle the translations in a Next application. next-translate aims to keep the translations as simple as possible in a Next.js environment.
The lifecycle of components in react is the series of methods that pass through different stages of the component’s existence. We can monitor and manipulate these different phases of the lifecycle.