Amit Pandey's post page #13

Tic Tac Toe Game Source Code In Javascript

  • 14 Sep 2023
  • 0

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...

How to Create Widgets in Laravel?, Asynchronous and Reloadable

  • 09 Sep 2023
  • 0

How to create a widget in laravel. This is a much powerful alternative to show views in laravel blades with asynchronous, reloadable, console generato...

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

  • 08 Sep 2023
  • 0

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

How is a bubble sort algorithm implemented check it?

  • 08 Sep 2023
  • 0

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

The 4 Steps of Problem Solving in Computer Programming

  • 08 Sep 2023
  • 0

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

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

  • 08 Sep 2023
  • 1

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

Swappable and sortable list in jquery

  • 08 Sep 2023
  • 0

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

Create table of content dynamically using jQuery

  • 08 Sep 2023
  • 0

Creating a dynamic table of contents using jQuery involves scanning the content of a page, identifying headings, and then generating a list of links t...

How to create responsive floating sidebars out of containers

  • 08 Sep 2023
  • 0

Creating responsive floating sidebars using HTML and CSS involves a combination of HTML structure and CSS styling.