Java foreigners 2021 — различия между версиями

Материал из Public ATP Wiki
Перейти к: навигация, поиск
 
(не показаны 3 промежуточные версии этого же участника)
Строка 14: Строка 14:
 
** [https://drive.google.com/drive/u/2/folders/1-SLXr4BBFt8f3er1nGVxOFO3BziwEd9c Class records].
 
** [https://drive.google.com/drive/u/2/folders/1-SLXr4BBFt8f3er1nGVxOFO3BziwEd9c Class records].
 
** [https://drive.google.com/drive/u/2/folders/15jDs4B3pT0ECd-TWqgMMfEyzjqVFbhjG Presentations].
 
** [https://drive.google.com/drive/u/2/folders/15jDs4B3pT0ECd-TWqgMMfEyzjqVFbhjG Presentations].
** [https://gitlab.com/fpmi-atp/atp-java21 Class codes]
+
** [https://gitlab.com/fpmi-atp/atp-java21/atp-java21-fedotov Class codes]
 +
** [https://docs.google.com/spreadsheets/d/16nlY-vT5moTTGgK8ajeb2YUkjQHoniMbzdKhH_dXylw/edit?usp=sharing Class notes] (list of jam files in the table)
  
 
= Teaching Staff =
 
= Teaching Staff =
Строка 24: Строка 25:
 
Instead of doing the last 3 homeworks you can choose [https://docs.google.com/document/d/18mH9c_0df-ZK3E2VZJ8w5Gb_laNpBrQPWoCNG1Nu_sk/edit one of the several projects] of your choice. Projects will be suggested later. Each project supposes work starting from the beginning of the semester. Finish the whole project in a couple of nights is pretty hard.
 
Instead of doing the last 3 homeworks you can choose [https://docs.google.com/document/d/18mH9c_0df-ZK3E2VZJ8w5Gb_laNpBrQPWoCNG1Nu_sk/edit one of the several projects] of your choice. Projects will be suggested later. Each project supposes work starting from the beginning of the semester. Finish the whole project in a couple of nights is pretty hard.
 
* Previous [https://www.youtube.com/watch?v=D1jG751Nw4I&feature=youtu.be projects]. Start from 17:45.
 
* Previous [https://www.youtube.com/watch?v=D1jG751Nw4I&feature=youtu.be projects]. Start from 17:45.
* [https://github.com/atp-mipt Github-repo]
+
* [https://github.com/1vanan/javaMiptFall21 Github-repo]
  
 
Other options to pass the course:
 
Other options to pass the course:
Строка 35: Строка 36:
 
5 homeworks are planned. The check includes 2 stages:
 
5 homeworks are planned. The check includes 2 stages:
 
# Green tests in Yandex.Contest (HW-1,2)
 
# Green tests in Yandex.Contest (HW-1,2)
# Code review (HW-3,4,5). During the code review process, you receive feedback from the reviewer. It can be read on the page of your repository with DZ (Project -> Activity) or in automatic emails from automation@atp-fivt.org. Corrections on code review can be done within '' '1 month' '' after the 1st comment.
+
# Code review (HW-3,4). During the code review process, you receive feedback from the reviewer. It can be read on the page of your repository with DZ (Project -> Activity) or in automatic emails from automation@atp-fivt.org. Corrections on code review can be done within '' '1 month' '' after the 1st comment.
  
 
===== Timings =====
 
===== Timings =====
Строка 48: Строка 49:
 
! Hard deadline
 
! Hard deadline
 
|-
 
|-
|[https://contest.yandex.ru/contest/29197/problems/] || 22.09.2021, 20:00 || 29.09.2021, 20:00
+
|[https://contest.yandex.ru/contest/29197/problems/] || 22.09.2021, 23:59 || 29.09.2021, 23:59
 +
|-
 +
|[https://contest.yandex.ru/contest/29947/problems/] || 15.10.2021, 23:59 || 22.10.2021, 23:59
 +
|-
 +
|        Multithreading (Tokenring) || 21.11.2021, 23:59 || 28.11.2021, 23:59
 +
|-
 +
|JDBC (read csv + queries) || 12.12.2021, 23:59 || 17.12.2021, 23:59
 
|}
 
|}
  
 
== Mini-quizzes ==
 
== Mini-quizzes ==
It will be 3 quizzes.
+
It will be 2 quizzes.
You are not allowed to use IDE or internet. No needs to write a code.
+
You are not allowed to use IDE or the internet. No needs to write a code.
  
 
{|  class="wikitable"
 
{|  class="wikitable"
Строка 62: Строка 69:
 
! Duration
 
! Duration
 
|-
 
|-
| Java programming. Quiz #1 || Java Syntax. Branches and loops. Primitive types and objects in Java. Casting, unboxing, autoboxing. Exceptions. Arrays and Collections. Strings. Classes (abstract, nested, internal, anonymous, local ...), interfaces. The Object class and everything related to it. Generics, enums (enums as classes). || --- || 20 min.
+
| Java programming. Quiz #1 || Java Syntax. Branches and loops. Primitive types and objects in Java. Casting, unboxing, autoboxing. Exceptions. Arrays and Collections. Strings. Classes (abstract, nested, internal, anonymous, local ...), interfaces. The Object class and everything related to it. Generics, enums (enums as classes). || 16.10 || 20 min.
 
|-
 
|-
|Java programming. Quiz #2 || Continuous Integration. Maven. Java 8. Streams API. Multithreading in Java. High-level synchronization. Concurrent data structures. || --- || 15 min.
+
|Java programming. Quiz #2 || Continuous Integration. Maven. Java 8. Streams API. Multithreading in Java. Concurrent data structures. Testing. || 11.12 || 15 min.
 
|-
 
|-
|Java programming. Quiz #3 || Theory of databases. JPA, Hibernate. JMM. || --- || 15 min.
 
 
|}
 
|}
  

Текущая версия на 17:04, 27 ноября 2021

General information

Course resources For the access use account @phystech.edu.

Teaching Staff

  • Lecturer: Ivan Ponomaryov
  • Tutor: Ivan Fedotov

Marks criteria

Extern-projects

Instead of doing the last 3 homeworks you can choose one of the several projects of your choice. Projects will be suggested later. Each project supposes work starting from the beginning of the semester. Finish the whole project in a couple of nights is pretty hard.

Other options to pass the course:

  • have a ready open-source project or abstracts for lightning-talk sessions of Java conferences
  • Publication on Habr or other valuable IT-source
  • have a record in the Central Maven Repository, where you will be recorded as the Developer of the project.


Home works

5 homeworks are planned. The check includes 2 stages:

  1. Green tests in Yandex.Contest (HW-1,2)
  2. Code review (HW-3,4). During the code review process, you receive feedback from the reviewer. It can be read on the page of your repository with DZ (Project -> Activity) or in automatic emails from automation@atp-fivt.org. Corrections on code review can be done within '1 month' after the 1st comment.
Timings
  • Passing after the soft deadline -50%
  • After the hard deadline you can get max 25% from the initial mark.

Home tasks deadlines

Home tasks Soft deadline Hard deadline
[1] 22.09.2021, 23:59 29.09.2021, 23:59
[2] 15.10.2021, 23:59 22.10.2021, 23:59
Multithreading (Tokenring) 21.11.2021, 23:59 28.11.2021, 23:59
JDBC (read csv + queries) 12.12.2021, 23:59 17.12.2021, 23:59

Mini-quizzes

It will be 2 quizzes. You are not allowed to use IDE or the internet. No needs to write a code.

Name Topics Date Duration
Java programming. Quiz #1 Java Syntax. Branches and loops. Primitive types and objects in Java. Casting, unboxing, autoboxing. Exceptions. Arrays and Collections. Strings. Classes (abstract, nested, internal, anonymous, local ...), interfaces. The Object class and everything related to it. Generics, enums (enums as classes). 16.10 20 min.
Java programming. Quiz #2 Continuous Integration. Maven. Java 8. Streams API. Multithreading in Java. Concurrent data structures. Testing. 11.12 15 min.


Bonus

For being active in the course chat and the classes, you can get an additional +1 point. The number of students who received the bonus is unlimited.