Tag: video

  • The Secret of Good Demos

    The Secret of Good Demos

    Before the rise of the agile framework, software development was primarily done using traditional project management methodologies, such as Waterfall. Once the product was ready, the product demonstration, or demo, would be the meeting that determined whether the customer was happy with the final product or if the team had wasted months, if not years,…

  • Effective Pull Requests for Better Code Reviews

    Effective Pull Requests for Better Code Reviews

    Nowadays it’s almost unthinkable to work in a Software Development team and not use Pull Requests to do Code Reviews. Pull Requests have become an essential part to our day-to-day work, but there are cases where we’re still not making the best use of them. In this article, I will explain why it’s important to…