Tuesday, May 7, 2019

What is Spring and Spring Boot?

Spring is a open source and lightweight modular framework which was created by Rod Johnson in 2003. Spring framework can be used for all layer implementations for a real time application.Because of the POJO model Spring made J2EE easier as well as make it lightweight. Simplicity, loose coupling...

Friday, April 26, 2019

What is ReactJS ?

React is a efficient , flexible open source javascript library for building user interface which was created by Jordan Walke and its maintained by Instagram ,Facebook . It is a simple task to create interactive UIs ,reusable UI components using React as well as it will efficiently update and render...

Wednesday, April 10, 2019

Applications of NodeJS

Node JS was developed by Ryan Dahl in 2009 which is a platform build on Chrome’s java script runtime. It used to develop I/O intensive web application that run across s distributed devices because its lightweight and efficient .Node js is a open source runtime environment which can be used to write...

Friday, March 29, 2019

REST Services

REST stands for Representational State Transfer which was introduced by Roy Fielding in 2000.It is an architectural style of client/ server networked hypermedia applications.The web services based on REST architecture are known as RESTful web services.These services are build to work best on the...

Friday, March 15, 2019

Introduction to Maven

Maven was created by Jason Van Zyl in 2002 which  is a software project management and comprehension tool which based on the concept of a project object model(POM) which is a XML file including the details of software project,configuration details. Maven can manage projects in other programming...

Friday, March 1, 2019

What is NoSQL?

NoSQL is an approach of database management system that do not follow all the rules of a relational DBMS which do not rely on the structures like tables, columns ,rows and use more flexible data models.Its stands for “not only SQL” or “No SQL”. No SQL based systems are typically used in very large...

Wednesday, February 20, 2019

What is a Git and GitHub?

Git is an open-source version control system which was started by Linus Trovalds. It helps you to manage your source code which means each change that you make to a source code is recorded in its history. Version controlling system helps to store the changes or modifications in a central repository...
Page 1 of 212Last