ubuntu Easy Ubuntu Hardening for Web Developers Automatically harden your Ubuntu server with the open source tools Inspec, Ansible and the DevSec framework.
javascript Three.js & 3D interactive animations: a tutorial Following my previous post GameDev with three.js on the modern web 🚀🎆, where I gave an overview of my three months journey into gamedev with three.js I wanted to
elixir Elixir web development 101: collaborative todolist with realtime updates Following Part 1: introduction & toolchain setup where we saw how to install the required toolchain and start a new app using the Phoenix framework, we'll see how to implement
tutorial Elixir web development 101: introduction & toolchain setup This tutorial started as a brain dump of my first steps in the world of Erlang, Elixir, Phoenix, etc. I thought it might be useful to share it. Part 2
javascript How to embed dynamic JS content on the Ghost blogging platform Ghost is a wonderful blogging platform but what if you wanted to include something dynamic ? Nothing more easy ! <canvas id="universe"></canvas> <script
heroku How to setup a free CDN and HTTPS everywhere - 75% hosting cost reduction (S3 + Cloudflare) My Webassembly 101 tutorial got ~50000 page views after hitting the front page of hacker news. I got a $12 USD S3 bill in June from Amazon. In this tutorial
javascript WebAssembly 101: a developer's first steps This tutorial will guide you along the necessary steps to port a JavaScript library of the Conway's game of life to WebAssembly (wasm). This is a simple exercise that is