
Amit Pandey
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 MoreSwappable 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 MoreWhat 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 MoreHow 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 MoreHow is a bubble sort algorithm implemented?
In this tutorial, you will learn about the bubble sort algorithm and its implementation in Java.
Read MoreHow to start Android app development for beginners
Wow, Do you want to know how to start Android app development? I knew it, your answer is yes, but you don’t know how.
Read MoreHow to start coding in PHP with 'Hello world'
PHP is one of the most popular open-source and server-side scripting language. PHP is a powerful tool for making dynamic, interactive websites and you can do much more with it. It can be learned easily.
Read MoreHow to connect to MySQL database using PHP
Let's start with PHP and MySQ. The first thing to do is connect to the database MySQL, and try to get information on database tables on the page. The function to connect to MySQL is called mysqli_connect ().
Read MoreHow to combine or merge array in php
Beginners have lots of confusion between array combine and array merge in PHP. So I just go through with this post to introduce the difference between the array combine and array merge in PHP.
Read More
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