Newsletter #1
Welcome to the newsletter #1 - about crafting (and) JavaScript - February 28th, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
Welcome to the newsletter #1 - about crafting (and) JavaScript - February 28th, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
I just stumbled over https://imgix.com which looks like it could speed up a website building process and reduce the time one needs to invest in preparing images.
The annoying port 8080 is already in use
message and not knowing which
process is occupying this port sucks. I knew it was lsof
that can help me.
But how exactly?
TL;DR: ps -p `lsof -i :8080 -t` -o command=
(on Mac OSX)
gitup makes branches easy to understand show perfect overivew