Why I'm Leaving HashnodeI loved Hashnode once — I even titled my first post “Why I use Hashnode?” — but today I’m walking away. On May 13, 2026, Hashnode announced that access to its GraphQL API is moving behind a paid offerMay 17, 2026·3 min read
How To Start Generate AI Art For Noobhey👀, if you're interested in generating AI art but don't know where to start -- this blog post is for you! I'll cover the top AI-based art website that you need in order to get started, including some helpful resources and tips. 🙌 1️⃣ Lexica searc...Nov 28, 2022·3 min read
Changing Button's Text using ReactIn this tutorial, I am going to give you a step-by-step guide how to change the button text from On to Off while understanding the concepts of conditional rendering in React application. Conditional Rendering In React, you often need to display diffe...Oct 26, 2022·8 min read
Event Handling for React Beginners - Tutorial Example CodeThis tutorial is going to give you a step-by-step guide on understanding one of the main concepts of React which is handling events in React application. Handling Events in React Handling events with React elements is very similar to handling events ...Sep 17, 2022·7 min read
How To Use Components & Props in React with Example CodeIn this tutorial, I'm going to give you a step-by-step guide on understanding one of the main concepts of React, which is components and props in React applications, with example code. Components & Props in React Now, let's understand the Components ...Sep 12, 2022·8 min read
Prevent Memory Leakage with the `useEffect` Hook - ReactBeginners may be concerned about having useEffect in the code in my previous tutorial post about useState and useEffect. You can check out my step-by-step React Tutorial Beginner - useState and useEffect with Example Code. I will explain below why we...Aug 30, 2022·3 min read
React Tutorial Beginner - `useState` and `useEffect` with Example CodeIn this tutorial, I'm going to give you a step-by-step guide on understanding the main concepts of React which introduce the concept of state and lifecycle in a React component. State is Memory of a Component Let's have a brief on what State is. As a...Aug 25, 2022·12 min read