roshankc.info.npCustomAI - Create AI Image classification API without code | Made with Modus, HyperMode, and DgraphBefore we get started I know you might be having a hard time believing how I made this app in 24 hours. Don’t worry I haven’t slept or moved from my chair and desktop for more than 10 minutes in these past 24 hours. Now let’s get started with the top...Nov 30, 2024·12 min read
roshankc.info.npPhysicalli - A physical job posting platformStory behind I am an introverted person and like to spend most of my time inside the house. Because of this reason I like to find solutions to my problems from home i.e online. Normally I can buy things, and find/hire freelancing remote work online. ...Sep 30, 2022·5 min read
roshankc.info.npDifferent ways to passing props and mapping in Reactjs - Day 3Props are a great way on react to deal with data to make our component reusable. In our previous article, we have learned how to pass and receive props. Today we will learn how to map over data to make our component dynamic and our code more self-sus...Sep 9, 2022·5 min read
roshankc.info.npReusable components with Props in Reactjs | Props passing - Day2In our previous article, we learned how to create custom components. It made our codes more composable. In this article, we will learn how to make a component reusable. If you don't know about jsx, and custom components then check my previous article...Sep 8, 2022·8 min read
roshankc.info.npIntroduction to React.js | Installation, JSX, and Custom Components - Day 1Reactjs is a javascript library to build front-end user interfaces. It follows the declarative approach to writing code. You can manage the state in your application and react will render a specific component when the data changes. Reactjs uses JSX ...Sep 5, 2022·7 min read