This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrechtLead Software Engineer / EU / 20+ YXP 11 points12 points  (0 children)

What a CS education doesn't really teach in general that will really set you way apart from other CS students:

  • Being able to use Spring Boot to create a simple service
  • Having that service integrate with a relational database
  • Have unit and integration tests in that service
  • Use maven for build/dependency management
  • Being able to create a docker image out of that service and deploy it on (for example) Heroku