saurabhtechblogs.hashnode.devEC2 in AWSEC2 stands for the elastic computing cloud it mainly consist capability of the Renting Virtual Machines(EC2) Stroing data on the virtual devices(EBS) Distributing load across the machines(ELB) scaling the service using auto scaling group(ASG) EC2 Siz...Sep 11, 2024·1 min read
saurabhtechblogs.hashnode.devWhat is Next jsNext js is a React framework which is used to build full stack applications Environment that provide features like page base routing, image optimization, better seo, api routes etc Enable SSR(Server Side Rendering) Client-Side Rendering (CSR) Descri...Sep 10, 2024·4 min read
saurabhtechblogs.hashnode.devIAM: Users & GroupsIAM - Identity and Access Management, Global Service Root account created by default, should not be used or shared Users Users are people within your organization, and can be grouped Group only contain users not other groups Users can belong to multi...Sep 10, 2024·2 min read
saurabhtechblogs.hashnode.devCloud ComputingServer A server composed of following things CPU RAM DATABASE IT terminology Network cables, routers and servers which connect with each other Router A networking device that forwards data packets between computers. These devices determine where to s...Sep 10, 2024·2 min read
saurabhtechblogs.hashnode.devTODO App useing Graphql, Nodejs, MongoDB and React JSGraphql is a query language for APIs and runtime to execute those queries by using a type system you define for your data Advantage of Graphql Client can request only that data which is needed so overfetching and underfetching is avoided. Unlike Rest...Feb 13, 2024·4 min read