Clark Weckmann
  • Home
  • About
Sign in Subscribe

Techstack

My Daily Toolbox

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.
Clark Weckmann Oct 13, 2022
Jekyll Nginx Server

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_
Clark Weckmann Mar 16, 2020
Install NodeJs on a Raspberry Pi

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
Clark Weckmann Jan 3, 2020
Glitch Projects

Glitch Projects

Let’s talk about Glitch! Glitch is a place to develop your NodeJs projects with community support and abundant inspiration.
Clark Weckmann Feb 13, 2019

Subscribe to Clark Weckmann

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Clark Weckmann © 2023. Powered by Ghost