satyamkale.hashnode.devComplete Beginner's Guide to Go: Understanding Arrays and SlicesIntrodution: As you may know, Go has both arrays and slices. For those who are new to Go, it can be confusing to understand the differences between arrays and slices, as I experienced myself. This blog aims to explain arrays and slices, as well as th...Apr 13, 2025·4 min read
satyamkale.hashnode.devBeginner's Guide to Using Props in ReactWhat are props- Props, short for properties, are a fundamental concept in React that enable components to communicate with each other. They act like channels, allowing data to flow from a parent component to its child components in a unidirectional m...Jul 30, 2024·4 min read