Building REST service with Express.js

Submitted by admin on
REST services became a de-facto standard of data exchange for public APIs. Twitter, GitHub, Parse are just few examples that rely on REST to exchange data with the clients. Before we start to write our first REST service with Node, let's see what exactly is REST and how it works. REST stands for 'REpresentational State Transfer'. It leverages the semantics of HTTP protocol to express operations over a some collection of items (data). REST typically uses JSON to send and receive data. NOTE: This is a common misconception to call every HTTP-based JSON service REST.

Insert and Delete Record in Database Using PHP/MySQL

Submitted by rinvizle on
In this tutorial we will create a simple Insert and Delete Record in Database Using PHP/MySQL. This simple tutorial creates or insert a new data from our webpage to our database. You can also delete the data you inserted. The purpose of this simple tutorial is to show the live updates of every data you inserted and deleted.

Introducing to Swing GUI Forms with Netbeans - Create new MDI Application Sample Form

Submitted by Willy Carpio Godoy on
Hi everyone, In this tutorial, I explain to you on how to work with GUI Forms Java Desktop and configure Menu Bar and events that we can show a new windows and applets. We will work with Netbeans and create a sample MDI Application Form STEP 1. We will create our project. File-> New Project.

Best Hotel Management Software |Hotel Management System

Submitted by vaibhav02 on
This Hotel Management System is Best Hotel Management Software Developed using VB.Net as Front end and Sql Server as Back End.This Hotel Management System Includes All The Features Required In Hotel Software. For Example : Reservation Front office Point of Sale( Restaurant,Bar,Room Service,Accounting,Laundry,Inventory,KOT System,House Keeping and Many More) Hotel Billing Software is widely used

PHP/MySQL Simple Water Billing System

Submitted by rinvizle on
We will teach you how to create Simple Water Billing System. This simple system uses for recording the water consumption every month you use, it also creates and total all your consumption from your previous record to the present. You can also generate a report for the billing process of your records from the beginning you started using this system.