© 2023 Hashnode
#serverless
Two of the most widely used JavaScript libraries for creating web applications are React and Next.js. Both are open-source and include a variety of functionality for creating dynamic user interfaces, …
Introduction Beginning serverless development requires that you have certain packages or software installed on your computer that make it easy to develop applications using the Serverless Framework. T…
First of all, what is Next js? Next Js is a Fullstack Framework that is built on top of React that gives you the flexibility of building scaleable apps by allowing you to render content on the server,…
Serverless functions are modular pieces of code that respond to a variety of events. It's a cost-efficient way to implement microservices. Developers benefit from this paradigm by focusing on code and…
One thing I have learned over the past year while writing blog articles on Serverless to help people learn is that it is not straightforward, and the skills you need are more than just writing softwar…
I was rear-ended a few months ago, luckily no one was hurt. However, the car was totaled and it was time to search for a vehicle in a tough car market. There was very limited inventory everywhere due …
This post walks you through: Configuring Visual Studio. Building a basic DotNet Core 6 Web API. Creating AWS Lambda funcion. Deploying the project to the Lambda function. Troubleshooting. The example project used here is available on…
Serverless backend refers to a type of architecture where the server infrastructure is fully managed by a cloud provider, such as AWS, Azure, or Google Cloud. This means that developers do not need to…
Comparing Serverless Development with Step Functions, Chalice, and Python Async Methods Introduction📝 When it comes to building serverless applications, several options are available for coordinating…
Introduction to AWS Lambda and Its Pricing Structure AWS Lambda is the serverless service by Amazon Web Services (AWS). It allows you to run code without worrying about any infrastructure. Lambda func…