VGVarsha Guptainvarshagupta.hashnode.dev·Jun 23, 2024 · 3 min readUnderstanding YAML: A Beginner's GuideYAML, which stands for YAML Ain't Markup Language, is a human readable data serialization language which is often use for writing configurations file. It can also be used in conjunction with any programming language. Due to YAML’s syntax, it’s consid...00
VGVarsha Guptainvarshagupta.hashnode.dev·Apr 8, 2023 · 6 min readTic-Tac-Toe using React hooksYou must have played tic-tac-toe in your childhood, and it was fun, right? But have you ever thought about how much fun it will be if we create our own game of tic-tac-toe? Well, today we'll create a tic-tac-toe game using React hooks in the most sim...00
VGVarsha Guptainvarshagupta.hashnode.dev·Mar 2, 2023 · 6 min readTo-Do-List using React hooksWith the release of React 16.8, React Hooks finally become available to use in our production applications. This allows React developers to make functional components stateful. React Hooks are a powerful tool, so building a to-do list is a good way t...00