SCRUM Basics
SCRUM follows the Agile methodologies but it is a framework. SCRUM is designed to resolve the communication problems.SCRUM team is well self-organized.
ContinueHello!
SCRUM follows the Agile methodologies but it is a framework. SCRUM is designed to resolve the communication problems.SCRUM team is well self-organized.
ContinueCreation of REST API in NodeJS is very simple. For your information, REST is a type of web-service which is stateless communication over HTTP. API means that provide a interface to communicate between same or separates systems.
ContinueIn this article we are going to learn differences between Websockets and HTTP. Before we move forward, we should have knowledge about following terminology.
ContinueSession vs Cookies, What do you think about that? At first I will describe why do we need session and cookies? What are the similarities between session and cookies? and
ContinueWeb developer must be familiar about difference between SOAP and REST. First thing is that SOAP is complete framework but on the other hand REST is simply a technique (Architectural
ContinueThis article related to dependency injection (DI) and also provided the example in C#.
ContinueHere are steps to deploy MySQL on Ubuntu server. 1. Install MySQL 2. Allow remote access 3. MySQL service starting 4. Password setting 5. Connection testing 6. MySQL Workbench using
ContinueApplication Pools is a basic feature of IIS. It uses to isolate the web application from other web application for better security, performance and availability. Here are some basic info
ContinueHow to add the ReactJS components in HTML page? Here are steps given.
ContinueAgile Development Process
ContinueI’d like to share the ECMAScript Examples. ECMAScript is the standardized version of JavaScript. First edition of ECMAScript was introduced in 1997. Now, the ECMAScript version names are based on
ContinueI would like to share some NodeJS Basic questions to clear the NodeJS concepts. How NodeJS works? NodeJS provides the runtime environment and execute the JavaScript code. Basically, NodeJS is
ContinueShort Answers Of React Native Basic Questions Here are the React Native basic questions for beginners to understand the React Native. What is the React Native? Like ReactJS it is
ContinueHere are some basics questions about Angular for beginner.
ContinueHere are some WordPress Basic Questions & Short Answers. What is the difference between page and post in WordPress? Pages are static and there is not any tag and category
ContinueWhat is Quality? Quality is how you Inspires customers and Fulfilling their needs, requirement, and expectation within a defined time, budget, and resources. Quality Definition by Institutions Degree to which
ContinueIt’s very important to know about the HTML meta tags for a web developer. There are many purposes and uses of the meta tags. Meta tags describe the purpose of
ContinueI am sharing some JavaScript basic questions to improve your JavaScript concepts. Q1: What do I need to know before learning JavaScript? It would be nice if you know about
ContinueSOAP is a type of web-service protocol. SOAP is a messaging protocol for transporting information between server and client in XML format over HTTP. Remember that SOAP is the application
ContinueWe are going to learn how to display the posts list in WordPress without any plugin. We will use the simplest way and simple PHP code. To insert the PHP
ContinueI’ll try to convey the concept of “Virtual DOM in ReactJS” in ReactJS. First, we need to learn about the DOM and then we’ll move to forward. So, let’s start!
ContinueIs Node.JS required for ReactJS?
Continue