Hi, I'm Alex 👋
Front-End Developer
Briefly About Myself:
I'm the one who love coding, travelling and learning new things. I have over 10 years experience in poker. Fan of volleyball, hiking and motorbike riding. I'm going to become a senior full stack developer in the next 3 years, to change living location (I prefer a warm weather and sea nearby) and to continue exploring this amazing planet. There are three my strongest sides: logical thinking, open mind and communicating skills.
Contact information:
Phone: +375 29 2530149
E-mail: alexander.marunich.89@gmail.com
Telegram: @SnikersXXL
Discord: @freshman10
LinkedInSkills
- HTML5, CSS3
- JavaScript
- Python
- Assembler Basics
- C++ Basics
- SQL
- LUA
Code example:
Write a function, which takes a non-negative integer (seconds) as input and returns the time in a human-readable format (HH:MM:SS)
def make_readable(seconds):
hh = seconds // 3600
mm = (seconds % 3600) // 60
ss = seconds % 60
return "{:02}:{:02}:{:02}".format(hh,mm,ss)
Recent and Major Projects
- Symbol recognition of any font from screen.
- Poker helper with saved precomputed solutions in DB.
- A bunch of diffent cheats for games. From infinite XP to teleport.
- Routine automation for doing boring staffs.
- Final projects from courses.
- Rsschool curriculum vitae
Languages:
- English - Intermediate
- Russian - Native
- Vietnamise - Basic