Best of ServerlessMarch 2023

  1. 1
    Article
    Avatar of devgeniusDev Genius·3y

    Advanced Next.js Concepts

    Learn about advanced Next.js concepts including authentication, serverless functions, and using TypeScript.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·3y

    From 0 to Millions: A Guide to Scaling Your App - Part 3

    In the final two parts of this series, we examine the impact of recent trends like cloud and serverless computing. We explore how these trends alter the way we build applications, especially for early-stage startups where time-to-market is critical, and provide insights on how to incorporate these modern approaches when creating your next big hit.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    5 Ways to Modernize a Web Application

    Explore 5 different ways to modernize a web application, including using composable software, micro frontends, updating the design/CSS, breaking down a monolith into microservices, and utilizing serverless functions. These techniques can help improve scalability, maintainability, and performance.

  4. 4
    Article
    Avatar of bytebytegoByteByteGo·3y

    From 0 to Millions: A Guide to Scaling Your App - Final Part

    As traffic continues to scale, the modern application stack will start to run into issues. As traffic grows, the combined read and write traffic could start to overwhelm the serverless database. The first place that could break is the database tier. For a read-heavy application, we should consider migrating the read load to read replicas.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Create a Serverless ChatGPT App in 10 Minutes

    Learn how to create a serverless GitHub bot in Rust that allows users to chat with ChatGPT and each other in GitHub Issues without the need for a web server, webhook, or cache/database server.

  6. 6
    Article
    Avatar of vercelVercel·3y

    Framework-defined infrastructure – Vercel

    Framework-defined infrastructure is an evolution of infrastructure as code (IaC) where the deployment environment automatically provisions infrastructure derived from the framework and the applications written in it. It improves the development experience by providing portability, eliminating manual configuration, and allowing focused product code writing. Examples include automated provision of serverless functions, edge computing resources, and image optimization systems.

  7. 7
    Article
    Avatar of btrprogBetter Programming·3y

    The Solution Architect’s Guide to Serverless

    Allen Helton: Serverless services are great, but let’s be honest — not every business has the budget to upskill its entire engineering staff. He says you can use serverless services in any software, be a Kubernetes-based app, an on-prem solution, or a serverless API.

  8. 8
    Article
    Avatar of sitepenSitePen·3y

    Building a Serverless Chat Application with Supabase

    Learn about serverless technology, explore Supabase as an open-source alternative to Firebase, and build a serverless chat application using TypeScript, React, and Mui.

  9. 9
    Article
    Avatar of communityCommunity Picks·3y

    Spin 1.0 — The Developer Tool for Serverless WebAssembly

    Spin 1.0 is an open source developer tool for building serverless applications with WebAssembly. It supports multiple programming languages, provides a built-in key/value store for persisting state, and allows for distributing applications using registry services.