Skip to content
View lephorx's full-sized avatar

Highlights

  • Pro

Block or report lephorx

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

Hi, I'm Ramon 👋

Software Developer · Problem Solver · Builder

AboutMe.cs

public class AboutMe
{
    public string Username => "lephorx";
    public string Name => "Ramon";
    public string Role => "Software Developer in Training";

    public string[] Interests => new[]
    {
        "Software Engineering",
        "Cybersecurity",
        "Game Development",
        "Systems & Performance",
        "Gym"
    };
}

Tech

Languages

Python JavaScript TypeScript C++ C# Java SQL

Frameworks & Tools

React Next.js Node.js PostgreSQL MySQL Docker Git

GitHub Stats

Top Languages Yearly Contributions

What I am working on

  • CTIP - Confidential Text Intelligence Platform

Connect

GitHub

Simplicity is the soul of efficiency. — Austin Freeman

Popular repositories Loading

  1. FileConvertingAPI FileConvertingAPI Public

    Python 1

  2. lephorx lephorx Public

    Config files for my GitHub profile.

  3. SecurePassGen SecurePassGen Public

    A customizable password generator that creates secure, unpredictable passwords.

    JavaScript

  4. Simple-Calculator-Web-App Simple-Calculator-Web-App Public

    Simple Calculator Web App – A clean, responsive tool for basic arithmetic.

    JavaScript

  5. Cookie-Clicker Cookie-Clicker Public

    A simple incremental game where you click a cookie to earn points, unlock upgrades, and automate progress. Built with HTML, CSS, and JavaScript.

    JavaScript

  6. tipGen tipGen Public

    The Tip Calculator is a simple web app that quickly calculates tip and total based on the bill and selected percentage.

    JavaScript