Posts

Showing posts with the label AWS

Setting up a React Web Application on AWS — On an EC2 Instance

Image
So after a long time thought of writing a medium article. But what do I write about 😑 😑?? When I was doing my work for the day, had to host a React Web Application for a demo. Voila!! and now I’m writing about it so that you also might come across that sort of a situation and this guide might come in handy. And who knows I might also search on Google “How to host a React web application on AWS” in future and come across the same article that I have written here πŸ˜‚ πŸ˜‚πŸ˜‚πŸ˜‚. In this article, I’m not going to tell you what is a web application and what is  React . I hope you all know about them better than me. In this article, I will walk you through creating a sample React Web Application and hosting it on  AWS . When talking about web application hosted on AWS (not the static web page hosting), I have come across two ways to do that on AWS. But there might be more other ways also πŸ˜†. One way is to host the application in  AWS EC2  instance and the other way is to use...

Let’s Go Serverless!!

Image
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...