Sudhanshu Gaikwad

Sudhanshu Gaikwad @sudhanshudevelopers

About: At Sudhanshu Developer, we delve into the intricate web development and software engineering world, providing insightful articles, tutorials, and resources to help you.

Location:
Hyderabad
Joined:
Jun 29, 2024

Sudhanshu Gaikwad
articles - 50 total

How to Connect a React App with MySQL Database

Are you looking to build a dynamic React application with a MySQL database backend? In this post,...

Learn More 4 0Apr 5

What is DOM and BOM?

JavaScript is the backbone of dynamic web development, and two of its core concepts—the HTML Document...

Learn More 3 0Mar 29

HTM, CSS Form Connect With MySQL Database

Introduction Would you be able to build a web project? Want to collect data from a form...

Learn More 3 0Mar 21

JavaScript Arrow Functions & Ternary Operator Explained

ES6 introduced Arrow Functions and the Ternary Operator, making JavaScript code cleaner and more...

Learn More 3 0Mar 14

JavaScript Modules Explained: Import, Export & Examples

JavaScript modules help organise your code by splitting it into separate files, making it easier to...

Learn More 2 0Mar 8

What is Props Drilling in React.js?

** What is Props Drilling?** Props Drilling happens when you pass props from a parent component to...

Learn More 1 0Mar 2

All Types of Star, Number, and Character Patterns in JavaScript

Introduction Pattern printing is one of the most common exercises to master loops and logic-building...

Learn More 1 1Feb 28

Sorting Algorithms in JavaScript Bubble Sort, Insertion Sort, Selection Sort & Merge Sort.

Sorting is a fundamental concept in computer science, and different sorting algorithms have their own...

Learn More 1 0Feb 15

JavaScript Functions Higher-Order, Anonymous, Invoked & More!

JavaScript functions are a cornerstone of modern web development, offering a way to organize, reuse,...

Learn More 1 2Jan 26

Recursion in JavaScript Types, Structure, and Practical Examples

What is Recursion? Recursion is a programming technique where a function calls itself directly or...

Learn More 1 0Jan 19

Fetching Data from an API in React.js

Fetching data from an API is an essential skill for every React developer. Whether you're building a...

Learn More 2 0Jan 9

Top 55 JavaScript Interview Questions for Freshers in 2025

1. What is JavaScript? JavaScript, also known as JS, is a popular dynamic programming language used...

Learn More 1 0Jan 5

How to use JavaScript Fetch API to Get Data?

Introduction In this post, we'll build a professional and interactive user data viewer that fetches...

Learn More 0 1Dec 30 '24

State Management with Redux Toolkit: A Complete Guide

Introduction In modern web development, managing application state efficiently is crucial. Redux, a...

Learn More 0 0Dec 21 '24

Shopping Cart in React Filters, JSON Integration, and Responsive Design

This project is a React Shopping Cart Application featuring product filtering by category and price...

Learn More 0 0Dec 6 '24

How to Use JSON Placeholder in a React JS Project.

When developing a React application, you often need APIs for testing. JSON Placeholder is a great...

Learn More 1 0Nov 24 '24

Build A Currency Converter in React JS | Best Beginner React JS Project.

Are you new to React.js and looking for a beginner-friendly project to boost your skills? Creating a...

Learn More 1 0Nov 23 '24

Higher-Order Functions in JavaScript

What is a Higher-Order Function (HOF)? A higher-order function is a function that: Takes one or more...

Learn More 1 0Nov 17 '24

How to Use the useNavigate() Hook in React.

Introduction Navigating between pages is a core part of any React application, and with the...

Learn More 1 0Nov 16 '24

JavaScript Array sort() & Bubble Sort!

The JavaScript sort() method arranges array elements alphabetically by default, treating them as...

Learn More 1 0Oct 29 '24

How to Host Your Website on Netlify for Free.

Host Your Website for Free on Netlify with HTML, CSS, Bootstrap, and JavaScript. ...

Learn More 4 1Oct 27 '24

Stack Data Structure | Last In First Out (LIFO)

- Push (Add an Element): Add an element to the top of the stack. - Pop (Remove an Element): Remove...

Learn More 1 0Oct 23 '24

Mastering State Management with the useReducer Hook in React

When building React applications, managing state can become complex, especially when dealing with...

Learn More 11 0Oct 20 '24

Frontend Developer Interview Questions for Freshers

HTML Interview - 5 Questions 1. What is HTML5 and what are its new features? Answer: HTML5 is...

Learn More 4 1Oct 12 '24

Understanding the useRef Hook in React

The useRefHook is an essential tool in React that allows us to store values between renders, directly...

Learn More 2 0Oct 10 '24

Understanding the useEffect() Hook in React

React introduced Hooks in version 16.8, and one of the most commonly used Hooks is useEffect(). The...

Learn More 4 0Oct 5 '24

useState() Hook in React

React's useState() hook is one of the fundamental hooks you'll often use when building functional...

Learn More 3 2Aug 23 '24

Find Array Element in the Array using JavaScript

The function Find searches for a specific number (NewVal)in a predefined array (data). If the number...

Learn More 6 1Aug 5 '24

Introduction to HTML

HTML HyperText Markup Language is the standard language used to create web pages. It provides the...

Learn More 1 0Aug 2 '24

Summing Numbers in JavaScript with Different Techniques.

When given a number n, the goal is to find the sum of the firstn natural numbers. For example, if n...

Learn More 1 0Jul 31 '24