Posts in 2023
  • Software Developer Assumptions

    2023-04-01 in 2023

    Here are some software development topics I have learnt to like after 40 years in the industry. I worked at quite a few industrial and commercial digital product development initiatives. I truly enjoyed creating successful solutions. Over the years, …

    Read more

  • Scrum Masters and Agile Coaches

    2023-03-01 in 2023

    Scrum is the most popular agile approach used to develop digital products. The Scrum master role is well-documented in the Scrum Guide. There are probably more than one million of certified Scrum masters in the world. To differentiate themselves …

    Read more

  • The Quest for an Agile Company: Seven Years tangly llc

    2023-02-10 in 2023

    We are an agile software coaching and digital product development boutique. Since our inception, we have created digital products using agile approaches. Our preferred tools are Scrum, Lean Software Development, DevOps, LeSS. The created digital …

    Read more

  • Technical Interviews

    2023-02-01 in 2023

    Your sole goal is to hire a qualified collaborator with potential. For example, you need a great software engineer with social competence. He is a professional developer and has knowledge of the technology stack [1] your company is using. The …

    Read more

  • SME IT Responsible

    2023-01-08 in 2023

    What does a senior manager in charge of information technology? An IT director is the information technology right-hand man of the company’s manager. He sometimes has the shiny title of CIO. He proposes and implements the IT strategy of the company. …

    Read more

  • Select An Agile Software Development Partner

    2023-01-01 in 2023

    It is not unusual for businesses to turn to third-party companies when they want help to achieve their goals without increasing internal overhead. This type of outsourcing is especially common for projects that require tremendous amounts of effort …

    Read more

Posts in 2022
  • First Steps DevOps

    2022-12-01 in 2022

    The DevOps movement started to gather momentum with the first DevOps conference held in Ghent, Belgium in 2009 [1]. The approach aims to shorten the system development life-cycle and to provide continuous delivery with high software quality. DevOps …

    Read more

  • Multi-Module Test Reporting with Gradle 7.x

    2022-11-07 in 2022

    I love Gradle as the building tool for all my Java projects. But sometimes I was discouraged about how spotty or cumbersome the support for multi-module project is. I struggled for years to generate test and code overage reports over modules …

    Read more

  • Behavior Driven Design

    2022-11-01 in 2022

    Domain-Driven Design DDD has been around since Eric Evans published his book about the subject in 2003 [1]. Vernon Vaugh published powerful approaches how to implement DDD concepts into a software solution [2, 3]. How do you validate and test your …

    Read more

  • Modern Java Constructs

    2022-10-12 in 2022

    Modern Java is quite a departure from the traditional Java available at the beginning of the millennium. The most visible change is certainly lambda expressions and stream, enabling a more functional programming approach in Java. Functional …

    Read more