SherlynnTypeScript — 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
SherlynnAsync/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, 20191Dec 29, 20191
SherlynnJavascript ES6 Array & Object DestructuringES6 introduced a number of significant improvements to the language, including de-structuring of Objects and Arrays.Aug 31, 20191Aug 31, 20191
SherlynninThe 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
SherlynnRun 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, 20192Jan 27, 20192
SherlynnJavascript: 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
SherlynnJavascript Templating Language and Engine— Mustache.js with Node and ExpressJavascript TemplatingJan 20, 20194Jan 20, 20194
SherlynnCoders — 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, 20191Jan 1, 20191
SherlynnRuby on Rails Beginner Adventures: Simple Blog ApplicationCoding Bootcamp Week 3: ALPHA Camp (Singapore)Sep 3, 20175Sep 3, 20175
SherlynninAge 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