I have created this repository for portfolio purposes. Some time ago I have finished JetBrains "Java For Beginners" track with certificate of completion. During this track I have created 2 projects: one is inside this track, another one is outside:
Link to the project page on JetBrains.
Writing games is probably one of the most exciting tasks in programming. Develop your own version of the popular "Battleship Game" to play with your friends!
Link to the project page on JetBrains.
Privacy is an important matter is the realm of the Internet. When sending a message, you want to be sure that no-one but the addressee with the key can read it. The entirety of the modern Web is encrypted - take https for example! Don’t stay behind: hop on the encryption/decryption train and learn the essential basics while implementing this simple project.
I will post here the code that I have used to pass test cases of the JetBrains platform. However I do realize that this code can still be improved.
Each folder with project has README.md file, where I provide the following information:
- Project details: how many stages the project had, task description, test cases.
- Code details: how it takes input, how it produce output, what concepts (like design patterns) or topics (like Arrays, Files) have I used for this project