Web Apps
E-Goat Screenshot

E-Goat

A single-binary Go application implementing a TCP/WebRTC peer-to-peer messenger for text and file transfer with minimal dependencies.

Stars: 0
Go WebRTC HTML5 CSS3 JavaScript
Personal Website Screenshot

Personal Website

An HTML/CSS/JavaScript/Python site showcasing projects, experience, and a professional portfolio in a clean, responsive layout.

Stars: 1
HTML5 CSS3 JavaScript Python
Testio Screenshot

Testio

A multiprocessing Python framework that captures and verifies application stdout, making lightweight automated testing straightforward.

Stars: 3
Python Flask HTML5 CSS3 JavaScript
Maze Solver Screenshot

Maze Solver

Generates random mazes in the browser and solves them with selectable algorithms, visualizing the path from start to finish.

Stars: 0
HTML5 CSS3 TypeScript
Flask Blog Screenshot

Flask Blog

A minimal Flask application with MySQL backend for publishing posts, managing users, and commenting in a simple, performant setup.

Stars: 0
Python MySQL Flask
Data Science and Machine Learning
Coin Detection Screenshot

Coin-Detection

Automatically locates and classifies coins in photos using OpenCV image processing and a lightweight ML model, outputting counts and bounding boxes.

Stars: 3
Python
Neura Command Screenshot

Neura Command

A CLI toolkit for defining, training, and deploying neural networks with clear commands for building multi-layer perceptrons and more.

Stars: 0
Python
Numerical Methods Screenshot

Numerical Methods

Demonstrates core numerical techniques—root finding, integration, matrix solvers—with comparisons to NumPy, SciPy, and Scikit-Learn implementations.

Stars: 10
Python
Kaggle House Prices Screenshot

Kaggle House Prices

Analyzes housing sale data with feature engineering and regression models, revealing key drivers of market value through interactive notebooks.

Stars: 0
Python
Kaggle Titanic Screenshot

Kaggle Titanic

Walks through data cleaning, feature selection, and classification algorithms to predict survival on the Titanic, with hands-on code examples.

Stars: 0
Python
Kaggle World Happiness Screenshot

Kaggle World Happiness

Explores the drivers of national happiness using visualizations and statistical analysis to compare global well-being metrics.

Stars: 0
Python
Kaggle US Pollution Screenshot

Kaggle U.S. Pollution

Visualizes and models air quality trends across U.S. cities, delivering interactive dashboards and predictive insights into pollution levels.

Stars: 0
Python
Games
3D Pong Screenshot

3D-Pong

An immersive spin on the classic Pong game, rendered in 3D with VTK and Python—complete with dynamic camera angles and realistic paddle physics.

Stars: 0
Python VTK
Pong Curses Screenshot

Pong-Curses

A terminal-based Pong clone built in C with ncurses, featuring keyboard controls, score tracking, and adjustable difficulty levels.

Stars: 0
C ncurses
Asciiquest Screenshot

Asciiquest

A roguelike dungeon crawler with procedurally generated levels, AI-driven enemies, and escalating challenges—complete with local multiplayer support.

Stars: 0
CMake C++
Jubilant Rifle Screenshot

Jubilant Rifle

A fast-paced 2D platform shooter with escalating difficulty, run-and-gun action, and multiple weapons—all built in C with CMake support.

Stars: 0
C CMake
Sniper Screenshot

Sniper

A stealth-action 2D shooter in TypeScript, where precision aim and strategic planning let you complete sniper missions across challenging levels.

Stars: 0
HTML5 CSS3 TypeScript
Utility
USB-Cleaner Screenshot

USB-Cleaner

Securely wipes USB drives down to the last byte with a single terminal command, ensuring complete data erasure for safe reuse or disposal.

Stars: 0
Bash
FullScreen Pencil Draw

FullScreen-Pencil-Draw

Transforms your screen into a full-screen sketchpad, offering a distraction-free canvas for freehand C++/Qt drawing.

Stars: 0
C++ Qt
GuardRM Screenshot

GuardRM

Wraps native removal commands (rm, rmdir) to provide a two-step confirmation, preventing accidental deletion of critical files.

Stars: 0
Bash
Type Simulator Screenshot

Type-Simulator

Simulates human-like typing in any editor or text field using pyautogui, ideal for demos, tutorials, and automated testing.

Stars: 0
Python
Markdown Image Generator Screenshot

Markdown-Image-Generator

Converts Markdown documents into a sequence of images, perfect for image-based presentations and sharing on platforms without Markdown support.

Stars: 3
Python
Lightpad Screenshot

