Chetan vermablog.chetanverma.com·Aug 8, 2023How to create an awesome Kanban board using dnd-kithttps://youtu.be/IZ3w2PNh-hE Introduction Hey everyone, we will create an awesome Kanban board using dnd-kit in this post. We will use the next.js starter with tailwindcss as a code starter for our Kanban board. prerequisite - containers : a conta...Discuss·1 like·130 readsReact
hedihedighodhbane.hashnode.dev·Apr 27, 2023React Drag And Drop - Kanban boardToday we'll build this simple Kanban Board using NextJS and React-DND. This is the final outcome. Installation Create a new Next ( or react ) app npx create-next-app nextdnd I'm using Tailwind for the styling! so whenever you see {...style} it's j...Discuss·377 readsReact
Christiaan Fouchéchrisfouche.com·Apr 24, 2023Enabling ConstraintsFor a tech team to be enabled they must be constrained. Steve Jobs said, ‘Deciding what not to do is as important as deciding what to do’. When he returned to Apple in 1997 to save them, his strategy was to produce only four products. A desktop and a...Discuss·235 readsagile
Dominik Szymańskicodesmash.dev·Apr 16, 2023Say goodbye to Scrum and hello to Kanban!But why?! Measuring dev team velocity is like monitoring the pulse of a marathon runner: it tells you how fast they're going and whether they're likely to finish the race on time, but it won't help you predict if they'll stop for a snack, trip on a b...Discuss·48 readsmanagement
Gaurav Janjalgauravjanjal16.hashnode.dev·Apr 13, 2023Agile Methodologies 101Agile Methodology: A Breakdown Agile methodology is a software development approach that aims to deliver software incrementally and iteratively. This means that the development process is broken down into smaller chunks, called sprints or iterations,...Discuss·1 like·150 readsagile
Anthony Uzohanthonyuzoh.hashnode.dev·Mar 19, 2023What is Agile Methodology?The Agile methodology is a project management framework that emphasizes flexibility, adaptability, and collaboration to deliver high-quality results quickly. Agile is popular in software development, but it can be applied to various types of projects...Discuss·35 readsagile
Harry Munroharrymunro.hashnode.dev·Feb 1, 2023Scrum vs. Kanban: Choosing the Right Approach for Your Work ManagementGreetings, esteemed readers! Today, I would like to discuss two project management approaches that have gained widespread popularity in recent times - Scrum and Kanban. A brief overview... Scrum is an Agile methodology that emphasizes collaboration, ...Discuss·84 readskanban
Lee Nattressfor3t Engineering Blogblog.3tplatform.com·Jan 9, 2023INVEST in User StoriesOrigins 2003: the INVEST checklist for quickly evaluating user stories originates in an article by Bill Wake, which also repurposed the acronym SMART (Specific, Measurable, Achievable, Relevant, Time-boxed) for tasks resulting from the technical dec...Discuss·122 readsScrum
Kantimahanti Sai Prasanna Kumarsaiprasannakumar.hashnode.dev·Jan 8, 2023Software Methodologies OverviewTraditional Waterfall Development Phases of waterfall Requirements Design Code Integration Test Deploy Problems with the waterfall approach No provisions for changing requirements No idea if it works until the end Each step ends when the...Discuss·1 like·38 readsextreme programming
Amit PRapfirebolt.hashnode.dev·Dec 24, 2022Creating a drag and drop Kanban board in ReactBeing able to move the elements through drag and drop is a cool feature we see in many web-based applications like to-do lists, file drag and drop and many more. In this post I'd be discussing a simple drag and drop implementation in React using Reac...Discuss·714 readsreact-beautiful-dnd