Skip to content
View Alveaenerle's full-sized avatar
  • Warsaw
  • 01:46 (UTC +01:00)

Highlights

  • Pro

Block or report Alveaenerle

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
alveaenerle/README.md

Hi there! ๐Ÿ‘‹ I'm Dominik

๐Ÿš€ About Me

I'm a Computer Science student at Warsaw University of Technology, currently in my 5th semester. Passionate about Artificial Intelligence, System Designs, and Software Engineering.

๐Ÿ”ง Skills & Technologies

  • Programming Languages: C++, C, Python, Java, SQL, Assembly (RISC-V, x86), PL/SQL
  • Frameworks & Tools: Spring Boot, NumPy, Matplotlib, Pandas, Oracle DBMS, VS Code, IntelliJ IDEA
  • Topics of Interest: Computer Architecture, Operating Systems, Machine Learning
  • OS: Windows, Linux, macOS

๐Ÿ“‚ Notable Projects

  • โœ‰๏ธ PAP (Application Programming) Project

    • Developed an advanced text messenger application with real-time messaging capabilities.
    • Utilized WebSockets for low-latency communication.
    • Built with Spring Boot (Backend) and React.js (Frontend).
    • Implemented JWT-based authentication and Oracle DBMS for data storage.
    • ๐Ÿ”— Repository
  • ๐Ÿ”ท Hex Game (Python)

    • Implemented the Hex board game in Python using a structured OOP approach.
    • Built using the two_player_games framework with a terminal-based interface.
    • Features pathfinding algorithms to detect winning conditions efficiently.
    • ๐Ÿ”— Repository
  • ๐Ÿ–ผ๏ธ Mandelbrot Set in RISC-V Assembly (2nd semester Computer Architecture project)

    • Generates a Mandelbrot fractal using RISC-V assembly.
    • Uses fixed-point arithmetic (12.20 format).
    • Reads and writes a BMP image.
    • ๐Ÿ”— Repository

๐Ÿ“ซ Connect with Me

๐Ÿ“ง sledzio12@gmail.com
๐Ÿ”— LinkedIn

๐Ÿš€ Always learning, always building!

Pinned Loading

  1. filesystem filesystem Public

    Filesystem project with minimal implementation

    C++

  2. Hex-Game-Project Hex-Game-Project Public

    Hex Game for PIPR Project

    Python

  3. mandelbrot_risc-v mandelbrot_risc-v Public

    RISC-V Mandelbrot set

    Assembly

  4. YapYap-Communicator YapYap-Communicator Public

    Forked from PhoXinuS/YapYap-Communicator

    A real-time messaging app inspired by Facebook, built during 3rd semester as a university project.

    Java