framework

Node JS Server with Express framework

Reading Time: 3 minutes Introduction: Express is a minimal and flexible Node.js web application framework that provides a robust set of features to develop web and mobile applications. It facilitates the rapid development of Node based Web applications. Following are some of the core features of Express framework − Allows to set up middlewares to respond to HTTP Requests. Defines a routing table which is used to perform different Continue Reading

person writing on the notebook

How to do Effective Capacity Planning in Scrum?

Reading Time: 3 minutes Scrum is the most widely used Agile framework. In Scrum, the work is divided into smaller goals which can be completed within time-boxed iterations called sprints. The length of each sprint is fixed and is normally between one week and one month, with two weeks being the most common.  Unfortunately, many scrum projects are not successful as teams ignore or miscalculate their capacity to do the Continue Reading

IRON, Framework on which you can rely while working on RUST

Reading Time: 3 minutes Hello Readers! Rust’s Iron framework is a high level web framework which is built in and built for Rust. It is basically built on hyper. It is designed to take advantage of Rust’s greatest features – it’s excellent type system and principled approach to ownership in both single threaded and multi threaded contexts. Rust’s Iron is highly concurrent and can scale horizontally on more machines behind Continue Reading

Microsoft announced Coco Framework for blockchain networks

Reading Time: 2 minutes On August 10, 2017, Microsoft announced their enterprise-ready blockchain network, Coco Framework. Blockchain technology is now not an unknown technology anymore, with each day passing the number of enterprises supporting and investing in blockchain is increasing.  There are lots of short coming in existing software like latency, performance, governance, etc. Microsoft, one of the tech giants, investing a lot in blockchain technology.  They are trying Continue Reading