Code Snippets - Generate a random number between two numbers in JavaScript
Series of small code snippets I eventually use when working in some of my projects. And today's code snippet is about how to generate a random number between two numbers in JavaScript.
Code Snippets - Sort array of objects by a property in JavaScript
Series of small code snippets I eventually use when working in some of my projects. And today's code snippet is about how to sort an array of objects by a property in JavaScript.
Pub-Sub in a React Application
I implemented the Pub-Sub pattern in a React application and I'm going to walk you through my learnings.
Code Snippets - Unique array in JavaScript
Series of small code snippets I eventually use when working in some of my projects. And today's code snippet is about how get unique values from an array in JavaScript.
Code Snippets - Pre-populate an array in JavaScript
Series of small code snippets I eventually use when working in some of my projects. And today's code snippet is how to pre-populate an array in JavaScript.
Code Snippets - uniqueId
Series of small code snippets I eventually use when working in some of my projects. The first one of them is the uniqueId.
A tale of JavaScript errors
Meet @mersocarlin/api-error. The lib that encapsulates API errors into named errors.
Atomic Money - from a spreadsheet to a side project
After tracking my expenses in a spreadsheet for some time, I decided to take one step further and create my own expense tracking app: meet the Atomic Money App.