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
Angular v6: What is Coming
16 March, 2018. 3 min readAngular 6 is on its way. After Angular 4 Angular 6 gonna be a Long-Term Supported (LTS) Version. The Angular 5.0 upgrade itself is all about…
How & why I migrated from Ghost to Hexo
13 March, 2018. 5 min readHistory When I heard of Ghost(A blogging platform build with Nodejs) for the first time. I have really got excited and started playing with…
Dynamic Form Builder using Angular 5 and Bootstrap 4 (Reactive Forms)
11 March, 2018. 8 min readA while back I wrote a post on how to build dynamic form using Angular 2. In that post, we have implemented it by using Angular Template…