Find out how your project can go from 0 to 13,000 dependencies in just a few steps. (more…)
Read more »
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects. (more…)
Read more »
If you ever made a webapp in JS, chances are you used Express as a web framework, Passport for user authentication and express-session to maintain users logged in. This article focuses on sessions and how we forked express-session to make it more secure. (more…)
Read more »
We can write async/await loops in JavaScript in three different ways. All of them will give us different results. (more…)
Read more »