JetBrains Academy for Organizations のリリース
Released: Apr 27, 2023
JetBrains Academy for Organizations Plugin での更新項目
機能
- Review your code submissions for courses on JetBrains Marketplace - You can now review all of your task submissions via the Task Description window. Switch to the Submissions tab and compare your various attempts to solve the problem.
- Rename the courses you create more easily - With the new course creator functionality, you now have the ability to easily modify the names of your courses. First, change the name of your course via the course-info.yaml file and then upload the update to...
Released: Apr 6, 2023
April 2023 での更新項目
機能
- Java
- Project: Traffic Light (Beta) - In this project, you'll have the opportunity to create a simplified version of your own traffic light and learn a variety of new skills in the process. By the end of the project, you'll be able to work with multi-threading, handle exceptions, inherit classes, and use the circular queue data structure.
- Project: Hospital Appointment Booking System (Beta) - In this project, you'll learn how to build REST services with Spring Boot and work with databases, JSON...
Released: Mar 30, 2023
JetBrains Academy for Organizations Plugin での更新項目
機能
- Unsupported Hyperskill tasks are now shown in the IDE - You can now solve unsupported tasks on Hyperskill and resume your studies without skipping any tasks.
- Added support for the 2023.1 versions of JetBrains IDEs.
- Discontinued Stepik integration in the plugin.
不具合の修正
- Rust courses are now working with the latest Rust edition 2021.
- Lessons are not deleted and task folders are not duplicated anymore when you update a course to the latest version.
- Fixed the bug causing display issues for some...
Released: Mar 21, 2023
JetBrains Academy for Organizations での更新項目
機能
- Added a new track: Game Development With Unity.
- This learning track is designed for anyone interested in game development as a hobby or a career path. It’s a practice-oriented track that only includes projects where you create simple games with prepared templates. To start building Unity projects, learners should have basic knowledge of Unity installation and setup and C# programming, or be eager to learn it by doing.
- The Game Development With Unity track is here to give you a great...
Released: Mar 16, 2023
JetBrains Academy for Organizations での更新項目
機能
- Added a new course: C++ for Beginners: Build a 2D Arcade Game From Scratch.
- In this course, you will learn about the distinctive features of the C++ language compared to other programming languages and its areas of use, such as high-performance applications, graphics, and system programming. By the end of the course, you will build a working game that you can modify and further improve upon.
- The course is split into 5 modules, with each module covering specific topics and aspects of the C...
Released: Mar 6, 2023
March 2023 での更新項目
機能
- Python
- Project: School of Wizards and Magic Wars (Beta) - Get ready to help while learning how to build complex SQL queries and data types with SQLite.
- Project: Duskers (Beta) - Create a strategy game inspired by the 'Duskers' video game. Build it yourself, starting from the menu and adding the game hub, some animation, a few upgrade options, and some spooky enemies to spice things up.
- NLP project: Corpus Annotation From Scratch (Beta) - Any serious NLP experiment requires data processing. In...
Released: Feb 23, 2023
JetBrains Academy for Organizations Plugin での更新項目
機能
- Added a new feature for course creators that enables learners to view the full text in the 'Answer Placeholder' window without any limitations - A vertical scroll bar has been added to the Answer Placeholder window, allowing users to see the full text without limitations. Answer Placeholder is a feature that shows students exactly where to write the code. As a course creator, the updated scroll bar allows you to provide more detailed feedback to learners when creating code exercises.
- Other...
Released: Feb 21, 2023
JetBrains Academy for Organizations での更新項目
機能
- Added a new course: Learn Rust.
- The Learn Rust course assumes that you have a working knowledge of some programming language. Rather than offering an introduction to programming, it teaches you to program in Rust specifically, and as such skips most of the basic topics commonly found in programming courses. Following the structure of The Rust Programming Language, the course contains the following sections:
- Introduction.
- Common Programming Concepts.
- Understanding Ownership.
- Structs, Methods...
Released: Feb 16, 2023
JetBrains Academy for Organizations での更新項目
機能
- Added a new course - Kotlin Onboarding: Introduction.
- In this course, you will:
- Get a refresher on basic concepts such as variables, functions, and loops.
- Construct multi-row strings and utilize Kotlin’s string builders.
- Learn about the null safety mechanism and collections.
- Become familiar with lambda expressions in Kotlin.
- Write Kotlin programs and understand their entry points.
- This course offers 6 projects which are designed to be fun and engaging, allowing you to put the concepts you’ve...
Released: Feb 1, 2023
February 2023 での更新項目
機能
- Kotlin
- Project: Maze Runner (Beta) - You will create a program that generates mazes and then looks for a way out of them. Practice using the Random class with lists and multidimensional arrays and storing the results in a file.
- The Secret Diary project is now available after its Beta release.
- Topics:
- Additional instruments: Introduction to Kotlin decompiling, Parameterized test, Test lifecycle annotations, Introduction to logging, and Standard logging for JVM.
- Control flow: Array exceptions...