Our recent articles
Load Previous Posts
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 →NestJS is one of the most complete NodeJS Framework in the NodeJs ecosystem.It is based on Express and written in TypeScript.This article will show you how to start an application in less than 30 minutes.Throughout this article, we will create…
Continue reading →Serverless is a trendy cloud-computing execution model aiming to release developers from taking care of server management and to bill on demand for the used resources. Developers just have to provide their application’s code while the cloud provider is in…
Continue reading →From kebab-case to camelCase Using Regex: How to Refactor All Your Code in Less Than 30 seconds
Maxence Gilliot3 min read
Note: This trick works on PHPStorm and Notepad++, not on VSCode. As a coder, you must certainly have encountered a moment where you had to change multiple occurrences of a pattern. Regex are such a powerful tool for that, and this…
Continue reading →At its beginning, the web gave us the possibility to view pages online that contained links to other pages, and that was basically it. All the applications, like text editor, were run on the desktop. But since then, our way of…
Continue reading →I play in a pop rock band called BEL-AIR. As you probably guessed, the name BEL-AIR is already taken by many things : Two clothing brands, numerous hotels and places, and of course, Will Smith. This was a problem as our…
Continue reading →A couple months ago, React hooks were officially released, the hype was high and we decided to put them to the test on a project. Hereis what I learnt and why I strongly advise you to give them a try…
Continue reading →Build the React Native Deployment Pipeline of Your Dreams in 1 Hour with Fastlane, Circleci, Codepush and Appcenter.
Félix Mézière15 min read
How is this tutorial different? It's a modus operandi. This tutorial will make your React Native deployment pipeline completely operational in 1 hour for iOS and Android.Other tutorials do a general presentation that lets you figure out the details or a zoom-in…
Continue reading →React-admin is a frontend framework for building back-offices running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design.React Admin (previously named Admin-on-rest) is an Open Source project maintained by marmelab. If you do not know what…
Continue reading →🔥 Fixtures recently helped me a lot to save time and write efficient tests. In this article, I would like to share with you how fixtures can help to:Test the performance of your app.Generate awesome data on a Symfony project.Apply good…
Continue reading →