A step forward
Training with Microsoft AI-103 to strengthen my path as a AI Platform Engineer

Search for a command to run...
Training with Microsoft AI-103 to strengthen my path as a AI Platform Engineer

This will just be a quick blog. I’ve been re-learning the fundamentals of web development. It includes reviewing and going through the basics of javascript which is usually neglected as we heavily use high level frameworks such as React. One intere...

Blocking code on a non-blocking programming language (sort of)

The core of writing clean code

When to use for..of and for..in in Javascript? Looping through Arrays and Objects By definition, the main difference between for..of and for..in is on where each of them looks as they loop through an array or object. As explained on Stackoverflow by ...

Short notes on Javascript Promise, .then(), and .catch() What is Promise? Promise is an object that may produce a single value (could be either a resolve value or an reject value in the future. ( Medium - Eric Elliott) A promise could be chained with...
I enrolled only as a part time student in the university but the workload is still pretty overwhelming. Prolly because I came from a very different background in my undergraduate. For instance, I have to learn or at least skim thru the discrete mathe...
Test post