Programming has been a hobby of mine for 5 years at least and I have become extremely familiar with C++ and Ruby while also venturing into and becoming familiar with python, java and scala.
I have been using git for my projects for 3 years, over the past few months I have adopted the git workflow suggested at nvie.com and has...
I have been using git for my projects for 3 years, over the past few months I have adopted the git workflow suggested at nvie.com and has worked very well.
C++ is my favorite language as it allows me to leverage the hardware to it's full extent, allowing me to write extremely performant code ...
C++ is my favorite language as it allows me to leverage the hardware to it's full extent, allowing me to write extremely performant code while still being able to use higher level abstractions. C++11 in particular builds on this with move semantics.
Ruby was the first programming language I learned. My first exposure to it was through RPG Maker Vx, but I have since used it to program ...
Ruby was the first programming language I learned. My first exposure to it was through RPG Maker Vx, but I have since used it to program many small games from scratch.