this post was submitted on 01 Apr 2024
1 points (53.8% liked)

Programming

16946 readers
555 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 5 months ago (1 children)

Nice list.

Some comments

  • If you're just starting to develop something you don't need multiple versions of JDK. Just use the latest LTS version (v. 21 currently).
  • Git is always good to have. IntelliJ IDEA has a built in git client so others aren't strictly needed at first
  • Ultimate version of IDEA (paid software) has full support for Spring (inc. Spring initializer)
  • If you run Linux podman is a good choice instead of Docker
  • For plugins I'd add sonarlint (helps with code quality)
  • I'd also add Spotless to the project for automatic formatting
[–] LadyLeeLoosh 0 points 5 months ago

Will add them, thanks. I will send you a message privately.

[–] ksd 2 points 5 months ago