Nurul Islamnuibb.hashnode.dev·Apr 4, 2024The Art of Successful Feature Development: A Senior Engineer's ApproachAs a senior engineer, delivering impactful features that truly solve customer needs is both a challenge and a responsibility. It's a process that requires strategic thinking, collaboration, and a deep understanding of user experience. Here's a glimps...1 like·73 readsFeature Driven Development
Kuya Joekuyajoedev.hashnode.dev·Jun 1, 2023Merging code into multiple branchesLet's say you have two branches one has code changes meant for hotfix release ASAP and the other for a new feature. Unfortunately, both branches are different in the number of commits and have slightly different code coming from multiple developers. ...53 readsGit