{recent posts}
↗

Conditional Rendering in React
Continuing to explore the main concepts in React, this article focuses on using props as condition to render components.
↗

Understanding Recursion
Functions which employ recursion to produce effect of a loop can sometimes appear confusing, especially if we try to think of them as loops. Here are my notes on trying to understand the recursive method.
↗

Connecting to a Public API
Connecting to the Art Institute of Chicago public API, understanding its structure and making that first successful GET request is what gave me that extra spark of inspiration to never stop learning.