Skip to content
Logo Theodo

Articles from William Duclot

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

William Duclot6 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 achieveALL unexpected behaviours (bugs) are captured in…

Continue reading →

Why choose NestJS for your business

William Duclot3 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…

Continue reading →

Up Your Git Game With Advanced Git Aliases

William Duclot5 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…

Continue reading →