Posts

Showing posts with the label deployment.

Software Development

Image
5 Stages of Software Development Process Wondering what the software development process is? If yes then I am here to help you out. If you are thinking that software development is all about coding. Well then let me tell you that it is not true. Even coding is one of the parts of the total software development process. However, do not worry to make you understand in a better way I am going to talk about software development process which is used by companies like  VironIT . 5 Stages Of Software Development Process 1. Planning The first step is to do proper planning. Without proper planning, you cannot go ahead and build software. So you better do a plan at first. In this step, you figure out how much time the whole project will take, what’s the idea behind the software. As well as you have to figure out what is the weakness of the software. And once you have all these data, you will be able to work ahead. 2. Analysis The second step is to do a proper analysis. In t

Real time Django

Image
Django When Django was created, over ten years ago, the web was a less complicated place. The majority of web pages were static. Database-backed, Model/View/Controller-style web apps were the new spiffy thing.  Ajax  was barely starting to be used, and only in narrow contexts. The web circa 2016 is significantly more powerful. The last few years have seen the rise of the so-called “real-time” web: apps with much higher interaction between clients and servers and peer-to-peer. Apps comprised of many services (a.k.a. microservices) are the norm. And, new web technologies allow web apps to go in directions we could only dream of a decade ago. One of these core technologies are  WebSockets : a new protocol that provides full-duplex communication — a persistent, open connection between the client and the server, with either able to send data at any time. In this new world, Django shows its age. At its core, Django is built around the simple concept of requests and responses: the brow