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

Highlights

  • Pro

Block or report simonesiega

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

Hi, I'm Simone Siega 👋

Portfolio · LinkedIn · Email

Computer Engineering student based in Venice, Italy.
Building backend software, production-ready websites, and developer tools while developing a growing interest in AI systems.

const simone = {
  basedIn: "Venice, Italy",
  education: {
    current: "Computer Engineering B.Sc. student at the University of Padua",
    previous: "Technical Diploma in Computer Science, 100/100 with honors",
  },
  builds: [ "Backend software", "Production-ready websites", "Developer tools"],
  currentFocus: [
    "Preparing for software development internship opportunities",
    "Continuing to build websites for real clients",
  ],
  languages: ["Java", "Python", "Rust", "TypeScript", "Kotlin"],
};

Pinned Loading

  1. portfolio portfolio Public

    Personal portfolio website

    TypeScript 1

  2. codex-limits codex-limits Public

    Npm CLI and agent integration for checking Codex usage limits, reset times, and reset-credit coupons from a polished terminal UI.

    TypeScript 1

  3. get-agents get-agents Public

    Browse agents and skills on the web. Install them with one command.

    TypeScript 3

  4. cfg-parser cfg-parser Public

    Rust CLI for parsing and evaluating arithmetic expressions using a context-free grammar.

    Rust 2

  5. leetcode-solutions leetcode-solutions Public

    Personal collection of Leetcode solutions in Python 3.

    Python