Recent Posts

2020 Year in Review

5 minute read

I have been reading year in review posts lately, they have inspired me to start a habit of documenting my annual progress.

Understanding Method Chaining in JavaScript

4 minute read

introduction Method chaining is a technique that involves calling multiple methods on the same object in a chain-like sequence. This is made possible by retu...