Skip to content

Articles from William Duclot

Don't lose sight of your bugs: How to improve your defect capture by 20%

March 10, 2020William Duclot4 min read

Sentry logo

Here we assume you correctly set up Sentry. Both your front-end and your back-end are able to send errors to Sentry and you set up Sentry releases (https://docs.sentry.io/workflow/releases/?platform=javascript). Checkpoints This is what we'll want to achieve ALL unexpected behaviours (bugs) are…

Continue reading →

Why choose NestJS for your business

October 21, 2019William Duclot2 min read

NestJS

There’s a number of aspects that come into choosing a particular technology to power your business. Developers have their own criteria (and you should listen to them), but it is important to understand the business implications. Our case is that NestJS is a strong candidate that should be seriously…

Continue reading →

Up Your Git Game With Advanced Git Aliases

June 27, 2017William Duclot3 min read

As programmers, we use Git everyday. The time saved by a good Git config is remarkable! In particular, amongst the most useful features of Git is the ability to create your own Git commands. Aliases You probably know about aliases. Who still has time to type git status? In 2017? We all have the…

Continue reading →