Hi there!
I am Seva, and I do software development, nowadays cross-platform desktop development.
I use this website to publish my articles, and I publish nearly all my code on my GitHub.
My recent projects:
-
Piktosaur -- WinUI 3 photo gallery application; it is focused on minimal interface and automatic images search in nested folders (so you don't need to click through folders manually).
-
Streakosaur -- SwiftUI application for macOS to manage your streaks. Instead of a binary status where you have a streak length, it focuses on your customizable success rate and evaluates periods based on that.
-
Veles -- web UI library with focus on performance. Conceptually it ended up pretty similar to Solid.js with simple Observables primitive, atomic updates and simplified components lifecycle.
-
Win32 Pomodoro Timer -- super simple Win32 application in order to understand how GUI applications on Windows process events.