Tarun Kumar Kanakamtarunkumarkanakam.hashnode.dev·Dec 15, 2024Why Blogging is Essential: 3 Key Reasons to BeginIntroduction Starting a blog is like creating your own little corner of the internet—a space to share your thoughts, ideas, and expertise in a way that’s uniquely you. Remember those notes we used to take in school, scribbling down key points to make...Blogging
Bhavesh Sharmabhaveshsblog.hashnode.dev·Dec 13, 2024Starting with DevOps.Why i chose to learn devops. After spending two years in software development, I’ve Decided to do further studies like masters so i persue MCA and while doing so i realise that i don’t want to work as an developer, so started to explore things and i ...Devops
Risharth pardeshirisharthpardeshi.hashnode.dev·Oct 20, 2024Express 5 is finally outExpress 5 has finally arrived after years of development, marking a significant evolution for one of the most popular Node.js frameworks! The update brings several new features, enhancements, and some breaking changes, making it both exciting and nec...kunalkushwaha
Nachiketcodewithnachiket.hashnode.dev·Oct 18, 2024Mastering Search Algorithms: Linear Search, Binary Search, and BeyondIn my journey to mastering Data Structures and Algorithms (DSA), searching has become one of the most fundamental topics to understand. Through Kunal Kushwaha’s detailed DSA playlist, I dove deep into linear and binary search algorithms, including th...10 likes·51 readsDSA
Denishdenish.hashnode.dev·Oct 6, 2024Unraveling YAML: Your Easy Guide to Mastering ConfigurationsWhat is YAML? 🧐 YAML is derived from the name YAML Ain’t Markup Language. Yup, you read that right. It address the distinct acronym that is entertaining, also an allusion to minimalism of the YAML. Instead of being like HTML, a markup language, YAML...29 readsYAML
Shubham Singhshubhamsblog.hashnode.dev·Oct 5, 2024Navigating the Open Source Landscape: A Beginner's Roadmap to Meaningful ContributionsAs Hacktoberfest kicks off, many developers are eager to dive into the world of open-source contributions. But let’s be honest—jumping into open source can feel a bit like stepping into a vast ocean without a life jacket. Where do you start? How do y...29 readsOpen Source
Aman Mishraamanmishra.hashnode.dev·Sep 17, 2024Controlled Elements in React: A Practical DemoIn React, controlled components are a fundamental concept that allow you to manage the state of form elements through React's state management. This approach ensures that form inputs are controlled by React, making your UI more predictable and easier...React
Muhammad Sannan Umersannanumer.hashnode.dev·Sep 15, 2024Your First Steps into DevOpsIf you’re just starting your journey in DevOps, welcome aboard! It’s an exciting field that combines development and operations, helping companies release code faster and more reliably. But let’s take a step back—what exactly is DevOps? What is DevOp...Devops
nikhil kumarnikhilshaw.hashnode.dev·Sep 8, 2024Exploring the Architecture of React FiberI just learned about the uses of React Fiber Architecture. The goal of React Fiber is to improve its performance for areas like animation, layout, and gestures.Key features:- The ability to pause, abort, or reuse work as new updates come in- The abil...1 likeReact
nikhil kumarnikhilshaw.hashnode.dev·Sep 4, 2024Journey of Mastering REACT Through VITEIn the third video of the 'Chai aur Code' React series, I picked up some interesting concepts. Firstly, React isn't just limited to the core library; it extends into two more domains with React DOM and React Native. The script tag plays a pivotal rol...1 likeReact