My Daily Toolbox Today I’m outlining my daily toolbox for development. These tools and services are in no particular order and certainly not organized in any way.
Jekyll Nginx Server Here’s how to mimic the Jekyll Development Server with Nginx for a production environment. Create a new sites-available block (make sure to remove the default file, it’s already listening on port 80). cd /etc/nginx/sites-available/ sudo nano MYSITE Copy and paste the following: server { listen 80 server_
Install NodeJs on a Raspberry Pi NodeJs is a JavaScript runtime built on Chrome’s V8 JavaScript engine. NodeJs is an increasingly popular language for developers across the board. Let’s cover how to install NodeJs on the Raspberry Pi. To start off we need to add the NodeJs repository to your Pi’s list. Run
Glitch Projects Let’s talk about Glitch! Glitch is a place to develop your NodeJs projects with community support and abundant inspiration.