ATAthithya Tinathithyat.hashnode.dev·Aug 21, 2023 · 5 min readMongoDB Basics: A beginner's guideIf you are an aspiring MERN stack developer, you should learn MongoDB. It is one of the emerging database software, becoming popular for its flexibility and scalability and is a must-learn in 2023. This blog is a beginner's tutorial on MongoDB. After...00
ATAthithya Tinathithyat.hashnode.dev·Aug 9, 2023 · 4 min readContainers and DockerDocker has become a must-know tool for developers. It is an infrastructure as a service (IaaS) that allows you to build, test and deploy applications swiftly and is one of the most popular DevOps tools used for Containerization. It allows you to crea...00
ATAthithya Tinathithyat.hashnode.dev·Aug 2, 2023 · 4 min readFundamentals of Big DataIntroduction With the penetration of the Internet through all parts of the world, the amount of data generated every day is enormous. According to a report by ExplodingTopics, as of 2nd August 2023, the amount of data generated every day averages 328...00
ATAthithya Tinathithyat.hashnode.dev·Jul 30, 2023 · 4 min readHow Redux helped me manage stateIntro I recently built a Cafe management system, in association with Melospiza, which allows users to order food in restaurants and cafes directly, without having to talk to a waiter. Users can choose the items they want to order and add them to the ...00
ATAthithya Tinathithyat.hashnode.dev·Jul 2, 2023 · 2 min readEssential concepts for understanding ReactReact is one of the most in-demand JavaScript libraries today. If you want to become a React developer, here are a few concepts that will give you a better understanding of how the library works. Let’s get started! React uses a declarative approach I...00