Rollup React Library
24 July, 2020. 6 min readIntro Rollup is a module bundler to compile the Javascript code. In the previous post explained rollup basics. In this post let’s see how…
Rollup in 2020
24 July, 2020. 3 min readOverview Rollup is a module bundler. It compiles smaller pieces of Javascript into a single Javascript file. Besides compiling code it will…
Javscript: What's New in 2019
11 May, 2019. 2 min readNew private fields Now If you try New inheritance New New Big int New New Global this Intl APIs To Localize your websites Optional…
Javascript Simple Algorithms
06 May, 2019. 2 min readString spread split Longest word in a string Is Palindrome Substract two Arrays Factorial tail call Remove duplicate Title case a string…
HTML5 Image loading attribute
02 May, 2019. 1 min readWARNING: It’s available only in Chrome browser (>= 76) Note: The same attribute can also be applied to
JavaScript Text To Speech
30 April, 2019. 1 min readSimple JavaScript speech synthesis. Example
cssnext: future of css
30 January, 2019. 2 min readVariables Color Adjustments Mixins Nesting Media queries image set Pseudo class Reference https://cssnext.github.io/features/ https…
Golang Beginner
10 January, 2019. 2 min readExample Variables & Constants Structs Array & Slice Pointers Function packages Simple http Server