# NullBox
##About
Nullbox is a sandbox for JS made in JS. It provides corescript which adds some features such as emulation of events, utils and Buffer (100% JS). Its named NullBox because of the method to initialize the context of sandbox. (more…)
Read more »
What import maps are, what problems they solve, why it's a cool JavaScript feature... (more…)
Read more »
A pre-commit hook is a hook that is run before you make a commit. Set it up to run formatter, linter and tests on staged files... (more…)
Read more »
Introduction
No one would like to work with the code having one gigantic JavaScript file with many unrelated functions. Moreover, when you need to use few of the functions from that file, you end up loading all the others unnecessarily. AMD was a g... (more…)
Read more »
I’ve recently been getting pretty far into the weeds about what the future of data programming is going to look like. I use pandas and dplyr in python and R respectively. But I’m starting to see the shape of something that’s interesting coming down the pi... (more…)
Read more »