Skip to content

Latest commit

 

History

History
172 lines (172 loc) · 8.81 KB

README.md

File metadata and controls

172 lines (172 loc) · 8.81 KB

Hyperskill projects (Java)

gb-flag About the repository

    This repository doesn't contain an independent software project, but is a collection of completed projects from the JetBrains educational platform - hyperskill.org. Of course, this use of a git repository is somewhat at odds with the native use, in which one project corresponds to one repository. However, the goal pursued during creation is different from native use: not to multiply entities (repositories), collecting the results of training on the hyperskill in one storage.

ru-flag Об этом репозиториии (клацай для открытия)

    Этот репозиторий не содержит самостоятельный программный проект, а представляет собой сборник выполненных проектов с образовательной платфорымы JetBrains - hyperskill.org. Разумеется, подобное использование git-репозитория несколько расходится с нативным, в котором одному репозиторию соотвествует один проект. Однако, преследуемая при создании цель отлична от нативного использования: не множить сущности (репозитории), собрав результаты обучения на hyperskill в одном месте.

Branching model

    Repository branching model: Feature Branch Development (GitFlow)*
      Feature Branch Development
    gb-flag Branching model used in the repository

      The repository uses "Feature Branch Development (also known as GitFlow)"-like branching model with some differences:

      • the master branch is common for all software projects in the repository;
      • all branches, except for the "master branch", are repeated for each contained project and have a name like "project-x /branch-name/sub-name" (for example, music-advisor/feature/some-new-feature);

    ru-flag Используемая модель ветвления

      В репозитории используется Feature Branch Development (a.k.a., GitFlow) с некоторыми изменениями:

      • ветка master общая для всех программных проектов репозитория;
      • все ветки, кроме "master", повторяются для каждого проекта и имеют имя вида "project-x/branch-name/sub-name" (например music-advisor/feature/some-new-feature);

Contents | Содержание


      Hyperskill difficulty: Medium
      Estimated time to complete: 34 hours
      Project link to Hyperskill: click

    ⬛ Project: Music Advisor



      Stages: 5/5 🟩🟩🟩🟩🟩
      Hyperskill difficulty: Hard
      Estimated time to complete: 46 hours
      Project link to Hyperskill: click

Digression | Отступление

    gb-flag If you have any questions...

      If you have any questions about the code or suggestions - my contacts can be found on the GitHub profile page

    ru-flag Если у тебя есть вопросы...

      Если у тебя есть какие-либо вопросы по работе кода или предложения по его усовершенствованию - мои контакты можно найти на странице профиля GitHub