Hmm..so you like to modify your terminal’s prompt for Git to look like mine haan!
No problemo…
Read on…
Hmm..so you like to modify your terminal’s prompt for Git to look like mine haan!
No problemo…
Read on…
Psssst! Have you ever been unsuccessful in successfully ignoring what following JavaScript construct does?
[code]
(function () {
...
})();
[/code]
Read on…
I made some resolutions last year and here is what I achieved:
Read on…
Turns out I’m a bit forgetful person.
Yeah! I forgot to make any resolution for Year 2o15. 🙂
Read on…
Basic rules of counting are that you multiply when independent events or scenarios are being considered together and you sum them up if they are being considered separately from each other. Here is an account of some specialized rules of counting which can come handy:
Read on…
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>
Read on…
Here are some fun bits about JavaScript which you may enjoy as much as I did:
>> NaN === NaN false
Read on…
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…
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…
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…
Solving homelessness shouldn’t be a hard problem considering the fact that our brains are capable of solving insanely complex problems. I started noting down some problems today, which revolve around the subject matter.
Read on…
Blessed is the minuscule moment which makes you aware of your current angry state, if and only if, you use it wisely.
Read on…
Utility ecryptfs-recover-private, may help you re-access your encrypted data automatically, in a few seconds.
Read on…
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…
Keep an eye on ads, showing up in your Facebook account – soon you may notice a mysterious trend.
Read on…
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…