X

Using Grunt – The Javascript task runner part 1

So what is Grunt? Grunt is a task-based command line build tool for JavaScript projects. If you are in the…

Analysis Paralysis, failure of an interview

“Success is not final, failure is not fatal: it is the courage to continue that counts.” ― Winston Churchill Here…

JavaScript conversion tips

In this post I will write about some tips on JavaScript Conversion from type to values etc. Tip 1: Boolean…

Learn to love default value in Javascript

Here is another quick tip on JavaScript, the default value in Javascript. If you are coming from the C# world…

Learn to love the === operator in JavaScript

In JavaScript there are two types of equality operator, the === and the !== , sorry I forgot to mention…

Javascript quick tip debugger statement

Here is Javascript quick tip debugger for Javascript developers, there is a debugger statement in JavaScript, which invokes any available…

Keep yourself protected with modular JavaScript

Here is another quick tip on creating modular JavaScript, namely function wrappers, or more technically called Immediately-Invoked Function Expression (IIFE).…

Learn to love the JavaScript falsy conditions

Here is a quick tip for JavaScript falsy conditions for programmers or for people who come from Java or C#.…

Jade Include & Template Inheritance Part 6

Jade Node.js Template Engine, Include & Template Inheritance Part 6 In this post, I will write about using includes and…

Jade Node.js Template Engine, Conditional Logic Statements Part 4

Jade Node.js Template Engine, Conditional Logic Statements In my previous post I have talked about databinding with jade, i.e. feeding…