Backend

Application build

Tools

  • Lazydocker - terminal UI for both docker and docker-compose, written in Go with the gocui library.

  • Lombok

    • dependencies {
          compileOnly 'org.projectlombok:lombok:1.18.8'
          annotationProcessor 'org.projectlombok:lombok:1.18.8'
      }
    • install IDEA plugin

    • enable annotations processing in IDEA

  • Diagrams / visualisation

  • Local monitoring

    • ctop (monitor for docker containers)

    • bpytop (System monitor in terminal)

Guides

Libs

  • MapStruct – Java bean mappings. Never used, this was an advice.

  • Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another. Never used, this was an advice.

  • jOOQ - Java lib for fluent type safe API for writing DB queries

News

Telegram

  • Botsman - telegram bot monitoring platform

Last updated