Javascript map will only shallow-copy your objectThey do so by first constructing a new array and then populating it with elements. The copy always happens shallowly — the method never…Sep 20, 2023Sep 20, 2023
Published inAIA Singapore Technology BlogMaking My Own Online Wedding InvitationOf all the things I am excited about about getting married, one of them is that I get to create, and design my own wedding invitation. And…Nov 7, 2022Nov 7, 2022
Understanding SEO in Google SearchAll of us in the IT industry must have heard the terms SEO, but the terms itself is one of those that has quite explainable description…Mar 14, 2022Mar 14, 2022
I tried to teach programming to a group of kids for a few weeks, and here’s what I gotThe title is self explanatory, in this article I will explain my experience about teaching. But let me start on why I did it in the first…Aug 31, 2021Aug 31, 2021
What these website left on their browser consoleWarning and disclaimer, the content here will be pack with my own opinionated — might be anecdote — of some kind, about a random thing I…Apr 24, 2021Apr 24, 2021
Optional Chaining in JavascriptOptional chaining ? What ? You are saying I don’t need to chain my object again to check if it’s undefined or not ?Mar 19, 2021Mar 19, 2021
Maximize browsing experience with Tree Style TabAs a programmer, I use google, a LOT. 50% of my normal development flow usually spent mostly on googling and browsing stuff. Multiple tabs…Jul 11, 20201Jul 11, 20201
Moving from Ubuntu to WSLShort story, I’m getting tired of switching my dual-boot system back and forth, and decided to install the new WSL feature on Windows…Jul 7, 2020Jul 7, 2020
Simple API Endpoint Tutorial using Node Js and PostgreSQLGithub Source code : https://github.com/hilalarsa/jcendpointOct 30, 2019Oct 30, 2019
How to Create Simple JSON-Source Endpoint using ExpressSometime you might need to create a simple endpoint for tutorials and mini projects,Oct 23, 2019Oct 23, 2019