For many years I’ve been using FakerJS library to generate fake realistic random data in…
Category: Programming
Programming related articles
Programming
Continue Reading
Camel Case vs. Snake Case vs. Pascal Case vs. Kebab Case — Naming Conventions
Naming things when coding can be challenging when you have different naming conventions available (set…
Programming
Continue Reading
The Battle of Package Managers: NPM vs. Yarn
When it comes to managing JavaScript dependencies, two popular package managers have dominated the landscape…