Monthly Archives: %sMay 2013

Package Manager for Windows

My co-worker introduced me to a package manager specifically designed for windows called “Chocolatey”, its very easy to install and use, there are many packages to choose from such as Git, Sublime Text 2, Notepad++, Skype and many more.  As of today there are 919 packages in the repository.

To learn more visit  chocolatey.org.

By |May 13th, 2013|Coding|0 Comments

Need help understanding a regex expression?

I must admit one of my weaknesses has always been writing and understanding regex expressions. I recently found a tool called “RegExper” to assist with my regex expression quandaries. This tool provides you with a visual representation of what the expression does. Try it yourself…head over to http://www.regexper.com

By |May 13th, 2013|Coding|0 Comments

Sublime Text 2

I recently switched from Notepad++ to Sublime Text 2. I have been a fan of Notepad++ for years but a friend of mine mentioned Sublime Text 2, from that point on I was hooked. Some of my reasons for making the switch:

  • Plugin Support: Sublime has a huge plugin library.
  • Themes: I love the themes and color schemes on Sublime. One of my favorite themes is called SODA: http://buymeasoda.github.io/soda-theme/
  • Multiple Cursors and selections.
  • Works on Macs and Linux environments. I don’t really use either but its nice to know its supported if I were to use either.

If you are interested in a free tutorial (I highly recommend it) take a look at https://tutsplus.com/course/improve-workflow-in-sublime-text-2/

 

By |May 7th, 2013|Coding|0 Comments

List of programming books

I stumbled upon this list of books on Stack Overflow, it might be useful:

http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books

By |May 1st, 2013|Coding|0 Comments