Mo' ClaudiusProkodedmo.hashnode.dev·15 hours agoNavigating the Shift to Microservices and Serverless ArchitecturesIn the ever-evolving landscape of software development, likening it to a bustling metropolis offers a vivid picture. New technologies rise like skyscrapers, while older ones undergo renovations. Amidst this dynamic skyline, two architectural marvels ...DiscussMicroservices
Amador Criadoamatore.dev·Sep 27, 2023Migration patterns for Serverless ApplicationsIntroduction Serverless frameworks are gaining popularity for their cost-effectiveness, scalability, and rapid development capabilities and increasingly, many companies consider that the future of computing is serverless. A serverless architecture re...Discussserverless
Femi Wallacethisiswallace.hashnode.dev·Sep 26, 2023Mastering server components with TRPC in Next.js 13Introduction In the ever-evolving landscape of web development, staying on top of the latest trends and technologies is essential. Next.js, a popular React framework, continues to lead the way with its groundbreaking features. One of the most signifi...Discuss·10 likestrpc
pbillingsbypbillingsby.hashnode.dev·Sep 26, 2023Serverless functions with Molecular Execution MachineWhile it may be a solved problem in web2, web3 applications still need scalable and composable solutions to avoid taking a hit to UX and user retention. Often this leads to a Frankenstein combination of “smart contracts + custom middleware”. This mid...Discuss·100 readsWeb3
Sarthak Jainblog.sarthakjdev.com·Sep 25, 2023AWS Serverful vs AWS Serverless ComputeIn the ever-evolving landscape of cloud computing, two terms that you're likely to encounter frequently are "serverful" and "serverless." These approaches represent different paradigms for deploying and managing applications in the AWS (Amazon Web Se...Discuss·1 likeCloud DevOps MasteryAWS
Hernán Valenciafrjr17.hashnode.dev·Sep 25, 2023Web Dev Trends in 2023🔥 - Part 3Welcome to the final installment of our exploration of the web development trends shaping the digital landscape in 2023. In Parts 1 and 2, we discussed trends such as Progressive Web Apps, AI and Machine Learning, Single-page Applications, Dark Mode ...DiscussCloud Computing
Saher Siddiquisaher.hashnode.dev·Sep 24, 2023Serverless Computing: Building Scalable Applications with AWS LambdaServerless computing has revolutionized the way developers build and deploy applications. AWS Lambda, a leading serverless computing platform from Amazon Web Services, allows you to run code without provisioning or managing servers. In this comprehen...Discuss·1 likelambda
Ashmi Sinhadevops101-.hashnode.dev·Sep 24, 2023Serverless Python: Your First Deployment ⚡️Introduction Serverless is a cloud computing application development and execution model that enables developers to build and run application code without provisioning or managing servers or backend infrastructure. The term 'serverless' doesn't imply...Discussserverless
Utkarsh Pathakutkarshpathak.hashnode.dev·Sep 24, 2023Mega Project on ServerlessIntroduction : What is serveless? A serverless refers to an architecture and approach to building applications where you don't need to manage traditional servers or infrastructure. Instead, you focus on writing code for your application's functionali...Discuss·10 likesAWS
Prasad Suman Mohan blog.prasadsuman.me·Sep 23, 2023Mastering Serverless Deployment for Sample Python App 🚀Introduction Serverless computing has revolutionized the way we build and deploy applications. It offers a scalable, cost-effective, and hassle-free way to run code in the cloud without worrying about managing servers. In this blog post, we'll explor...Discuss·16 likes·83 readsTrainWithShubham