-
Add syntax highlighting to 'cat' in your terminal
Tech ·I use my terminal everyday, and frequently I am way faster with it then navigating around with my mouse in Finder.
Within your terminal the
cat
command is very useful to quickly peek inside a file, but when you’re looking at source code, this is a bit difficult to read. I just thought “Wouldn’t there be syntax highlighting for... -
Create new Rails 6 project with Docker
Tech ·If you want to set-up a new Rails project, but you don’t want to go through the hassle of setting op Ruby, node, Yarn, Rails itself, etc. you could do it with Docker. That way you can really fast start a new project, without possible version conflicts, installs, etc. on your computer…
Let’s go! 🚀
Prerequisite: Have Docker installed
...