RPRohit Purkaitinmature-dev.hashnode.dev·4h ago · 3 min readEvery AI coding tool ships the same indigo gradient, so I built a skill that stops itI use AI coding tools every day. Claude Code, Cursor, all of them. They write working UI fast. But they all write the same UI. You know the look. Indigo gradient. Default font. Rounded cards on a gray00
RPRohit Purkaitinmature-dev.hashnode.dev·Feb 19, 2022 · 3 min readBreeze through deployment using NetlifyThe Origin It all started in 2019 when I watched my first anime series and I fell in love with it. Since then I always noticed that the anime culture is underappreciated in India. So, I wanted to spread the news about anime through something that I k...01M
RPRohit Purkaitinmature-dev.hashnode.dev·Jan 31, 2022 · 4 min readGetting Started with ReduxContent Why use Redux? Why not to use Redux? Step by step implementation of Redux React-Redux Hooks userSelector useDispatch @Reduxjs/toolkit configureStore createSlice Why use Redux? Redux is used for state management. It is used to pass th...00
RPRohit Purkaitinmature-dev.hashnode.dev·Dec 6, 2021 · 3 min read3 common things in every programmerHave you ever thought about what are the things that are common in all programmers? Maybe inflicting pain on ourselves while debugging. Well that is true but I don't want to dive in that topic (if you get what I mean ;-} ). I always thought that ther...00
RPRohit Purkaitinmature-dev.hashnode.dev·Dec 3, 2021 · 2 min readCreate a circled countdown timer in ReactIntroduction Are you planning on creating a countdown timer to implement in your website? Then, congrats my friend you have come to the right place. In this article I will instruct you on how to use a simple npm-package called react-countdown-circle-...00