Category: <span>Web Development</span>

HTTP is stateless. The variables used in one page will not be available in the next pages of application unless preserved through sessions. Each page is treated as an individual…

PHP Web Development

Flask PostgreSQL Projects Python Web Development

The Node.js commands discussed in this post are important for any beginner to create web applications in Node.js. uninstall This is the opposite command of install command that was discussed…

node.js Web Development

Flask Web Development

Node.js is a server side framework that provides a platform for backend runtime environment used for executing JavaScript code anywhere but on the browser. It uses JavaScript interpreter for executing code on…

node.js Web Development

HTTP is stateless so to transfer data between different pages in a web application it is passed through URLs and accessed via request object. Flask request GET and POST are…

Flask Python Web Development

Flask Web Development – Introduction Web development is the practice of creating interactive web applications. Web applications are dynamic applications and can be accessed through in a web browser. Flask…

Flask Web Development

Applet in Java is used to create GUI based standalone Java programs. These can be embedded as GUI elements into the code like web applications or web pages. Applet implement…

Java Web Development

Flask PostgreSQL Projects Python Web Development

This web based online blood donation system is created with following assumptions- Display city wise availability of blood units in blood banks. When a donor donates blood in blood bank…

Flask Projects Web Development