Posts
Browse all articles about JavaScript, React, TypeScript, and web development.
How Do Promises Work?
May 23, 2019
Promises have changed the way most JavaScript developers write asynchronous code. So what are promises, and how do they work?
promiseasynchronousawait+3

Strategically logging messages to the console
May 21, 2019
Web Developers often use commands like console.log to debug or analyze their code flow. This post will cover some helpful tips to use the console commands provided by JavaScript.
javascriptbrowserconsole+1

Build a Reusable Responsive Card component with styled-components
March 2, 2019
Card components are often used because they keep layouts looking neat, clean and elegant. In this post i'll be guiding you to create a card component using the styled-components library.
reactjavascriptstyled-components+2