Skip to content
View yanamlnk's full-sized avatar
Block or Report

Block or report yanamlnk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yanamlnk/README.md

Hi there πŸ‘‹

My name is Yana, and the cutie on my avatar is my pokemon called Pika ❀️ ⚑

I can code in Java β˜•, and here you can find some of my projects:

  • 🎟️ Cinema RESTful API 🎟️ - an api for buying or returning tickets of small cinema
  • πŸš™ Car Sharing πŸš™ - an application for managing car rental process
  • πŸ’³ Simple Banking System πŸ’³ - an application for creating bank accounts and managing their balances
  • πŸ–€ Simple To-Do Lists πŸ–€ - a website where you can create simple to-do lists and add elements to them

Also, I am a big fan of writing! My current cheatsheets are:

  • 🐘 Gradle Notes 🐘 - my cheatsheets for Gradle (and there is a chapter for πŸͺΆMavenπŸͺΆ, too!)
  • 🐰 Google Challenge 🐰 - my explanations on tasks I have passes for secret Google foo.bar challenge!

Special honour to my first projects:

  • 🚒 Battleship Game 🚒 - good old game for destroying opponent's battleships
  • πŸ” Encryption-Decryption πŸ” - application for encrypting and decrypting messages using some popular ciphers

Pinned

  1. google-challenge google-challenge Public

    I got a chance to participate in Google foo.bar challenge. This was really exciting journey, so I decided to share it

    Java 6 1

  2. gradle-notes gradle-notes Public

    My cheatsheets/notes I have written while learning Gradle. This is my first experience with build tools, so the notes were written from the perspective of a total beginner

    1

  3. cinema-rest-api cinema-rest-api Public

    Simple RESTful API made for learning purposes

    Java

  4. simple-todo-lists simple-todo-lists Public

    Project for simple to-do lists, using Java as a Backend (with Spring Data and Spring Web + H2 database) and HTML as Frontend (with Thymeleaf)

    HTML