Category JavaScript
Share experience about JavaScript
Use TypeScript with Google CloudFunction and Deploy locally
2022/10/1·3 min readThis blog show how to setup TypeScript with CloudFunction and Deploy to Google Cloud locally
Async Defer Inline or External Script Tag in JavaScript
2022/03/10·6 min readThe difference between async, defer inline and external script tag execution order.
How to Getting Started with Sentry Error Tracking
2021/4/1·2 min readThis blog shows how to get started with Sentry.io for tracking JavaScript errors and performance.
Javascript Splice vs Slice
2020/2/3·1 min readThis blog compares how to use Splice versus using Slice at JavaScript.
Javascript Push Pop Shift and Unshift
2020/1/5·2 min readThis blog show difference between the JavaScript Array's method push, pop, shift and unshift usage.
How to Use Grunt with Keystone.js for Minify CSS, Javascript and HTML
2016/2/1·8 min readHow to Use Grunt to setup task at Keystone.js for minify CSS, Javascript, HTML
How to add Facebook Share Button to the Page
2016/1/31·11 min readThis blog show how to use facebook share in 3 ways. Contains code snippet in HTML, Javascript.
Angular Directive for Check Number Input
2015/5/1·4 min readA simple angular directive input text only accept number as 10 digits, but also length is configurable at view.
Example Code - How to Use Angular.js Location Hash
2015/5/1angular location hash example code
Few Memo about ECMAScript 5
2015/12/4How to Hightlight Code Block by Use Prism
2015/10/31·1 min readPrism is very nice javascript, css library for syntaxhight your code.
Use Prettier to Format VS Code to Enforce Consistent Style
2022/8/1·3 min readStart Use Gulp and Browserify to Build Angular App with Node.js
2016/4/1·5 min readHow to Use gigya to Share and Comments
2016/1/31·2 min readHow to use Gigya to share and comment
Code Snippet - Sample Code for Beautify Json
2015/5/1·1 min readAbout Javascript Best Practices, ECMAScript 5
2015/12/29·8 min readEverything about Javascript ECMAScript 5.
Javascript Unit Test With Jasmine, Angular and Chutzpah with Visual Studio
2015/10/2·1 min readEnable javascript unit test at Visual Studio Test Explorer window
Javascript default behavior of load method
2014/8/2·1 min readWas curious and although I think I kind of know the result just want to do a check what's default javascript behavior to load themethod. Should I always put the method to the beginning of the script or the end of the script.
Few Useful Links About JavaScript Best Practices
2014/7/5·1 min readFew collections about best practices of JavaScript.