development My Development Setup When I tell people that I'm a web developer and that I use Vim [http://www.vim.org/] as my primary IDE [http://en.wikipedia.org/wiki/Integrated_development_environment], it often drives
development Do You Need A Framework? I recently wrote a post [http://codetunnel.com/its-okay-to-use-frameworks/] where I discussed the reasons I believe it is okay to use frameworks in professional development environment. Most people seemed to agree with the
development It's Okay to Use Frameworks I recently sat in on a conversation that rubbed me the wrong way. Ultimately the group ended up going with the decision I agreed with but the conversation we had to get there
Git "vpub" bash function that automatically increments your project's version number, pushes to git, and publishes to npm. Just paste this function into your .bash_profile. function vpub() { npm version $1; git push origin master; npm publish; } Then you'll be able to do vpub patch/minor/major and it will: Automatically
Webstorm Synchronize WebStorm Settings Across Multiple Machines Using Google Drive When I started Node [http://nodejs.org/] development I went on a hunt for the perfect IDE. After some deliberation I settled on WebStorm [http://www.jetbrains.com/webstorm/] by JetBrains [http://www.
social The Mental House of Cards I read an article [http://www.businessinsider.com/why-programmers-work-at-night-2013-1?0=careers-contributor] just now that opened my eyes a little bit. Nothing in the article was technically new information for me but the perspective
social Agile vs Waterfall Development I've learned that there is no end to the things I can learn when it comes to software development skills. Learning is just a part of the software industry and if you're not