Amit Pandey

Amit Pandey

Professional Android App and Full Stack Web Developer, Blogger, Entrepreneur And Founder of Legend Blogs. I am always trying to learn new things or new possible ways to do things.

Amit Pandey

The most important things to do after installing WordPress

WordPress is the most widely used CMS in today's time. We can use WordPress in every type of website and we also see that more than 50%.

Read More

Swappable and sortable list in jquery

Sortable JS is basically a JavaScript library to perform list sorting using the drag & drop technique. By using this library you can sort.

Read More

What is schema markup JSON-LD and how to use it?

If you want to improve your search engine ranking, then you must need to implement JSON-LD in your project.

Read More

How to Create Widgets in Laravel?

In this tutorial, I am going to show you how to create a widget in laravel. This is a much powerful alternative to show views in laravel blades with asynchronous, reloadable, console generator, and caching options.

Read More

How is a bubble sort algorithm implemented?

In this tutorial, you will learn about the bubble sort algorithm and its implementation in Java.

Read More

The 4 Steps of Problem Solving in Computer Programming

This is where the problem-solving process comes in. In this article, we will discuss the 4 steps of problem solving in computer programming.

Read More

Coding Issues in Software Engineering: Causes, Effects, and Solutions

In this article, we will explore some of the common coding issues in software engineering, their causes, effects, and solutions.

Read More

Tic Tac Toe Game Source Code In Javascript

The code implements a simple version of the Tic Tac Toe game using HTML, CSS, and jQuery. Here's a high-level overview of how the code works, Tic Tac Toe Javascript Source Code. This is also known as noughts and crosses game.

Read More

How do you make text rainbow color in CSS?

To create rainbow text in CSS, you can use the linear-gradient function with different color stops. I'll explain how you can do this. Simply write a css code for convert text in rainbow color.

Read More