TypeScript — What & Why You Should Use ItIn my current project, we’re using TypeScript (rather than pure Javascript) for a large-scale application with Node.JS on the server side…May 7, 2020May 7, 2020
Async/Await in Asynchronous JavascriptTo handle asynchronous Javascript, callbacks were first used but it had major cons like callback hell. Then came about promises to try to…Dec 29, 2019A response icon1Dec 29, 2019A response icon1
Javascript ES6 Array & Object DestructuringES6 introduced a number of significant improvements to the language, including de-structuring of Objects and Arrays.Aug 31, 2019A response icon1Aug 31, 2019A response icon1
Published inThe StartupUse Promises over Callbacks, and how to create a new Promise in JavascriptPromises are widely used instead of callbacks. Promises are a great feature in Javascript that enable you to avoid callback hell…Aug 18, 2019Aug 18, 2019
Run multiple NodeJS versions with Node Version Manager (NVM) — for MacOSIf you use Node.js for your applications, you may want to use different versions of Node. Fortunately, there is a tool to manage them all…Jan 27, 2019A response icon2Jan 27, 2019A response icon2
Javascript: Splitting an array into chunks (utility function)For a work project, I needed to include a wizard form with 2 questions on each page. To get the total page count, I divided the total…Jan 23, 2019Jan 23, 2019
Javascript Templating Language and Engine— Mustache.js with Node and ExpressJavascript TemplatingJan 20, 2019A response icon4Jan 20, 2019A response icon4
Coders — How to add source code to your Medium articlesSo as I was writing an article pertaining to coding work, I knew that I could add Code blocks & Inline code as a feature provided by…Jan 1, 2019A response icon1Jan 1, 2019A response icon1
Ruby on Rails Beginner Adventures: Simple Blog ApplicationCoding Bootcamp Week 3: ALPHA Camp (Singapore)Sep 3, 2017A response icon5Sep 3, 2017A response icon5
Published inAge of AwarenessThe more I learn, the more I realize how much I don’t know.Coding Bootcamp Week 2: ALPHA Camp (Singapore)Aug 27, 2017Aug 27, 2017