Best of ServerlessJanuary 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Monoliths, microservices, and serverless aren't what you think they are

    This post explores the misconceptions and true definitions of monoliths, microservices, and serverless architecture. It discusses the characteristics of each and how they can be scaled or shared.

  2. 2
    Article
    Avatar of virtuslabVirtusLab·2y

    7 trending frontend technologies for 2024 -

    Learn about the upcoming trends in frontend technologies for 2024, including micro frontends, Next.js, headless CMS, the 'Signals Approach' in Angular, AI-driven design, serverless computing, and styling in React. Stay ahead in the ever-evolving world of frontend development!

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Serverless Architecture Patterns and Best Practices

    Learn about serverless architecture patterns and best practices. Discover the benefits and challenges of serverless, explore common architecture patterns, and gain insights on best practices for serverless development.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    How to Deploy Your Node.js Backend Project to Vercel: A Step-by-Step Guide

    Learn how to deploy your Node.js backend project to Vercel using serverless functions. Understand the concept of serverless function in Vercel, the prerequisites for deployment, and the step-by-step guide to deploy.

  5. 5
    Article
    Avatar of awstipAWS Tip·2y

    Event Driven Architecture (EDA): Demystifying EDA

    Event Driven Architecture (EDA) is a software engineering design pattern that decouples communication between applications. It is commonly used in enterprise IT systems to allow real-time information flow and enable loosely coupled service teams.

  6. 6
    Article
    Avatar of awstipAWS Tip·2y

    Deploying an Express.js MongoDB Application on AWS Lambda with Serverless Framework

    Step-by-step guide on deploying an Express.js MongoDB application on AWS Lambda with Serverless Framework.