Hello, I'm Sergey Desyatchikov
I'm a frontend developer

About

I'm self-taught frontend developer, actively studying new technologies.

Being a single-minded person with a sense of responsibility, I'm consistently working on a deep understanding of a small stack of frontend technologies instead of learning many of them at once.

My goals are acquiring new skills and getting first job as a frontend developer. I love JavaScript and enjoy creating new things using it. All projects presented here are made from scratch using JS.

In my free time I also help beginner programmers to understand moments they stuck at.

Skills

skills background
HTML
CSS
SCSS
JavaScript
Git
Jest
TypeScript
React

Projects

project preview
Sudoku
game javascript

Sudoku is well known logical game.

The object of sudoku is to fill the other empty cells with numbers between 1 and 9.

Number can appear only once on each row, column and region.

In this project you have the ability to make notices, also there is numbers highlight for greater convenience.

All typed numbers except notices are saving in localStorage, so submitted numbers will remain after browser reload.

Sep, 2023
project preview
Notes
handbook

Notes with frontend-related topics, such as javascript and git.

It's very useful handbook I use daily to refresh some information in my mind.

Aug, 2023 - present time
project preview
DFS vs BFS
algorithms javascript

Depth first search and breadth first search are common algorithms.

This project was created when I wanted to get better understanding of how DFS and BFS work so every step is animated.

There are many different settings and ability to save builded path in localStorage.

Jun, 2023
project preview
Bulls and cows
game typescript

Small freelance project that was improved and rewritten to TypeScript.

The goal of the game is to guess the number before other players do it.

There are several constants you may change in code such as number of players or number of guessed numbers.

Dec, 2023
project preview
ClickUniverse
game javascript

ClickUniverse is a space clicker game with the ability to upgrade your ship.

Each destroyed enemy brings resourses that can be spent in store to buy new equipment or to improve existing ones.

All game progress is saving in localStorage.

Sep, 2021
project preview
Asteroids
game canvas

Asteroids is a space shooter game with the ability to compete with other players.

The main goal of the game is to survive as long as possible under a massive asteroid attack.

All game progress is saving in mockAPI server.

Nov, 2024