Introduction
Hi Readers, My name is Govind Singh, born in Barmer, India and have lived in different regions of India. Among them Banglore is my favorite. In music I love genre like bollywood, punjabi, sufi, old...
View ArticleLambda Expression in Java
Lambda expressions are introduced in Java 8. Lambda expression facilitates functional programming, and simplifies the development a lot. Syntax A lambda expression is characterized by the following...
View ArticleStream in Java
Interoduction Streams bring functional programming to java and are supported starting in java 8 Advantages of streams Make heavy use of lambda expression Parallel streams make it very easy to...
View ArticleInternalization Of Angular App
For making your application user-friendly to worldwide audience angular provides internationalization(i18n) tools which will make your app available in multiple languages. Referenced from angular...
View ArticleJavascript in better way (ES2016)
Today I’ve some JavaScript techniques for you to make your life easier. In this article I am going to use EcmaScript 2016 or above features which will optimize the code. String Interpolation Here is a...
View ArticleReact Cheatsheet
This is a cheat sheet to React for daily use. It contain a lot of snippets from my own use. Table of Contents React Redux 1 – React Use React // Import React and ReactDOM import React from 'react'...
View Article