Best of ServerlessJune 2023

  1. 1
    Article
    Avatar of telerikTelerik·3y

    100 Things You Should Know About Nuxt 3

    A new server engine fuels Nuxt 3, Nitro, offering cross-platform support for Node.js, browsers, service workers and more. The framework has been rewritten with TypeScript, drastically improving developer experience by writing type-safe code. The composition API is easier to test and provides a better TypeScript experience.

  2. 2
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    10 Tools for Scaling Microservices

    Helios Helios is an observability tool that plays a crucial role in scaling microservices. It provides real-time visibility and insights into the performance and health of the system. Helios supports distributed tracing to help you understand the flow of requests across different microservices in your application.

  3. 3
    Article
    Avatar of asayerasayer·3y

    Going serverless with Next.js

    Serverless functions are code functions written by developers to handle a certain task. These functions are deployed on a third-party service that tends to handle server maintenance and scaling while the developer only has to write and ship their code. This article will show you how to work in serverless fashion with the popular Next.js framework.

  4. 4
    Article
    Avatar of vercelVercel·3y

    New features for SvelteKit: Optimize your application with ease – Vercel

    New features for SvelteKit: Optimize your application with ease. Vercel has added support for Serverless and Edge Functions, Incremental Static Regeneration (ISR) and easier compatibility with a range of Vercel products. In this article, we'll explore how to make your apps more performant, scalable, and user friendly.