Home

Beautify your Git Prompt

Hmm..so you like to modify your terminal’s prompt for Git to look like mine haan!

No problemo…

Beautify Prompt for Git

Read on…


Curly Jail

Psssst! Have you ever been unsuccessful in successfully ignoring what following JavaScript construct does?

[code]
(function () {
...

})();
[/code]

Read on…


Event Bubbling

Event bubbling is a term used for the order in which events get triggered on nested HTML tags. e.g. consider following case where we have a <div> inside another <div> tag:

 

[code]

<div id="outerElement">
    <div id="innerElement">
    </div>
</div>

[/code]

Read on…


JavaScript: Fun Bits

Here are some fun bits about JavaScript which you may enjoy as much as I did:

>> NaN === NaN
 false

Read on…


Can children learn to code?

Wrong question.

Because they cannot just learn to code – they can actually EXCEL in it in no time. Just experienced it first hand at a meet-up organized by Whizkidz Computer Center for children aged around 10.

Read on…


Go Programming (Todd McLeod)

Here is what I learned from a talk delivered by Todd McLeod at Google DevFest 2015, which will make you want to learn Go as much I do now:

Some of you will be like: “SHOOOT! I don’t need to read rest of this blog post now – THIS is enough motivation”. And you won’t be wrong but read on.

Read on…


React Tutorial – Setup

While trying React Tutorial, I ran into several issues of same nature which were fairly easy to fix. Recording the process of their resolution here in case some one can benefit from it.

Read on…


De-emphasizing

In one to one communication with a person, when one wants to put less emphasis on a certain item, it is advisable to make mention of it less.

Read on…


Mysterious case of Facebook Ads

Keep an eye on ads, showing up in your Facebook account – soon you may notice a mysterious trend.

Read on…


Git Tip: Removing dependency of one commit on another

For removing dependency of one commit over another, you may use Git’s interactive rebase.

Read on…


Git Tip: Marking one change-set’s dependency on another

In this tutorial you will learn a commonly used feature of Git i.e. to mark a change-set’s dependency on another change-set.

Read on…


Flappy Bird – Lessons Learned

 Here are some lessons one may learn from the recent episodes of Flappy Bird – the game.

Read on…


Subscribe: rss | email