Skip to content
View officialgio's full-sized avatar

Block or report officialgio

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

Hello World

linkedin gmail

💻 Software Engineer | 🌏 Chicago, IL

Getting Started

const me = new Person(
  new Student("Giovanny Hernandez", "Northeastern Illinois University", 2025),
  new WorkExperience([
    {
      name: "Microsoft",
      role: "Software Engineer",
      term: "Summer 2024",
    },
    {
      name: "Microsoft",
      role: "Software Engineer",
      term: "Summer 2023",
    },
    {
      name: "Microsoft",
      role: "Software Engineer",
      term: "Summer 2022",
    },
  ]),
  new Interest(["Fullstack Development", "Distributed Systems", "UI/UX"])
);

Pinned Loading

  1. AuthApplicationSample AuthApplicationSample Public

    Authentication Sample for .NET MAUI

    C#

  2. Colors Colors Public

    A Colors Project

    JavaScript

  3. Nasa-Project Nasa-Project Public

    Fullstack NASA & SpaceX Project

    JavaScript

  4. ProgrammingPracticeTemplate ProgrammingPracticeTemplate Public

    Template where I practice coding problem sets for fun :D

    Java

  5. Play-Economy Play-Economy Public

    A project showcasing a player transaction platform.

    C#