Learning Cryptography and Network Security

September 13, 2023

To keep up with upcoming work challenges I have started studying the field of cyber security and cryptography. I guess "Learning Cryptography and Network Security" course on LinkedIn is a first step on this path 😄.
read more

Rust Essential Training

March 31, 2023

As a fun of "safe" programming, embedded systems, Python and C languages. Learning Rust was an obvious choice on my learning path 😊.
read more

Advent of Code 2022

December 01, 2022

For the end of the year mind exercise I have taken up Advent of Code challenge - series of code teasers for each day of advent. For solving the problems I have used my favourite programming language - Python. You can follow my progress on GitHub.
read more

Dungeon crawler

October 01, 2022

In next step of learning Rust and game development skills I have started building dungeon crawler game. It is based on a book "Hands-on Rust Effective Learning through 2D Game Development and Play" by Herbert Wolverson. Through out it I went deeper into the details of Rust and Entity Component System (ECS) architecture. The gameplay is simple - you need to find a hidden amulet in the dungeon or forest while surviving the attack of the enemies. To help you achieve this goal you can use magic items. You can follow my progress on GitHub.
read more

Flappy Dragon

September 11, 2022

For this year (2022) I wanted to learn a new programming language, something modern but still low level and used in embedded devices. The choice was obvious - Rust, safe, fast and modern language with bright future. To make it more interesting I have combined learning Rust with learning a little bit about games development. This a first step in this direction - simple flappy bird like game developed with Rust and bracket-lib library.
read more

*     *     *
find more of my projects in the archive