Month: February 2019
Deploying react app in Azure blob storage
In this tutorial, we will be looking into how we can use Azure blob storage to deploy a react-app. At the end of the tutorial, you will be able to host a static site developed on react, that can be accessed publicly. You will be learning how to, Configure static website hosting in Azure Deploy …
Bespoke Software Development
Bespoke software development has turned out to be one of the core areas in software development today. As we have seen today from tailored made dresses to tailored-made tour packages, customers in this era expect something different and unique to satisfy their purposes. There has been an increasing demand for tailored made software to address …
Web sockets & nodejs- Chat application
Today we will be looking about developing a chat application in nodejs using web sockets . Most people know what web sockets are. Many of us use chat programs like whatsapp , viber. Web sockets are used to create such applications ( real time applications) . Web socket are a full -duplex, TCP connection. We …