Skip to content

Our NestJS articles


Feature flags implementation in Nest.js 😻

October 10, 2023Edouard Lacourt8 min read

😵 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 two environments: A staging environment where tests are…

Continue reading →

Simplify your full-stack applications with XState

July 06, 2022Daniel Belo Gonçalves7 min read

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 held a key role in the core of computer science long…

Continue reading →

NestJS-admin alpha released!

September 19, 2019Sam Bunce1 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 built a lot on Django in the past, and its admin…

Continue reading →

Why Theodo is investing in an admin for NestJS

August 29, 2019Sam 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 leverage full-stack Typescript, helping bridge the gap between…

Continue reading →

How to Test Your NestJS Application with Jest in 4 Steps

June 05, 2019Débora Barreto Ornellas11 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 →

How to Test Your NestJS Application with Jest in 4 Steps

June 05, 2019Débora Barreto Ornellas11 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

June 03, 2019Jean Delevoye7 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 new paradigm that will help you to quickly…

Continue reading →

Choose the NodeJS Framework that Best Suits Your Needs

March 21, 2019Alexandre Blondin5 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 us with everything we needed. We also turned to…

Continue reading →

Choose the NodeJS Framework that Best Suits Your Needs

March 21, 2019Alexandre Blondin5 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 us with everything we needed. We also turned to…

Continue reading →