This Awesome Ad, Set to the Beastie Boys, Is How to Get Girls to Become Engineers
This Awesome Ad, Set to the Beastie Boys, Is How to Get Girls to Become Engineers This is…
Git reset vs revert
Today I realized I woke up with the wrong feet when I noticed that I made wrong commits…
Good explanation of what is all about CNAME and A record (Source: https://www.youtube.com/)
Fav Icon in Rails 3.2
Put the favicon.ico under your public/ folder Add <%= favicon_link_tag '/favicon.ico' %> to your <head></head> Create your helper method for favicon_link_tag under a helpers folder…
Things I Wish Someone Had Told Me When I Was Learning How to Code
Things I Wish Someone Had Told Me When I Was Learning How to Code Before you learn to…
This picture was taken from the book: “Code Complete – Steve McConnell” from the section call Problem Definition…
JavaScript Unleashed, Part 1: Objects, Classes, Inheritance, Prototype Chain
JavaScript Unleashed, Part 1: Objects, Classes, Inheritance, Prototype Chain annie-sing: Upon my DBC graduation I decided to postpone…
Javascript closure explained using events – jondavidjohn.com
Javascript closure explained using events – jondavidjohn.com Javascript closures are a tricky topic for newcomers, but one of…
How to make fit a perfect image-background with css?
Goal: Fill the entire background with an image (no blank spaces or weird things) also make it dynamic…