Skip to content
View cpprian's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report cpprian

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

Hi there, I'm Cyprian! 👋

I'm a passionate software engineer with a love for building robust and scalable applications with automation. I enjoy working with a variety of programming languages and frameworks, and I'm always eager to learn new technologies.


✨ What I Do

  • Build efficient, scalable applications using modern technologies.
  • Dive deep into mathematical modeling and algorithms (my Master's degree specialization) to optimize:
    • Energy consumption ⚡
    • Task scheduling ⏱️
    • Resource allocation 📦
  • Explore cybersecurity (the goal is to obtain a diploma of Junior Cybersecurity Analyst on HTB) and artificial intelligence (especially to find the quickest and most efficient solutions to complex problems).

💻 Tech Stack & Tools


Pinned Loading

  1. encrypted-notes-manager encrypted-notes-manager Public

    A secure notes manager build with Python that encryts all notes locally using AES/Fernet. Includes both a CLI and Rest API for creating, viewing, and managing encrypted notes

    Python

  2. file-watcher-backup file-watcher-backup Public

    A professional CLI application in Go for automatically monitoring file changes and creating backups with versioning support.

    Go

  3. rustcurr rustcurr Public

    A command-line tool written in Rust to converts user amounts between different curriencies using real-time exchange rate data from ExchangeRate-API

    Rust

  4. mini_kv_db mini_kv_db Public

    A simple key-value database written in C++17, CMake and nlohmann/json. It supports basic operations like put, get, and delete, and stores data in a JSON file.

    C++