YSYashdeep Srivastavainyd.hashnode.dev·Mar 10, 2024 · 2 min readServerless Computing: AWS LambdaServerless computing, as an execution model in cloud computing, involves the cloud provider taking care of server management tasks on your behalf. This enables you to concentrate on coding and deploying applications without the need to deal with serv...00
YSYashdeep Srivastavainyd.hashnode.dev·Jan 1, 2024 · 3 min readStarting with TDD: A Beginner's GuideWhat is Testing Testing is a critical element in software development that aims to evaluate and ensure that a software system or application works as planned. The primary purpose is to detect problems, errors, or bugs in software before it is made av...00