STSAURABH TARAGIinsaurabhtechblogs.hashnode.dev·Sep 11, 2024 · 1 min readEC2 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...00
STSAURABH TARAGIinsaurabhtechblogs.hashnode.dev·Sep 10, 2024 · 4 min readWhat 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...00
STSAURABH TARAGIinsaurabhtechblogs.hashnode.dev·Sep 10, 2024 · 2 min readIAM: 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...00
STSAURABH TARAGIinsaurabhtechblogs.hashnode.dev·Sep 10, 2024 · 2 min readCloud 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...00
STSAURABH TARAGIinsaurabhtechblogs.hashnode.dev·Feb 13, 2024 · 4 min readTODO 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...00