How to successfully manage a large scale JavaScript monorepo a.k.a. megarepo

There are many tools already in the wild for managing a monorepo. This post will discuss using Bolt to manage a monorepo aka megarepo. Read more

Similar

Understanding JavaScript Scope

Understanding JavaScript Scope and the use of scope in JavaScript with code examples. Here we will also discuss about different types of scope like - global scope, local scope, block scope, function scope, lexical scope and private and public scope. (more…)

Read more »