Category: Null

  • Friction: How Human Behavior Influences Code Development

    Introduction Have you ever tried to start a gym routine, learn a new skill, or start a new side project, and found yourself failing? The reasons for failure can sound familiar: This problem, where obstacles prevent us from starting something new, is known as friction. Friction in Software Development What does friction have to do with…

  • Optimizing Spring Integration Tests: 7 Annotations That May Be Slowing You Down

    Introduction: We all know that integration tests are not the fastest to run, they surely take longer than unit tests. The reason for that is that you have to start up Spring context to run the tests. The bigger your application gets the more time your application takes to start. That can make your team…

  • Hello World

    In this blog I’ll share with you practical tips and actionable strategies on how you can improve your Java Spring applications, stay tuned!