Technology

My Dev Journey

Hey, I am Julius, also known as FrozenAssassine. I started programming at 11. My main interests include software, game and web development, AI, embedded systems, electronics, 3D printing, and FPV drones. Most of my projects are built in C#, and for web I really love React with Next.js. VSCode really is the best IDE/editor. Some of my projects are really practical, others just experiments. But all of them are part of learning something new or building something others might find useful or fun. So far, I've released apps on the Play Store, Microsoft Store, shared librarys on NuGet, and written blog posts on Medium. My long-term goal is to work in software engineering, AI, or game development.

Coolest Projects

Ultimate Runner
C#
Unity
Game
2D
PlayStore
A 2D endless runner with diverse level types—run through deserts, fly through skies, and swing past obstacles. Collect coins, gems, and revivers to unlock skins, mystery boxes, and extra lives. Creating this game taught me C# in Unity, game publishing, working with testers, and deploying to the Play Store.
Fastedit
C#
WinUI3
Windows
Texteditor
A feature-rich text editor with multi-tab support, syntax highlighting, and session snapshots to save work exactly as left. It also includes line numbering and file recovery from the recycle bin. This was my first big project, where I truly learned C# and how to build a complex application. I rewrote the code three times.
Neural Network (CUDA)
C#
C++
CUDA
Neuronal Network
AI
A neural network written completely from scratch in C# with CUDA support in C++ using DLL interop. It's designed to be simple to use and can be integrated into different projects. I also used it for deep learning in Unity. Adding CUDA support was a challenge, but it made training much faster.
More...