I enjoy working with computers using and
. Currently, I'm focusing on developing web applications, especially user interfaces.
A 2D simulator/game written in TypeScript. Users can control a ship by adjusting sail and rudder parameters using their mouse. The simulator showcases the essence of sailing ship operation, allowing users to trim, tack, jibe, sail with the wind, and beat against it. The entire ship is constructed from molecules connected by "springs" (soft body dynamics).
Promotional website for Parys Gym in Nysa.
- TypeScript - Currently, my favorite programming language. I value the ease of running applications on various devices (just a web browser or Node). I avoid JavaScript due to the lack of typing. I aim to write code in a functional style, using constants, as it's easier to understand (no side effects in functions).
- C/C++ - The first language I learned. I liked it until I discovered how convenient it is to work with functions in TS/JS (first-class citizens). C++ provides more control (no garbage collector).
- Java - The second language I learned, and I developed my object-oriented programming concepts with it.
- C# - Similar to Java.
- Python - I used it for Raspberry Pi and some computer vision projects. It's similar to JS (lacks typing, first-class functions), but I didn't like the use of tabulation instead of curly braces.
- PHP - Not my favorite.
- React - After learning React, I fell in love with creating user interfaces.
- Next.js - A convenient framework/tool for building TS+React applications.
- Jest - I try to cover as much code as possible with tests.
- Prisma - fully typed ORM.
- Git - I use it for version control of projects I work on independently. For each new feature, I create a new branch and merge it into the main branch upon completion. I try to name commits according to
conventional commits. - Visual Studio Code - It's my favorite IDE. I appreciate its simplicity and versatility (a vast number of extensions).
- Linux - An open-source operating system that provides greater control over hardware.
- Docker - light virtual environments.
- Supabase- actually I developing project using it as backend. Appreciate typed orm.
- English - B2.
- Polish - Native.
