Skip to content
Logo Theodo

Our recent articles


Load Previous Posts

Introduction to React: learn how to make your UI dynamic and awesome!

Corentin de Boisset9 min read

What is React? According to its developers, React is a JavaScript library for creating user interfaces. It is designed to solve one problem: building large applications with data that changes over time. It has had an ultra-fast success lately and is…

Continue reading →

Read this book: "High Output Management"

Sam Parlett2 min read

There are relatively few books which I have found valuable enough to re-read, and "High Output Management", by Andy Grove, the ex-president of Intel, is one of them. It is my objective in this article to get one Theodoer to read…

Continue reading →

Use Boomerang to Learn Everything

Sam Parlett2 min read

Repetition is critical for learning. This article: http://lifeinthefastlane.com/learning-by-spaced-repetition/ outlines how the ideal repetition period is 1 day, 10 days, 1 month, and 3 months after initially learning something to ensure that you remember it. Therefore, when you have something very important to learn…

Continue reading →

Let's encrypt is now in public beta!

Kevin Raynel4 min read

To celebrate this, I will guide you through the 6 steps required to get an auto-hosted, HTTPS website. With its own TLD domain. For free. Yeah! It should take a few minutes of your time. We will only be using free…

Continue reading →

How to make a user-friendly and transactional csv import in Loopback

Clément Ricateau Pasquino10 min read

When you build an app where users need to regularly import data from an external source, you are bound to import csv files to populate your database.Often referred as ETL (Extract, Transform and Load), these functionalities are tricky to implement…

Continue reading →

Speed up npm install with a local registry to cache packages

Nicolas Girault4 min read

Remember the last time you ran the npm install command, and you had time to grab three coffees, learn Russian and read Dostoievski before you could do anything productive? During the installation of a node app, the npm install step is…

Continue reading →

How to link and open files with custom extensions with Electron for Windows

Tristan Pouliquen3 min read

Following our introduction to the Electron framework and our demo using Angular with Electron, the Electron experience continues! In this article dedicated to the Windows platform, we will expand on how to associate a file extension to your Electron application and how to…

Continue reading →

How to quickly improve Users “Loading” Experience?

Nicolas Boutin3 min read

29th October 2015, Amsterdam, Netherlands @Velocity Conf At the last VelocityConf (http://velocityconf.com/devops-web-performance-eu-2015) in Amsterdam, we attended a very interesting talk about waiting phases. You have an app. Everything works, but it's slow and users are bored and some even leave. You can…

Continue reading →

Symfony 3.0 is out!

Albéric Trancart4 min read

A new major version is always exciting: when it comes to one of our favorite frameworks like Symfony, it’s Christmas come early for developers. But is is also worrisome. Will my application break? Will I have to rewrite half of…

Continue reading →

Unleash the power of AngularJS to your users' computers

Tristan Pouliquen4 min read

Following our introduction to the Electron framework, this article wants to give you the tools to develop and serve a real, complex application to your users, regardless of their platform. To illustrate this article, we enriched our electron-boilerplate repository. You can checkout…

Continue reading →
Load Next Posts