#As a beginner in Java, I'm eager to find valuable websites, videos, tips, or any guidance.
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
ou for reaching out! Here are some resources that may be helpful for you as a beginner in Java:
-
Oracle's Java Tutorials: The official tutorials provided by Oracle are a great starting point for learning Java. They cover a wide range of topics and provide step-by-step guidance.
-
Codecademy: Codecademy offers interactive Java courses that are perfect for beginners. They provide hands-on practice and immediate feedback to help you learn effectively.
-
YouTube tutorials: There are many YouTube channels dedicated to teaching Java programming. Channels like "ProgrammingKnowledge" and "Derek Banas" offer comprehensive tutorials for beginners.
-
Stack Overflow: This is a great resource for asking questions and getting help with specific coding problems. Many experienced developers are active on Stack Overflow and can provide valuable insights.
-
GitHub: GitHub is a platform where you can find open-source Java projects to study and contribute to. It's a great way to learn from real-world code examples and collaborate with other developers.
Remember, learning to code takes time and practice, so don't get discouraged if you encounter challenges along the way. Keep practicing, asking questions, and seeking out resources, and you'll continue to improve your skills in Java programming. Good luck on your coding journey!
MOOC is a completely free introductory Java course created by the University of Helsinki, it is a great way to learn Java from the ground up.
It consists of two parts, one at beginner, and another at intermediate level. The end of the course is marked by creating your own Asteroids game clone!
Even though the instructions show how to configure and use NetBeans for the course, you can use IntelliJ. To use IntelliJ, simply install the TMC plugin by opening IntelliJ -> File -> Settings -> Plugins and searching for TMC. You will then be able to use IntelliJ to complete MOOC.
Visit MOOC here: https://java-programming.mooc.fi/
(the course is available in both English and Finnish)
About the course - Java Programming
is a good start
Are there any youtube videos you recommend I watch?
https://www.youtube.com/@java
https://www.youtube.com/channel/UCjcceQmjS4DKBW_J_1UANow
https://www.youtube.com/@DanVega
The official Java channel covering the Java platform, OpenJDK, and the Java ecosystem.
Make sure to check https://inside.java and https://dev.java
Hi there 👋! My name is Josh Long, and this is Coffee + Software. I've got a lot of things I want to explore and very little time in which to do it. So, grab a cup of coffee and join me and we'll explore together.
Dan Vega is a Java Champion, Spring Developer Advocate at Broadcom and lifelong learner. He has been developing software for the web for over 23 years and his superpower is problem-solving.
Dan is a blogger, YouTuber, podcast host, course creator, and speaker. He is a lifelong learner and his passion is sharing his knowledge with the develope...
and any tips and bits of advice you can give?
check out those courses, practise a lot, stay curious
and potentially buy head first java
don't fall into the trap of "more i can watch in one day more i learn", learn few bits and practice for the day. If you churn through material quickly you won't be progressing much.
https://goalkicker.com/JavaBook/JavaNotesForProfessionals.pdf Is a great one.
Honestly, if you don't know how to code at all, maybe learn the basics and start a project.
You will learn more than you could from a book ever.
I recommend codewars if you like solving problems, challenges etc