Published onMarch 5, 2022How to create an HTTPS server in localhost?#https#localhost#nodejs#open-ssl#443#mac-os#koajsThe simplest way to set up an HTTPS server in Nodejs application when developing locally
Published onAugust 12, 2021Key notes while working with git#git#git-notes#git-alias#git-workflowsKey notes to save plenty of time while working with git for command-line-developer
Published onOctober 25, 2020Drag and Drop API keynotes#drag-and-drop#dnd#keynotes#api#javascriptSome keynotes to keep in mind when working with Drag and Drop APIs in Javascript
Published onSeptember 22, 2020Tricky use case of Array.prototype.map in JS#javascript#array#map#functional-programming#use-casesIf you are familiar with functional programming, Array.prototype.map must be a function that you work with every day. We encountered a tricky use case of it at Cốc Cốc recently, it took me a while to figure out, and here's the answer...