Get The Prime Factors
Recently I was tasked to complete a coding challenge.
Read More
The Miracle Morning review
Just finished a short book "The Miracle Morning" By Hal Elrod.
Read More
How to style nested ordered lists using css
I've found that it can be quite difficult to figure out how to style nested ordered lists using css. Imagine if I needed to put together a contract or Terms and conditions document using HTML and CSS.
Read More
Launch Sublime Text 3 using command line
Sublime Text 3 ships with a CLI called `subl`. You will have to do a minor configuration though.
Read More
Autocomplete git commands and branch names
In bash in Mac OS X, you can use TAB to autocomplete file paths. By default this doesn't work with git commands, I'll have to manually configurate it
Read More
Simply git-rebase
Today I've decided to write about `Git Rebasing`.
Read More
What is Polymorphism?
What is polymorphism? I've found that this question in particular is asked quite frequently in tech interviews. I was asked this in a phone interview once and I did not know the answer to this unfortunately. I believe that it was this question that prevented me from getting to the next stage of the interview, so of course I decided to look into it.
Read More
Install Sublime Text 2 on Ubuntu
The fastest way I've found to install sublime text 2.
Read More
Bash command line for Linux - Cheat Sheet
I've found these commands to be very useful but at the same time I can just as easily forget them. Therefore in this post I wanted to add a cheat sheet so I can refer back to it whenever I need to. These are the common ones I used the most
Read More
How to setup port forwarding on VirtualBox
One of the rails project I worked with required me to get VirtualBox up and running
Read More