Backend

Application build

Tools

  • 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

  • MarkItDown (Python tool for converting files and office documents to Markdown)

  • Local monitoring

    • ctop (monitor for docker containers)

    • bpytop (System monitor in terminal)

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

  • Mockoon - API mocking

  • QuickBDB - visually create DB schema

  • Json Crack (interactive graphs from textual data)

  • HTTP

    • https://hurl.dev/ (command line tool that runs HTTP requests defined in a simple plain text format.)

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

Was this helpful?