Skip to content
Logo Theodo

Our recent articles


Load Previous Posts

React and HTML : Beware of the traps

Elie Dutheil5 min read

If you ever used React you may have noticed that you can easily forget how to write a static webpage because it adds a layer of abstraction that changes the way the page is created. But in the end, all…

Continue reading →

Security best practices tool for VMs including docker's host

Maxime Thoonsen1 min read

TL;DR: try this security tool it's awesome. I was looking for best practices to secure docker applications. One of those best pratices is to make sure the host is secured and well configured. The main advice was to read the best pratices from the Center…

Continue reading →

Clean your Tests from React-Intl "Missing message" Errors in Console

Yannick Wolff6 min read

Why is it important? While programming on a project, you run your tests all the time, so it's important not to lose time analysing the results of your tests.We want to immediatly spot which tests are failing, not being disturb by…

Continue reading →

Improve Your Website Security in 5 Minutes With These HTTP Headers

Clément Escolano8 min read

By default, a lot of security flaws are introduced when you create a website. A few HTTP headers added in your web server configuration can prevent basic but powerful attacks on your website. If you really have only 5 minutes,

Continue reading →

Your Preact Progressive Web App using Preact-CLI, Webpack, Material Design and Web APIs

Laurent Ros10 min read

This article will introduce you to the world of Progressive Web Apps, to the Preact framework and to Web APIs. It will guide you through 15 minutes of code to create your first Preact Progressive Web App! Status of PWAs today Progressive…

Continue reading →

How to Implement an Antivirus API in 10 min

Clément Pasteau3 min read

I recently had to allow customers to upload files on a website, then send their content to an external API.We had a few requirements for the files to be valid and one of them was to ensure they were checked…

Continue reading →

Building a Trump/Obama Tweet Classifier with 98% accuracy in 1 hour!

Ben Ellerby3 min read

This is a running blog written during my attempt to build a Trump-Obama tweet classifier in under an hour, providing a quick guide to text classification using a Naive Bayesian approach without ‘recoding the wheel’. Note: This is less a tutorial…

Continue reading →

How to write the perfect React component (a Theodo standard)

Clément Pasteau5 min read

What is the perfect React component?The component should have one purpose only, rendering The component should be small and easily understandable The component should rerender only if neededHow to create the perfect React component?Logic Functions Atomic Design Selectors and Reselectors Functions inside renderLogic FunctionsExport your…

Continue reading →

Add online payment on your Symfony project in half a day

Ivann Morice4 min read

As a way of getting incomes from your web application you often need to setup a way for your user to pay through your website.Usually thanks to a form where your user will fill it's banking information. It may sounds like…

Continue reading →

The lamp, the tunnel, the lean

Sammy Teillet6 min read

This article is about IOT, DIY and lamps, and a little bit of lean.So 2 weeks ago we bought some lamps! And since we are a bunch of nerds we bought a bridge to play with them.I am not going…

Continue reading →
Load Next Posts