Let’s Go Serverless!!
A fairly new development concept has created a hype in the developers arena. It’s not actually a new concept. The concept came into play 3, 4 years back. But it has taken several years to evolve and mature and now it has been buzzing around the development world and it has shown that it’s going to be the future of application development. It doesn’t matter whether you are a newbie or an expert to the development world, I’m pretty sure that you have at least heard about “Serverless”. So in this article I’m going to explain you about what I know about this technology up to now :) So it is about having applications without servers right?? Atleast that’s what the name implies. Actually that’s not the case. If we are not using servers where are we gonna host them. We still need them to host our applications right?. Developing Serverless application doesn’t mean we are not going to use servers at all. What it actually implies is that we need not to worry about servers. In simply it’s all bei...