Tech Arise

Web Development Tutorials & Resources

Skip to content
Menu
  • Home
  • Tutorials
    • PHP
    • Codeigniter
    • Node JS
  • How To
  • Live Demo

Category: Tutorials

Library Management System in PHP and MySQL

Posted onLast Updated : January 1, 2024Last Updated : January 1, 2024By TechArise Team
The Library Management System is a web-based system used in a library to manage items. It is a software system that helps in maintaining records of all library. A library management system is a Digital library software that keeps track of each book issued, returned, and added to the library. [...]
Read More

NodeJS RESTfull APIs with Express and MySQL

Posted onLast Updated : October 14, 2023Last Updated : October 14, 2023By TechArise Team
RESTful web APIs are typically loosely based on HTTP methods to access resources via URL-encoded parameters and the use of JSON or XML to transmit data. RESTful Web services are one way of providing interoperability between computer systems on the Internet. Rest API helps to communicate betwee [...]
Read More

Laravel 9 Registration and Login using MySQL

Posted onLast Updated : January 14, 2023Last Updated : September 7, 2023By TechArise Team
Registration and login were separated, the user firstly needs to register and set the password accordingly. Through such a method it can gain the user’s password information while making login through multiple platforms which shall bring a better user experience. In this tutorial, we will expl [...]
Read More

Convert HTML Content to PDF using JavaScript

Posted onLast Updated : December 25, 2022Last Updated : September 8, 2023By TechArise Team
PDF stands for the Portable Document Format. The PDF format is commonly used for saving documents and publications in a standard format that can be viewed on multiple devices. For example, invoices, concert tickets, and flight tickets tend to be available as PDF downloads. In previous artic [...]
Read More

Create Simple Pagination Using PHP and MySQL

Posted onLast Updated : December 18, 2022By TechArise Team
Pagination is one of the most frequently used features for web applications. Pagination is the process of dividing a document into discrete pages. Paging allows you to display all of your retrieved results on multiple pages rather than all of them on a single page. So We have shared in this tu [...]
Read More

How to Print Page Area using JavaScript

Posted onLast Updated : October 9, 2022Last Updated : October 24, 2022By TechArise Team
Page print in JavaScript is a simple code in JavaScript used to print the content of web pages. In this article, we will share with you a simple way to print specific div content or full-page content using JavaScript. Here we will create a JavaScript function to print div content, page area, a [...]
Read More

Read and Write JSON to File in Python

Posted onLast Updated : May 15, 2022Last Updated : October 9, 2022By TechArise Team
In this tutorial, we will share with you how to Read and Write JSON to File using Python.JSON is commonly used by web applications to transfer data between client and server. JSON (JavaScript Object Notation) is an easy-to-read format for interchange data. It is the text form of a javascrip [...]
Read More

Create RESTful API using Python and MySQL

Posted onLast Updated : May 14, 2022Last Updated : May 15, 2022By TechArise Team
REST stands for Representational State Transfer. RESTful Web services are one way of providing interoperability between computer systems on the Internet. Rest API help to communicate between the client app and the server application.REST is an architecture style for designing networked ap [...]
Read More

Import CSV file data into MongoDB using Python

Posted onLast Updated : April 14, 2022By TechArise Team
In this tutorial, we will share with you how to import CSV file data into MongoDB using Python. While developing an application using Python, sometimes we need to insert CSV data into the MongoDB database. Inserting CSV data to MongoDB is very easy in Python. We just need t read the CSV file a [...]
Read More

Codeigniter 4 Ajax Image upload using MySQL

Posted onLast Updated : April 14, 2022By TechArise Team
Uploading Images from client to server is one of the most popular features of any web application. jQuery and Ajax can be used to upload images without page refresh. This article explains a simple way to implement the approach to uploading images with Codeigniter 4 Ajax Image upload using jQue [...]
Read More

Posts pagination

Page 1 Page 2 … Page 9 Next Page

Latest Articles

  • Library Management System in PHP and MySQL
  • NodeJS RESTfull APIs with Express and MySQL
  • How to get current date, given a timezone in PHP
  • Laravel 9 Registration and Login using MySQL
  • Convert HTML Content to PDF using JavaScript
  • Home
  •  |  
  • Contact Us
  •  | 
  • About Us

Copyright © 2011 - 2025 TECHARISE.COM All rights reserved.