Blog - Thomas De Lorenzi

Fullstack developper, just sharing some knowledge and ideas that could be usefull for everyone

📛 Why you should remove momentjs from your application

Why you should remove momentjs from your application MomentJs is one if not the most used library to work with dates in JavaScript. As you probably know, dates are not a fun part of many languages and cleary not in vanilla JavaScript. So most of the time if you don’t want to recreate a library that doesn’t exist you’re probably going to look for a good one. And as a first result MomentJs seems a nice idea, but don’t get fooled !...

July 15, 2022

🦊 Install a dependabot on GitLab for Free

How to setup a dependabot The goal is to set up a dependabot for free that automaticly create MR/PR for you Github have that free feature for everyone with dependabot, that can send you alert and create for you Pull Request to correct your security issues Unfortunaly Gitlab doesn’t provide this feature for free and the pricing to get it even with a self-managed application are high 💸 Let’s see a free alternative then...

June 22, 2022