I have a directory where I’m storing all my solution to nodeschool.io courses.
For many of these solutions I have installed node dependencies. These are stored in a node_modules
directory
in each folder. To ignore a directory recursively you can use the following .gitignore
file
We’re evaluating Ghost.js for our upcoming project at r3dm.com. It’s pretty cool. Explicitly NOT a CMS for node.
So I haven’t been able to work on a solid blog post on any specific technology. I’d like my articles to be a lot like the articles you see on nettuts or sitepoint, just haven’t found tech I’m super passionate about like that this month.
This post is secretly only for testing embedding jsfiddles in a webpage. But I might as well give the blog an update. I’m currently teaching part-time at Hacker Coding Academy a 12 week full stack Javascript Vocational school. I’m very excited to work on my communication skills and really learn what I know by passing it on.
A part of mastering the commandline is extending it with your own custom commands. On any nix environment you
should have access to config files, e.g., ~/.bashrc
or ~/.profile
. I add my aliases to my ~/.zshrc
file.
ZSH is pretty dope btw, definitely check it out.
I use iterm2 on my mac and there is a shortcut I want to tell you about.
I’ve been learning ui-router and I’d like to share some things I’ve learned that took me a while to get. With bits of Ionic Framework.
Today I was trying to upgrade all my brew kegs with brew upgrade
. But it trips up on libiconv.
You might try like I did and call brew with sudo but you get this message
This method is now outdated. Github Pages now exposes the site.github namespace
I recently had to migrate a Heroku app that was under my personal accounts, Heroku and s3, to another user. But this app also had assets under Amazon Web Services Simple Storage Service which made the process more complicated. You can use something like bucket explorer to manage S3 with a gui. I’ll show you how to do it with aws-cli. I’m assuming you installed it and you’re familiar with the commandline in general.