Quynh Nguyen3 patterns for writing async code in JavascriptThree useful patterns to make better use of async/await code in JavascriptJul 18, 2021Jul 18, 2021
Quynh NguyenGoodbye EvernoteAfter more than a decade of entrusting Evernote with my notes, I finally left the service.Jul 13, 2021Jul 13, 2021
Quynh NguyenJavascript’s new Date() 😱A common pitfall with the constructor of Javascript’s Date object. It uses a base 0 for monthIndex parameter, but base 1 for others.Mar 10, 2021Mar 10, 2021
Quynh NguyenMisbehaving sortThe default behaviour of Array.prototype.sort() in Javascript may not be what you expect if no compare function is provided.Feb 27, 2021Feb 27, 2021
Quynh NguyenThe wonder of Javascript’s arrayArray is one of the most important and elegant features in Javascript. Developers, especially those coming from statically typed languages…Feb 14, 2021Feb 14, 2021
Quynh NguyenAWS resources tagging using Serverless frameworkAn explanation about how AWS resources can be tagged using the Serverless framework. Code sample is available in GitHub.Jan 15, 20211Jan 15, 20211
Quynh NguyenDeletionPolicy attribute in CloudFormationIn AWS CloudFormation, all resource types have a DeletionPolicy attribute with possible values of Delete, Retain and Snapshot. Setting it…Jan 14, 2021Jan 14, 2021
Quynh NguyenHow to install specific version of Node.js on RedHat-based LinuxSolutions to install any versions of Node.js on a RedHat-based Linux, including RedHat, Fedora, Oracle Linux and Centos.Jan 11, 2021Jan 11, 2021
Quynh NguyenHow to add code linting for a Node.js projectLet’s talk quickly about what it is. According to wikipedia:Jan 8, 20212Jan 8, 20212