My How to Code Journal

HomeBadges
Blog Author Picture

Gabriel Drix

Hello world! I am a MS Computer Science student and a Fullstack developer. I started this blog in order to collate the things I learn in Computer Science in general.

JS for..of and for..in

Sep 17, 20203 min read

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

JS Promise

Sep 16, 20202 min read

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

First Few Days on Grad School

Sep 14, 20202 min read

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

Hello World!

Sep 12, 20201 min read

Test post

© 2021 My How to Code Journal

PrivacyTerms
Proudly part of