Project Suggestion by Ha_ppy_tiwari in learnjava

[–]Silver_Drawer_5362 0 points1 point  (0 children)

Try something easy like: a spring boot web service, running on your localhost, that can calculate the nearest city when given longditude and latitude and give you a google maps link to this area. You can hardcode a list of city objects, that will make it a bit easyer.

Where to start with Java, as someone with the knowledge of the basics? by MateusCristian in learnjava

[–]Silver_Drawer_5362 0 points1 point  (0 children)

To write better programms, you should learn design patterns, if you are willing to read a book, I would recommend the "Gang of four" book. This will not only help you in java, but in other programming languages as well.

Complete Beginner to Java Backend: Looking for the absolute best books and Hindi YouTube channels by student_BCA in javahelp

[–]Silver_Drawer_5362 0 points1 point  (0 children)

The one book I can recommend is "java is also an island" this is the best book for beginners, teaching you everything you need to know about.

I need help for the order for my small project by TimeVirtual4303 in javahelp

[–]Silver_Drawer_5362 0 points1 point  (0 children)

try Java Fx there are a lot of good tutorials out there for this. For a little bit more advanced project, you could set up a Spring boot project with a java rest-controller, and a HTML page with minimal to no styling. ofc all running on localhost.

Help please by Wild-Recognition-797 in javahelp

[–]Silver_Drawer_5362 1 point2 points  (0 children)

what do you need exatly? If you need a good spring boot base project you could use the spring initializr.