akash javaliblog.akashjavali.com·Nov 9, 2024Using Node.js for Serverless Functions: A Comprehensive GuideAs applications increasingly move towards cloud-native architectures, serverless computing has become a popular solution for its scalability, flexibility, and cost-efficiency. In this guide, we’ll explore how to use Node.js to build serverless functi...Discussjavascript-serverless
Hemanth Gangulahemanthgangula.hashnode.dev·Sep 21, 2024How AWS Lambda Works and What Makes It ServerlessWhat is AWS Lambda? Imagine writing code without ever worrying about servers. No more thinking about how much capacity you need or spending hours managing infrastructure. That’s the magic of AWS Lambda. It’s part of Amazon Web Services (AWS) and is a...DiscussLambda execution
Anuj Kumar Upadhyayanuj1.hashnode.dev·Aug 20, 2024Serverless with Node.jsWelcome to the Day 26 of our Node.js Zero to 1! Blog Series🤔😃 In this part of the Node.js Zero to 1 series, we’ll explore the concept of serverless architecture and how you can leverage it to build scalable and cost-effective Node.js applications. ...Discuss·10 likesNodejsNode.js
Ishikha raoishikarao.hashnode.dev·Jul 25, 2024Serverless Architecture for Web Apps with AWS LambdaIntroduction Amazon web services popularly known as AWS is basically a new computing system that offers a wide range of benefits such as real-time processing, custom back-end services and so much more. Now I am sure you must have come across several ...Discuss·1 likeServerless Architecture
Anushikha Dasoreosblog.hashnode.dev·Jul 11, 2024Serverless architectureServerless architecture is a cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers. It is an approach to software design to build and run services without the need to manage the underl...DiscussServerless Benefits
Ritik RajforDevHubdevhubcommunity.hashnode.dev·Jul 10, 2024Introduction to Serverless Computing: A Beginner's GuideAs developers, our primary focus revolves around writing code and designing the logic that solves problems or delivers features to users. However, simply having code on your local machine doesn't make it accessible to others; you must put it online. ...Discuss·15 likes·31 readsserverless
Avinash Dalviwww.internetkatta.com·Jul 8, 2024Serverless: An Evolving Architecture, Not Just a Runtime"The reports of my death have been greatly exaggerated." - Mark Twain This famous quote applies just as well to technology as it does to people. In the fast-paced world of software development, we often hear proclamations about the death of one tech...Discuss·12 likes·197 readsserverless
Kalana Wijethungakalanaw.hashnode.dev·Jun 1, 2024Understanding Serverless Architecture Capabilities Available on AzureFor developers dedicated to building exceptional applications that cater to diverse business scenarios, the added responsibility of managing infrastructure, configuring networks, and applying OS/framework patches can be both distracting and frustrati...DiscussAzure
Venkat Rvenkatr.hashnode.dev·May 4, 2024Serverless APIs: A Deep Dive into the Future of API DevelopmentServerless architecture is a paradigm shift in how software applications are designed, built, and - most importantly - scaled. It’s a model where the cloud provider dynamically manages the allocation and provisioning of servers. This model has a sign...DiscussServerless APIS
jeeva Bcanopy.hashnode.dev·May 2, 2024what is System Architecture??Monolithic Architecture: Entire application built as a single unit. Simple but can become complex and hard to scale. An e-commerce website where the frontend, backend, and database are all combined into a single codebase. Scaling such an application...DiscussSystemArchitecture