Most of my projects are either in C or in Python. These two are my preferred programming languages, and cover almost all areas I am interested in (mainly, systems programming and Linux tooling).
Python is a great choice for CLI dev tools, especially for Linux/POSIX systems which come with a pre-installed Python interpreter. On the other hand, C comes handy in embedded and/or systems programming projects that require some amount of fine-tuning with regard to memory management while having minimal external dependencies.
I personally feel an inclination towards community-driven software development (a.k.a open-source). It's always a great learning experience. For the same reason, I share my projects here. Feel free to inspect any of them and reach out to me.
Thanks for reading, hope you have a good day ahead!
| Project Repository | Commit Type | Programming Language | Maintainer | Commit | Purpose |
|---|---|---|---|---|---|
| newlib-cygwin | Bug fix | C | Red Hat, Inc. | 5d8c71a | Google Summer of Code 2025 |
| VendelinSlezak/BleskOS | Code improvement | C | Vendelín Slezák | ac7772b | Self-motivation |
| TheAlgorithms/Python | Feature addition | Python | The Algorithms | 1f03223 | Hacktoberfest 2024 |
| python/cpython | Doc fix | N/A | Python Software Foundation | 1fcd8cf | Self-motivation |

