Our recent articles
Load Previous Posts
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 →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 →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 →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 →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 →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 →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 →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 →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 →