Tim Mouskhelichvili • April 20, 2022 • 3 minutes to read
First launched in 2012, Lodash quickly became the most popular JavaScript utility library. Lodash offers many utility functions (for example, the Lodash pick function, the sortBy function, and many more) to help developers solve routine tasks. One such task [...]
Tim Mouskhelichvili • April 19, 2022 • 2 minutes to read
Lodash is a popular JavaScript utility library that offers a lot of handy functions (for example, the Lodash sortBy function or the get function) to help developers work with arrays, strings, numbers, and other types. One of Lodash's most [...]
Tim Mouskhelichvili • April 16, 2022 • 2 minutes to read
JavaScript has a lot of different useful built-in functions to help developers solve common problems (for example, parse a string into a number, round a number to two decimals place, and many more). One of those common tasks is [...]
Tim Mouskhelichvili • April 15, 2022 • 3 minutes to read
Lodash, first launched in 2012, has quickly become the most popular JavaScript utility library. It provides a lot of very useful functions (for example, the Lodash get function, the find function, etc...) to help developers solve common problems [...]
Tim Mouskhelichvili • April 13, 2022 • 3 minutes to read
JavaScript provides a lot of different built-in functions to help solve common problems (for example, round a number to 2 decimals places, get the time, and many more). One of those common tasks is when developers need to convert [...]
Tim Mouskhelichvili • April 13, 2022 • 2 minutes to read
In JavaScript, developers oftentimes find themselves in situations where they need to find the length of a string. Whether it is for validation, to extract a substring, or for a conditional statement condition, developers need to know how to [...]
Tim Mouskhelichvili • April 12, 2022 • 2 minutes to read
In Git, a submodule is a repository embedded in your main repository. A submodule is useful when you want to use one project within another one but want to treat them as different projects with separate commits history. Sometimes [...]
Tim Mouskhelichvili • April 10, 2022 • 3 minutes to read
While working on a git repository, committing is the most common action that a developer will do. It is so common that sometimes developers will make mistakes. This brings the question of how to uncommit your changes in git [...]
Tim Mouskhelichvili • April 10, 2022 • 3 minutes to read
Lodash is a popular JavaScript utility library first launched in 2012. It provides a lot of useful functions (for example, the Lodash debounce function, the merge function, and many more) for common tasks that a developer might encounter. One [...]
Tim Mouskhelichvili • April 9, 2022 • 3 minutes to read
Lodash is the most used JavaScript library in the world. It provides a lot of useful utility functions (for example, the Lodash debounce function, the get function, etc...) that help developers simplify common tasks. One of those useful [...]