If you're familiar with named/keyword arguments in programming languages like Ruby, Python, and PHP...
Today, I would like to share the Rubber Duck(y) Debugging Method. This efficient debugging approach...
Recently, I've been asked the following question: How do you prioritize your tasks? And below are my...
In this dev post, I will describe here the steps you can use for sending emails through Gmail SMTP...
Today we're going to look at how to sort arrays (and numbered arrays) in JavaScript. Finally,...
I've gathered my favorite LLM and other related AI libraries I use. The list if for you to build...
In this video, I will show you how you can rename easily a git branch name from master to main (or...
Why companies should ditch .env files for Doppler? Okay, let’s face it, it has always been...
TypeScript: Would you better wrap functions in class or namespace? In this article, we...
In this post, you will see the reason why you shouldn't use anymore the uuid NPM package anymore for...
When using git reset HEAD^ in your Zsh terminal, you may receive this error "fatal: ambiguous...
The 2 Most Important Guidelines When Committing Your Code Commit Messages...
Let's learn how to use the OOP, Constructor Parameter Properties in your TypeScript class (known as...
Pragmatic Programmer Rules any developers should know I’ve listed some of the most...
If you are familiar with the keyword / named arguments in programming languages such as Python, Ruby...
How to fix the deprecated set-output command in GitHub Actions? Well, this video covers exactly this!...
Learn the best practices and coding standards for clean and professional quality code that...
Dans cette vidéo, nous allons voir la syntaxe courte et abrégée en TypeScript pour déclarer les...
How to implement cryptographically-protected passwords with PHP? What the video will...
Aujourd'hui nous allons voir comment trier (sorting) des tableaux (et tableaux numérotés) en...
Today, I will show you how to quickly set an expiration time/date with React Native AsyncStorage...
If you are running into the following error with your node application ReferenceError:...
PHP 8.1 offers natively the new enum structure. Let's see how we can use them in an advanced way! 🚀...
Let's use match expression with PHP 8.0 💪 Lets' see when to use it and why it can have advantages...
Troubleshooting TypeScript: Resolving the 'Duplicate Identifier IteratorResult' Error ...
I've been using NVM as my Node version manager for quite a long time to manage the different Node...
Let's speak about the new upcoming features in PHP v8.2 - https://php.watch/versions/8.2 PHP 8.2...
✅ Apprenons les fonctions fléchées, disponible depuis PHP 7.4 -...
Aujourd'hui, parlons de la nouvelle fonctionnalité de PHP 8.0 qui s'appelle "arguments nommés"....
Today, we will learn how and why you can declare your class properties as readonly and how your...