Lodash is a collection of utilities that have become a staple of modern web development. This collection will show you how to re-create its most common methods using simple JavaScript techniques available in any modern web browser. In addition to re-building tools like _.merge
, _.get
and _.debounce
from scratch you will also learn how to replace them completely in some cases with modern syntax such as optional chaining, nullish coalescing and Object.fromEntries.
This collection should interest the following groups:
Jamund is a UI Engineer that has a passion for sharing his journey and knowledge with others.
Throughout his career, Jamund benefitted from learning the technologies that were vital to business as well as keeping up with the industry. He has been able to leverage what he learns into opportunities that have propelled his career forward.
As a self-taught engineer, he wants to share as much knowledge as he can so others can level up their own careers as he has with himself.