#Im new

1 messages ยท Page 1 of 1 (latest)

haughty pawnBOT
#

<@&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>.

#
TJ-Bot
Im new to java and programming and was wondering if anyone could recommend me anything? ty ๐Ÿ™‚

Welcome to the world of Java programming! As a beginner, there are a few resources and tools that I would recommend to help you get started:

  1. Online tutorials: Websites like Codecademy, Khan Academy, and W3Schools offer free tutorials on Java programming that cover the basics and provide hands-on practice.

  2. Books: "Head First Java" by Kathy Sierra and Bert Bates is a popular choice for beginners that covers the fundamentals of Java in a clear and engaging way.

  3. IDEs (Integrated Development Environments): Tools like Eclipse, IntelliJ IDEA, and NetBeans are commonly used by Java developers for writing, testing, and debugging code.

  4. Online communities: Joining forums like Stack Overflow or Reddit's r/learnjava can be helpful for getting answers to your questions and connecting with other Java programmers.

  5. Practice projects: Try building small projects like a simple calculator or a text-based game to apply what you've learned and improve your skills.

Remember that learning programming takes time and practice, so don't get discouraged if you encounter challenges along the way. Feel free to ask any questions in this server โ€“ we're here to help you on your journey! Good luck! ๐Ÿ™‚

haughty pawnBOT
#

For learning Java, we recommend MOOC.

It 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.

Visit MOOC here:
https://java-programming.mooc.fi
(the course is available in both English and Finnish)

  • The MOOC teaches a broad introduction to programming in Java in two parts - one at beginner, and another at intermediate level.
    The end of the course is marked by creating your own Asteroids game clone!
  • The MOOC allows using features up to Java 11 - you can install Temurin OpenJDK 11 from the Adoptium project.
  • To submit exercises for evaluation, you need to configure an Editor/IDE (Integrated Development Environment) with the TMC Plugin.

The course instructions will suggest to use TMCBeans/NetBeans or VS Code for the course, but you can also use IntelliJ, which we generally recommend.

  • TMCBeans/NetBeans is the easiest to configure - but has the most dated user experience
  • VS Code is very popular as an editor, but it is quite new for Java Development. Some extra configuration is needed.
  • IntelliJ arguably has the best user experience and is most widely used Java IDE by professionals.
    IntelliJ requires installing a version no newer than 2023.1 - because the IntelliJ TMC Plugin doesn't work with newer installs.
    The IntelliJ Community version is completely free and all you need to install the TMC plugin.

To use IntelliJ with the MOOC, 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.

About the course - Java Programming