Category – tech
2018-10-11 : 1 Min Read : In
techA coding pattern I use a lot is the dictionary pattern for resolving the proper variable or method for a particular use. If you are working on one of my projects, it is used everywhere and if you don…
2018-05-08 : 3 Min Read : In
techI recently gave a talk at SouthBayReact regarding publishing React components to NPM. While React components were the focus, these techniques can work for all kinds of packages. Overview Beyond…
2018-04-16 : 2 Min Read : In
techNPM version is a module publishing helper. It has three phases that let you do things before, during, and after publishing your package. All you need to do is decide what you want it to do and add it…