Working with Junie in legacy code
My personal experience using Junie, JetBrains coding agent, from small pet projects to big legacy systems

Search for a command to run...
Articles tagged with #kotlin
My personal experience using Junie, JetBrains coding agent, from small pet projects to big legacy systems

Kotlin provides many valuable functionalities, and one of the most powerful is scope functions. Scope functions—let, apply, also, run, and with—allow us to execute blocks of code within the context of an object. They are handy, but it can be difficul...

In the previous article of the series, I covered the unit tests for this functionality. However, that isn't enough to ensure our feature works on this occasion because we are integrating it with another service. To create our controlled version of AW...

Testing is one of the things I've dedicated more time to in my professional life. Even though it's an essential part of our daily job, I still find test suites that do not ensure the correct behavior of a feature. That is why I wanted a separate post...

AWS SDK Kotlin Series

Ya escribí hace unas semanas sobre cómo el nuevo asistente de IntelliJ puede ayudarte a escribir mensajes de commit muy completos. https://isabeliita90.hashnode.dev/adios-a-los-commits-wip Hoy os quiero contar cómo puede ayudarnos a refactorizar nu...
