Skip to content

EasynHow, Know How!

Just another WordPress site

  • Java
    • Java 8
  • Javascript
  • jQuery
  • J2EE
    • Spring
  • What’s New
  • C
  • C++
  • Others
    • Data Structures
    • Algorithms

Author: Anoop Kumar Rai

May 26, 2017 Anoop Kumar Rai

The Module pattern- Javascript way of hiding data in objects from public access

The Module pattern- Javascript way of hiding data in objects from public access Unlike JAVA, Javascript does not have the

Continue reading »
May 26, 2017 Anoop Kumar Rai

Closures: A concept of callback function – Functional programming in Javascript Part 4

Closures: A concept of callback function – Functional programming in Javascript Part 4 Closures in Javascript are perceived to be

Continue reading »
May 26, 2017 Anoop Kumar Rai

Avoid polluting global namespace in Javascript- IIFE (Immediately Invoked Function Expression)

Avoid polluting global namespace in Javascript- IIFE (Immediately Invoked Function Expression) Everybody says Global variables are bad, they are evil,

Continue reading »
May 26, 2017 Anoop Kumar Rai

Understanding scopes in Javascript- Function Scoping

Understanding scopes in Javascript- Function Scoping The concept of scopes are in every language. A scope dictates a portion of

Continue reading »
May 26, 2017 Anoop Kumar Rai

JavaScript function declaration syntax: var fn = function() {} vs function fn() {}

JavaScript function declaration syntax: var fn = function() {} vs function fn() {} In Javascript there are 2 ways to

Continue reading »
May 26, 2017 Anoop Kumar Rai

forEach method in Arrays – Functional Programming in Javascript Part 3

forEach method in Arrays – Functional Programming in Javascript Part 3 In Javascript arrays are objects. It has a method

Continue reading »
May 26, 2017 Anoop Kumar Rai

Functions as Arguments and Functions on Objects – Functional Programming in Javascript Part 2

Functions as Arguments and Functions on Objects – Functional Programming in Javascript Part 2 Functions as values is a concept

Continue reading »
May 26, 2017 Anoop Kumar Rai

JAVA/XML based configuration of DWR 3 with Spring MVC 4 and annotations

JAVA/XML based configuration of DWR 3 with Spring MVC 4 and annotations This post is for people who know working

Continue reading »
May 26, 2017 Anoop Kumar Rai

Function expression and Anonymous Function expression – Functional Programming in Javascript Part 1

Function expression and Anonymous Function expression – Functional Programming in Javascript Part 1 Most of us know how to create

Continue reading »
May 26, 2017 Anoop Kumar Rai

Secrets of Javascript Arrays

Secrets of Javascript Arrays Arrays are a common structure in many languages, Its a sequence of values that you wanna

Continue reading »

Posts navigation

«Previous Posts 1 2 3 4 5 … 7 Next Posts»

Search