Lightpad

A Qt-based code editor optimized for rapid editing and debugging in C++ and CMake, featuring a clean interface for distraction-free coding.

Stars: 17
C++ CMake Qt
Qt Widgets Screenshot

Qt Widgets

A collection of Qt6 UI components and examples, showcasing reusable widgets and practical layouts for building modern desktop interfaces.

Stars: 105
C++ Python CMake Qt
Bash Scripts Screenshot

Bash Scripts

A suite of Bash scripts that automate backups, cleanup, and other routine tasks, boosting productivity with minimal setup.

Stars: 204
Bash
Git Hooks Screenshot

Git Hooks

Automates pre-commit checks and post-merge notifications with Bash and Python scripts, enforcing code quality across the workflow.

Stars: 0
Python Bash
CFD
VTK Examples Screenshot

Vtk-Examples

Showcases a variety of VTK-based scripts for loading, processing, and visualizing CFD datasets in Python, from mesh inspection to flow field rendering.

Stars: 43
Python
CFD Resources Screenshot

Computational-Fluid-Dynamics-CFD-Resources

A curated collection of Python tutorials, sample scripts, and data files for exploring core CFD techniques such as discretization, solvers, and visualization.

Stars: 8
Python
Courses I Developed
LaTeX Tutorial Screenshot

LaTeX-Tutorial

A step-by-step guide to mastering LaTeX, from setting up your first document to advanced math typesetting, custom packages, and presentation slides.

Stars: 0
LaTeX
Backend Engineers Guide Screenshot

Backend-Engineers-Guide

An in-depth walkthrough of core backend principles—API design, database modeling, scaling strategies, and deployment workflows for modern services.

Stars: 10
Node.js PostgreSQL
Linux System Programming Screenshot

Linux-System-Programming

Code samples and exercises in C covering file I/O, process control, threading, and memory management to explore Linux kernel interfaces.

Stars: Loading...
Linux C
Linux Notes Screenshot

Linux-Notes

A concise reference of Linux commands, shell scripting tips, and system administration tricks to streamline day-to-day tasks.

Stars: 32
Linux
Databases Notes Screenshot

Databases-Notes

Fundamentals of relational databases—SQL syntax, schema design, indexing strategies, and performance tuning techniques in one place.

Stars: 17
SQL
Data Visualization Screenshot

Data-Visualization

Interactive Python notebooks demonstrating Altair, Plotly, and Matplotlib for creating insightful charts, dashboards, and animated plots.

Stars: Loading...
Python Plotly Matplotlib
Kurs Podstaw Pythona Screenshot

Kurs Podstaw Pythona [polish]

A beginner-friendly Python course covering the basics, data structures, functions, modules, and object-oriented programming, presented in an easy-to-follow format.

Stars: 16
Python
Od C do Cpp Screenshot

Od C do Cpp [polish]

A detailed course on C and C++ programming, exploring fundamental principles, advanced topics, and latest features in C++ like templates and smart pointers.

Stars: 2
C C++ CMake
Algorithms And Data Structures Screenshot

Algorithms And Data Structures

My personal journey with Algorithms and Data Structures, sharing code and notes to build a strong foundation in these essential computing concepts.

Stars: 340
Python C++ CMake
Frontend Notes Screenshot

Frontend Notes

A comprehensive resource for learning frontend development, covering HTML, CSS, JavaScript, and modern frameworks like React, tailored for beginners and experienced developers alike.

Stars: 36
HTML5 CSS3 JavaScript Bootstrap React
Courses I Took
Stanford Machine Learning Course Image

Stanford Machine Learning

In this course, led by Professor Andrew Ng, I gained hands-on experience in machine learning. Key areas of focus included supervised and unsupervised learning, along with the implementation of various algorithms in Python. My projects involved applying these techniques to real-world datasets, sharpening my analytical and coding skills.

Python
Google Cloud

Google Cloud Developer Course

This comprehensive course provided me with in-depth knowledge and practical skills in Google Cloud technologies. I learned about cloud architecture, data storage, and machine learning capabilities within Google Cloud, and applied these skills in several hands-on projects. This course significantly enhanced my proficiency in cloud computing.

Google Cloud

IBM Cybersecurity Analyst

Holders of this certificate have a comprehensive overview of the cybersecurity analyst role and can tackle the challenges of an entry-level position. Learners can identify pathways for cybersecurity careers and understand cybersecurity essentials, tools, technologies, and cyberattacks. They have a grasp of operating systems, including their overview, administration, and security, as well as networking fundamentals and security.