setaniel.github.io

View on GitHub

Kirill Orlov personal page

Welcome to my personal page. I use GitHub to build my projects and store various code.

Job history

IT career

# Internet connection technician
# # System administrator
# ## Java developer


- I
- Love
- Java

**Just** _code_ 
public class DateOfTomorrow {
    public static void main(String[] args) throws InterruptedException {
        Thread.sleep(86400000);
        System.out.println(new Date());
    }
}

My habr posts

My Git repos

I created an application that keeps notes for me and helps me organize my work hours. This is an open source application, licensed by AGPL-3.0, it is located here

Smile

My aspirations

At the moment I work as a system administrator, I wish to change my profession to a developer, to a backend. I am open to job offers, I like to learn new things in programming, I have always liked to write code, but my life path led me to a different profession. Now I am trying to correct this mistake and do what I love.