So, you've decided to become a Java programmer. A reasonable question immediately arises: "Where should you start?" In this article, we'll talk about how to learn programming from scratch on CodeGym. We will explore the features of the course, how the learning process is divided into stages, and which sections of the website must be used to make your training as effective as possible.
Videos — Our official YouTube channel is the place to find video reports made by CodeGym students, video reviews, various useful tutorials, translations of the best foreign-language lessons on programming, and much more.
Table of contents
- Features of the CodeGym course
- Learning platforms: website and mobile app
- Stages of the course
- Useful sections of the website
- Where to chat with the CodeGym team
CodeGym: A Java tutorial that emphasizes practice
1. Learning in the form of a game
The CodeGym course is a bit like a computer game. It's divided into four quests, each of which has a common concept. For example, Java Syntax is the first quest, where you learn the basic syntax of the language. Each quest consists of ten levels, which must be completed sequentially. The levels are filled with lessons and tasks of varying difficulty. To advance to the next level, you need to solve most of the tasks at the current level, because by successfully completing tasks, you earn some "dark matter". You use it to unlock the subsequent lessons and tasks.2. Programming practice right from the start
The practical experience gained in our Java tutorial (the CodeGym course) includes tasks in various formats. They vary over time:- Some of the tasks are for reinforcing the theoretical materials from the lesson that precedes them;
- Others are aimed at repeating previously covered theory from earlier levels;
- Still, others are "challenge tasks", which are based on materials presented in the next one, two, or three levels. Yes, you read that correctly. This was done on purpose. Want to solve a task right now, but you don't know something? Google it! This is an extremely useful skill for a programmer. But if you want to move strictly sequentially through the material, then just set the task aside and return to it after a couple of levels once you've reached the necessary theory.
- Code entry is a task for beginners. Sometimes an aspiring programmer should just dig his or her hands in and feel the code. To do this, you simply "copy" an example;
- Analyze someone else's code and find bugs. Well, you understand. We have these tasks too;
- Write your own code to satisfy the list of task conditions;
- Bonus tasks. These are more difficult tasks for self-study and for developing your ability to think in terms of algorithms;
- Mini-projects. These tasks are divided into several sub-tasks. As you complete each of them in sequence, you end up creating relatively complex and large programs. For example, the game Sokoban or an online chat room. These tasks appear around the middle of the course;
- Videos. Sometimes it's useful to switch up what you're doing. On CodeGym, we do this by watching IT videos.
3. Instant task verification and tools to improve your code
The most important features of CodeGym, which set it apart from all other online courses, are instant automatic task verification, hints, recommendations on how to solve tasks. With CodeGym, you don't have to wait a long time while a teacher checks your work: you click one button, and in a flash, you get the result and recommendations if something is wrong with your solution.4. Help with tasks
Your experience learning how to program shouldn't resemble floating alone on a raft in the middle of the ocean. You need to interact with others. Above all, CodeGym has a "Help" section for this. If you're stuck on a task from the course for a long time or can't understand a difficult topic, ask a question in a specific section. A student, programmer, or website staff member will certainly help you. What's more, when you feel ready, it will be very valuable for you to go to the "Help" section and help someone else with their studies. That means you'll have to understand someone else's code. Upon completing the course, a student gains 300-500 hours of real programming experience! This course is also an excellent tool for those who have already studied basic programming but don't know where to start looking for work. In addition to the practice, you'll get while working through CodeGym, you'll be able to understand the important questions that you will have to answer during job interviews, as well as be able to write a competent resume.Learning platforms: website and mobile app
You have two options for mastering the basics of Java programming with CodeGym: via Android application or in the web version. However, there is a third one: to study both on the website and in the application :) You can do this if you have an active subscription.Stages of the course
CodeGym is the most complete Java tutorial in English. The main Java course will provide a complete picture of Java Core, and subsequent practice will help you learn how to work with more advanced technologies. With CodeGym you’ll learn Java Core and solve 1200 tasks with instant verification. What does the course include?- Brief lessons on theory, thick with vivid examples;
- Tasks, mini-projects;
- Motivational lessons (at the beginning of a level) and videos that will help you maintain your "charge" through the end of the course;
- Quizzes on the covered material (beginning levels).
GO TO FULL VERSION