Skip to content
View Denys619's full-sized avatar
:octocat:
Investigating
:octocat:
Investigating
  • Ukraine
  • 14:18 - 3h ahead

Highlights

  • Pro

Block or report Denys619

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Denys619/README.md

👋 Hi, I'm Denys

I'm a beginner C++ developer passionate about learning, open source, and building useful tools.
Currently focusing on improving my C++ skills by exploring real-world codebases and contributing to open source projects.

Learning Journey

  • Studying modern C++ (STL, smart pointers, memory management, etc.)
  • Getting better at debugging, reading code, and understanding architecture
  • Exploring Linux development and build tools (CMake, Git)

Tools I use

  • C++, CMake, Git, Linux, Visual Studio, Vim, GCC, Clang
  • Exploring open source and working with real projects

Goals

  • Contribute to real-world projects
  • Sharpen my skills and grow into a confident C++ developer

Feel free to connect or check out my projects!

Pinned Loading

  1. clean-dev-terminal Public

    A clean and modern development terminal environment using Alacritty, Zsh (with Powerlevel10k), Tmux, and useful plugins.

    Shell 1

  2. Console-Snake-Game Public

    A simple console-based snake game written in C++. Classic snake game implementation for the terminal.

    C++ 1

  3. Youtube-NikitaTymoshenko/git-course Public

    Короткий курс з Git для початківців. Основи роботи з Git: ініціалізація репозиторію, коміти, гілки, злиття та робота з віддаленим репозиторієм.

    28 42

  4. f3d-app/f3d Public

    Fast and minimalist 3D viewer.

    C++ 3.4k 287

149 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Denys619/DroneGame, Denys619/clean-dev-terminal, f3d-app/f3d and 10 other repositories
Loading A graph representing Denys619's contributions from April 21, 2024 to April 22, 2025. The contributions are 87% commits, 9% pull requests, 2% issues, 2% code review.

Contribution activity

April 2025

Created 3 repositories

Created a pull request in f3d-app/f3d that received 20 comments

Add viewport size guard to drop zone rendering

Bug When the application window is resized to a very small size (e.g. 1x1), the drop zone tries to render using invalid dimensions. This causes ImD…

+35 −1 lines changed 20 comments
Opened 5 other pull requests in 3 repositories

Created an issue in f3d-app/f3d that received 5 comments

F3D triggers memory leak and freezes system when window is resized to minimum

Description When launching F3D without a model and manually resizing the application window down to a minimal size (as small as 1x1 pixel), the win…

5 comments
Loading