Nwb: a toolkit for generating modern JavaScript project boilerplate

nwb – A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)… Read more

Similar

Secure Sessions in JavaScript

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 »

Stop writing JavaScript, LUA is the future

LUA is a neat scripting language with an emphasis on portability and speed. It is designed to be embedded into other, larger programs. I've never written Javascript. In this post, I compare and contrast LUA with Javascript in various domains of software ...

Read more »