development My Development Setup When I tell people that I'm a web developer and that I use Vim as my primary IDE, it often drives them to ask more questions about my development environment. I've answered this
development Do You Need A Framework? I recently wrote a post where I discussed the reasons I believe it is okay to use frameworks in professional development environment. Most people seemed to agree with the sentiments I expressed there
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 development I went on a hunt for the perfect IDE. After some deliberation I settled on WebStorm by JetBrains. I really wanted to get a cloud-based IDE working such
social The Mental House of Cards I read an article just now that opened my eyes a little bit. Nothing in the article was technically new information for me but the perspective was. The article explains that programmers often
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