Recreating Popular JavaScript Utility Methods from Lodash

26m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
5.0
50
people completed
Bookmark
Download
RSS

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:

  • Those who want to better understand common JavaScript patterns
  • Engineers who want to reduce their dependence on Lodash (for performance or other reasons)
  • Candidates preparing for a technical job interview (where it is common to be asked how to implement some of these methods).

Instructor

Jamund Ferguson

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.

Course content (9 lessons)

    illustration for Recreating Popular JavaScript Utility Methods from Lodash