losalini-rokocakau.hashnode.devMastering React: A Mindset for Component-Centric DevelopmentReact is a widely embraced front-end library renowned for crafting intuitive UI/UX experiences. However, there is a necessary fundamental shift in mindset to have a mastery of React. As opposed to the instruction-based way of building in JavaScript, ...May 28, 2024·5 min read
freecodecamp.orgHow to Manually Deploy a React and TypeScript Project on NetlifyIn this tutorial, I'll teach you how to manually deploy a React and TypeScript project with Vite on Netlify. I will show you a few quick and simple steps to get live versions of your projects up and running. To follow along with this tutorial, there ...Apr 12, 2024·4 min read
freecodecamp.orgHow to Create Tables Using the React-Data-Table-Component Library in React & TypeScriptIn this tutorial, I'll teach you how to use the react-data-table-component library in your React projects. You'll learn how to render a table that has features such as pagination, searching/filtering, and sorting. I'll walk you through each step, fr...Mar 27, 2024·10 min read
losalini-rokocakau.hashnode.devA Beginner’s Guide to Understanding & Recognizing Different Cyber ThreatsWith technology being so ever-evolving, it also presents a whole bucket of snakes to many users and particularly the most vulnerable. Many companies & innocent individuals have been affected by this bucket of snakes — both old & new snakes. Some even...Nov 7, 2022·6 min read
losalini-rokocakau.hashnode.devHow to Temporarily Resolve CORS Error in the ConsoleYou may have exhausted all solutions to make your site render on the browser but nothing seems to work. Then, you've checked the developer tools console only to get an error saying that CORS is blocking your API requests. Fig. 1 A preflight request ...Nov 7, 2022·3 min read