#javascript

Things I've written about #javascript
/
  • /4 mins read/---

    Drag and Drop API keynotes

    Some keynotes to keep in mind when working with Drag and Drop APIs in Javascript

  • /4 mins read/---

    Tricky use case of Array.prototype.map in JS

    If 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...

  • /3 mins read/---

    Simplify your Node.js project with module aliases

    Tired of dealing with complex file paths in your Node.js project? Learn how to set up module aliases using TypeScript and module-alias package to simplify your imports and improve your development experience.