RPRathesh Prabakarinratheshprabakar.hashnode.dev·May 12, 2021 · 4 min readFive Much-Needed Platforms for StudentsDe-bug-ging day to everyone, Today I will share the tools which helped me learn a lot in my college life. I always believe that knowledge will be multiplied only if you share your knowledge with others. I gonna curate the list one by one here. 1) Lin...00
RPRathesh Prabakarinratheshprabakar.hashnode.dev·Apr 1, 2021 · 5 min readSmart Attendance System using Face RecognitionHello all, The primary goal of every software developer is to solve the real time problems which is situated in and around us. The major tedious work in school or college is taking and maintaining the attendance of the students manually. Yes, It is o...00
RPRathesh Prabakarinratheshprabakar.hashnode.dev·Dec 13, 2020 · 11 min readCounter app in REACT without create-react-appHello everyone, The most important thing in the world of web is JavaScript. Today we will see how to create a beautiful counter application using JavaScript library called React without using create-react-app. Before manipulating into the applicatio...00
RPRathesh Prabakarinratheshprabakar.hashnode.dev·Dec 10, 2020 · 3 min readConditional Rendering in JSXConditional Rendering in JSX Conditional rendering is very similar to the conditional statements in all languages, simply the working principle of conditional statement depends upon the condition, if it is true, set of statements are executed, or el...00
RPRathesh Prabakarinratheshprabakar.hashnode.dev·Nov 24, 2020 · 8 min readGit - A beginner GuideHello developers, before diving into git, everyone wants to know the important terminology called VCS (Version Control System). What is Version Control ? We're all going to collaborate on a project together - How ? A version control is a system whi...00