gauravvpnd.hashnode.devNavigating the Cloud with AWS EC2What is EC2? Amazon Elastic Compute Cloud or AWS EC2 provides on-demand scalable computing capacity in the cloud space. The EC2 reduces the hardware effort and deploys the application faster. so the ec2 is a virtual server; you can deploy as many ser...Aug 8, 2023·2 min read
gauravvpnd.hashnode.devHow the industry is shifting towards Microservice architecture!To understand what microservice architecture is or why the industry is shifting towards it, let's first understand what monolithic architecture is. Monolithic architecture. Monolithic architecture is the conventional way of building any app. It means...Jun 17, 2023·2 min read
gauravvpnd.hashnode.devUnleashing the Power of Go: Ultimate Guide to Effective URL Handling with GolangURLs and HTTP HTTP requests are the most basic part of the web as a whole. They are used to access the resources that are hosted in the remote servers. HTTP stands for hypertext transfer protocol that ensures the transfer of data between a client and...May 20, 2023·5 min read
gauravvpnd.hashnode.devEssential REST API Design PracticesUsing JSON for Sending and Receiving Data In old days sending and receiving API requests were done mostly in XML and HTML. But these days, JSON(Javascript Object Notation) has largely become the format for sending and receiving API data. This is beca...Apr 8, 2023·2 min read
gauravvpnd.hashnode.devGo supremacy! Go vs Other languagesGo!!!! The newbie programming language is an open-source and compiled programming language for building efficient and scalable applications that would last over a long period of time. Why Go? 1 . Easy to learn Go is easy to learn and has a large acti...Feb 19, 2023·3 min read