Posts

Showing posts from March, 2019

RESTful APIs using NodeJS, ExpressJS, and MS SQL Server

Image
RESTful APIs using NodeJS, ExpressJS, and MS SQL Server REST (REpresentational State Transfer) is an architectural style for developing web services that uses HTTP. REST server provides access to resource and REST client modifies the resources. REST is popular due to its simplicity. REST uses different representation methods to represent resources like JSON, XML and text but most popular one is JSON. Advantages of Restful services Language independent architectural style simple reliable scalable implementation is easy NodeJS is a very popular and powerful JavaScript framework. we can develop attractive web applications like video streaming sites, single page web applications, etc. And Node is open source. Advantages of  NodeJS Easy implementation Lightweight, fast and scalable streaming capability high performance real-time web applications Community friendly ExpressJS is also written in JavaScript and it is also open source. We can use Exp...

Full Stack Web Development

Image
Full Stack Web Development Be a Full stack developer is not easy because if you want to be a full stack developer, you should know all the development technologies that need to build a web application. There are 3 types of development, Front-end Development - The components that you can see when visit the web application. Back-end Development - All the operation that working under those components (Ex: Databases, Structure, Server requests)   Full Stack Development - Combination of  both Front-end and Back-end Full stack developer should know how all things get fixed at last phase. There are many ways to be a full stack developer. The basic start up for that path is HTML and CSS because without good knowledge of those it is very hard to be a good full stack developer. There are many frameworks and tools that you should know and it will explained later. Full Stack development is very trending career path on these days. Be a Full stack developer not e...