Asim Sikka

As a full-stack web developer with over 11 years of experience, I specialize in building dynamic and responsive applications using ReactJS, NextJS, and modern front-end technologies, I'm proficient in creating scalable, high-performance web solutions across multiple stacks, leveraging my expertise in both front-end and back-end development.
56 Posts

How to Fix CORS Error Policy in SpringBoot and React

When developing web applications, you'll often run into CORS (Cross-Origin Resource Sharing) errors when your frontend (React JS) and backend (Spring Boot) are running...

How to Fix the React JS useState Error When State is Passed as a Prop

When developing an ecommerce webshop with React JS and Commerce.js, I encountered a perplexing error related to useState. I initially thought the issue might...

How to Build RAG AI Agents with TypeScript

Building Retrieval Augmented Generation (RAG) AI agents is an exciting project that enables you to enhance the capabilities of your AI by allowing it...

How to Build a Dynamic Wardrobe App with React Drag and Drop

I’m excited to write you through the process of building a dynamic wardrobe app using React. As someone who loves building interactive applications, this...

How Can I Fix the “Unexpected token < in JSON” Error in React.js

Have you ever seen the error “Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0” and had no idea what it...