Let's Encrypt, Serverpilot + Cloudflare
Software Engineer, Games Dev, Web Dev, Open Source Enthusiast
Recently I have been refining my static website creation workflow; here is a link to the repo. In short it is based off HTML5-boilerplate, uses gulp, includes purecss as a base, styling with less, templating with twig and uses plumber and notify for errors.
Up until recently I’ve been using git prompt for Windows to get myself a half decent terminal while at work. I also followed this to give it a little extra.
It’s been great. I’ve been able to use vi, ssh (without putty!) run Python & Ruby scripts sanely and of course, I’ve been able to have fun with piping.
I’ve had my MacBook for a bit over a year now and have only just got round to making a boot USB which works. I tried a few months ago but gave up after booting to BusyBox…
I decided to install Kali as it’s full of fun and useful programs (I’ve been asked a few times to reset passwords on laptops by forgetful friends and family). That being said this should work for most Linux distros.
I used sails.js to build my website and think it’s worth checking out if you’re looking for a decent, production ready web framework sitting on top of node.js (and express).
I’m not going to go into the details of why I think it’s good or how it differs from alternatives out there; there are many posts doing this already. Instead I’m going to talk about something I don’t really like - the default server side templating engine ejs.