Skip to content
Logo Theodo

Articles for NestJS

Feature flags implementation in Nest.js 😻

Edouard Lacourt10 min read

Four toggle and a cat as Nest.js reference

😵 The issue As a web developer, you know that it's important to be able to deploy new features to users quickly and efficiently. But how can you do this without disrupting your development process? Let's imagine that a web project uses…

Continue reading →

Simplify your full-stack applications with XState

Daniel Belo Gonçalves10 min read

Stop sounding like a crazy developer explaining your application's logic, use XState instead

XState is a popular state management library for JavaScript and TypeScript using finite state machines (FSMs) and state-charts. The general use of FSMs has been widely popularised over the last few years by React and Redux, but state machines have…

Continue reading →

NestJS-admin alpha released!

Sam Bunce2 min read

What is NestJS Admin? For the past few weeks, a team at Theodo has been building nestjs-admin, a new library that automatically generates an administration interface for a NestJS project. We already wrote a post about what we're doing and why. We've…

Continue reading →

Why Theodo is investing in an admin for NestJS

Sam Bunce2 min read

Why we love NestJS We like NestJS at Theodo because we find it to be the most versatile and easy-to-use Node.js framework for fast, impactful projects. The majority of our frontends are built in React, so using NestJS allows us to…

Continue reading →

How to Test Your NestJS Application with Jest in 4 Steps

Débora Barreto Ornellas13 min read

NestJS is a server-side backend framework which is becoming increasingly popular within the Node community. In this article, we’ll suggest how to make the most out of Nest testing tools from our experience at Theodo.

Continue reading →

Deploy a NestJS App with Serverless Framework

Jean Delevoye9 min read

Here in Theodo we are very enthusiastic about NestJS framework. It is quite young but we consider it currently one of the best NodeJS frameworks. Recently, we asked ourselves if it was possible to deploy serverless NestJS applications.Serverless is a…

Continue reading →

Choose the NodeJS Framework that Best Suits Your Needs

Alexandre Blondin6 min read

This article explains how we chose our NodeJS framework at Theodo. Among others, we focused on ExpressJS, KoaJS, NestJS, MeteorJS, and SailsJS. Some context At Theodo, we have been working for a long time with API Platform and Django and they provided…

Continue reading →