caffeinated-coder.hashnode.devUnderstanding truthy & falsy values in JavaScriptThe concept of truthy and falsy values is one of the quirks of JavaScript. It often confuses beginners and can even catch out more experienced developers. It’s also a question that can come up in a technical interview. So, it’s important to have a go...Mar 6, 2022·6 min read
caffeinated-coder.hashnode.devHow I built a weather appIn this blog post, I'm going to discuss how I recently built a Weather app with React. The purpose of writing this article is to help me analyse and evaluate the decisions I made while designing and coding the app. Hopefully, this may also be of use ...Oct 11, 2021·10 min read
caffeinated-coder.hashnode.devHow to save persistent data to the user's browser with localStorageIn this tutorial, I'll teach you how to save persistent data to the user's browser using the localStorage object, which is part of the HTML Web Storage API. I'll cover some simple use cases, including saving a game hiscore, some to-do list data and t...Jun 17, 2021·7 min read
caffeinated-coder.hashnode.devHow I built a Markdown Previewer with ReactWelcome to my first ever dev blog post! Here, I'll be talking about how I built a Markdown Previewer with ReactJS as part of the freeCodeCamp curriculum. I'm starting a dev blog to help cement my understanding of coding concepts and to analyse and...Jun 1, 2021·8 min read