Skip to content
View ttcpavle's full-sized avatar
:shipit:
:shipit:

Block or report ttcpavle

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
ttcpavle/README.md

πŸ’« About Me:

I am an IT and Management student with a passion for graphics programming and cybersecurity. My mission is to develop clean, well-structured software that is accessible and valuable to others.

I believe great code should be:

  • βœ” Clear – Easy to understand, with thoughtful comments and documentation
  • βœ” Modular – Properly abstracted for scalability and reuse
  • βœ” User-Friendly – Supported by explanations, examples, and other learning resources

When I encounter complex topics, I break them down into intuitive explanations supplemented with various materials like youtube video links, documentation and learning websites. My focus is on core functionality without unnecessary clutter, ensuring maintainability and efficiency.

Every project I build prioritizes:

  • ✨ Readability (clean structure, meaningful naming)
  • ✨ Documentation (READMEs, guides, references)
  • ✨ Simplicity (avoiding over-engineering)

πŸ’» Tech Stack:

C C++ Java Django Python OpenGL Blender Krita

πŸ“Š GitHub Stats:



✍️ Random Dev Quote

πŸ” Top Contributed Repo


Pinned Loading

  1. Advanced-encryption-standard-AES-in-c Advanced-encryption-standard-AES-in-c Public

    This is a simple example of AES encryption (with 128, 192 and 256bit keys)

    C

  2. ttcpavle ttcpavle Public

  3. Raytracer-in-c Raytracer-in-c Public

    This is a simple ray-tracer written in C. It allows users to read wavefront files, transform objects and render an image

    C

  4. Steganography-password-manager Steganography-password-manager Public

    This is a simple, user-friendly GUI application in java. It allows users to store passwords and additional data in images.

    Java

  5. Discrete-Fourier-Transform-explained Discrete-Fourier-Transform-explained Public

    DFT and FFT explained with examples in Java

    Java

  6. raylib-tetris-game raylib-tetris-game Public

    Tetris game made using raylib library

    C++