Best of ServerlessMay 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    How McDonald’s Food Delivery Platform Handles 20,000 Orders per Second

    McDonald's food delivery platform handles 20,000 orders per second using hexagonal architecture, event-driven architecture, and various technologies like Redis, AWS Lambda, and serverless functions.

  2. 2
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Next.js 15 Is Here (Vercel Ship Breakdown)

    Next.js 15 introduces new features such as the Forell firewall and rethought feature flags. It also includes improvements in caching, hydration errors, and create-next-app template. Turbo can be enabled for faster dev experience, and external package bundling can be optimized for better performance. Overall, Next.js 15 offers several enhancements and updates.

  3. 3
    Article
    Avatar of awstipAWS Tip·2y

    Vitest setup with serverless framework: Node.js Express.js

    This post discusses the setup for using Vitest with the Serverless framework for Node.js and Express.js applications. Vitest is presented as a compelling alternative to Jest and Mocha, especially for projects that use TypeScript and modern tooling. It boasts a rich testing ecosystem and features like test coverage and visual test explorers.

  4. 4
    Article
    Avatar of asayerasayer·2y

    Serverless Front End Development: Benefits and Challenges

    Serverless front-end development offers benefits such as scalability, cost-effectiveness, simplified deployment, and enhanced developer productivity. However, it also presents challenges in terms of performance, security, vendor lock-in, and debugging complexity.

  5. 5
    Article
    Avatar of devtoDEV·2y

    Integrate Kafka with a Serverless application

    Learn how to integrate Apache Kafka with a Serverless application in the AWS ecosystem using event-driven architecture, Amazon EventBridge, and managed services.

  6. 6
    Article
    Avatar of devtoDEV·2y

    Cache-Control, Netlify-CDN-Cache-Control, Cache Invalidation, Oh My

    This post discusses the confusion surrounding cache-control directives, the interplay between these directives, and the difficulty in demonstrating their effects. It provides a demo of cache-control and Netlify-CDN-Cache-Control usage, including caching a response for a specific time frame and cache invalidation.

  7. 7
    Article
    Avatar of awstipAWS Tip·2y

    OpenAPI (Swagger docs) integration with serverless framework | Node.js Express.js Typescript

    This post discusses the integration of OpenAPI (Swagger docs) with the serverless framework using Node.js and Express.js with Typescript.

  8. 8
    Article
    Avatar of aws-buildersAWS Builders·2y

    How I built a Multiplayer App in 3 days

    The author shares their experience of building a multiplayer app in three days, using Replicache and Reflect. They discuss the idea, the building process, the main features, and the deployment. The post also mentions the importance of reading documentation, starting with the main feature, and leveraging ChatGPT for styling.

  9. 9
    Article
    Avatar of communityCommunity Picks·2y

    From $erverless to Elixir

    The post discusses the motivations for rewriting a service from AWS API Gateway and Lambda to Elixir due to the increasing costs of API Gateway. It highlights the challenges faced and the benefits of using Elixir.

  10. 10
    Article
    Avatar of fermyonFermyon·2y

    Spin Cron Trigger

    Learn how to use the Cron trigger in Spin to write and deploy Wasm-powered workloads that react to time-based events. Installation instructions and code examples provided for Rust and Python applications.

  11. 11
    Article
    Avatar of communityCommunity Picks·2y

    Koyeb: Push code to production, everywhere, in minutes

    Koyeb allows users to deploy their applications globally in minutes, with support for various programming languages and a serverless platform.

  12. 12
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    I've been waiting for this for too long

    Versell solves the problem of serverless functions dying after sending a response, providing a solution that allows code to continue running after the response. This is useful for tasks such as logging and database operations.