Skip to content

JavaGuru - Java 1 Online Course Group - Tuesday (Spring, 2021)

Notifications You must be signed in to change notification settings

js319/jg-java-1-online-spring-april-tuesday-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

JavaGuru: Java 1 Online - Spring - April - Tuesday - Course Group Repository

Welcome! 👋 This document contains the most important information regarding course.

Prerequisites

A power of will and computer! 😉

Toolbox

  • Intellij IDEA: Community Edition - Widely used integrated development environment that helps us to write and run Java source code

    • ⚠️ Note: Highly recommended installing IDE via Toolbox application for convenience
    • [Download]
  • Git - World's leading distribution version control system that helps us to control, manage and share source code

  • JDK: OpenJDK 15 - Special toolkit that contains necessary components for code compilation and execution

    • ⚠️ Note: Highly recommended installing JDK via Intellij IDEA to avoid complex and inconvenient manual setup process
    • [Download]

Certificate of Completion

A Certificate of Completion will be issued to students upon their successful fulfilment of course requirements. To have successfully completed a course means the student has passed the level 1 and level 2 course assessments.

Homework Submission

Please, follow next steps in order to publish your homework for personal review:

  1. Before you start, make sure you are in the main branch. Go to VCS > Git > Branches... > Remote Branches: origin/main and select checkout.
  2. Update your local master copy with latest changes via VCS > Update Project menu option. Select Merge incoming changes into the current branch option.
  3. Create a branch where isolated development will occur by VCS > Git > Branches... > + New Branch and naming it after your name and assignment, e.g. st-john-doe-lesson-2-level-3. It can be viewed as your homework solution draft.
  4. Stage files to be uploaded by right clicking on the single file or package and Git > + Add. After that your file(s) name should turn green from red. This step can be ignored in case it is staged automatically and file(s) are green already.
  5. Save your project state by comitting source code via VCS > Commit. Select all files to be uploaded and write a meaningful changes description.
  6. Press Commit and Push button and confirm it afterwards.
  7. Create pull request by selecting your branch name, e.g. st-john-doe-lesson-2-level-3, in compare: dropdown. Additionally, enable auto merge after PR is created.
  8. In case solution is accepted, there is nothing you need to do, it will be merged into main branch by your instructor. Otherwise, consider review comments, fix your code and go to step 4.

Lesson History

Books

Extra Exercises

About

JavaGuru - Java 1 Online Course Group - Tuesday (Spring, 2021)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages