Skip to content
View Tina-1300's full-sized avatar
:octocat:
Rust ❤️
:octocat:
Rust ❤️

Block or report Tina-1300

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tina-1300/README.md

Tina-1300

Software Engineer • Full Stack Developer

Building software focused on performance, clean architecture and developer experience.



About Me

I enjoy creating software from ideas to production.

Interested in:

  • System programming
  • C / C++
  • Backend development
  • Developer tools
  • Open Source
  • Performance optimization

Tech Stack



Currently Building

  • C++ libraries
  • Developer tools
  • Backend systems
  • Open Source projects

Open Source

Contributing to projects and learning from the community.

  • Laravel Framework
  • Rocket

Developer Mindset

class Developer
{
public:
    void Learn();
    void Build();
    void Improve();
};

int main()
{
    Developer dev;

    while(true)
    {
        dev.Learn();
        dev.Build();
        dev.Improve();
    }
}

Pinned Loading

  1. cppenv cppenv Public

    cppenv is a header-only C++ library that makes it easy to manage .env files in your projects.

    C++ 16 2

  2. WinSpeak WinSpeak Public

    WinSpeak is a modern, powerful, and easy-to-use C++ library for controlling speakers in Windows. It allows you to manage volume, mute/unmute speakers, and query audio status simply, quickly, and se…

    C++ 10 2

  3. rusty_crypt rusty_crypt Public

    Rust library allowing for a very quick and simple implementation of AES-GCM encryption

    Rust