Skip to content
View su1uv's full-sized avatar
πŸ€“
Building
πŸ€“
Building

Block or report su1uv

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
su1uv/README.md
╔═══════════════════════════════════════╗
β•‘   Emilio Ortiz Β· Backend Engineer     β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

about me

package main

type Engineer struct {
    Name       string
    Focus      string
    Stack      []string
    Status     string
    Learning   string
    NextMove   string
}

func main() {
    me := Engineer{
        Name:     "Emilio Ortiz",
        Focus:    "Backend Engineering",
        Stack:    []string{"Go", "Node.js", "TypeScript", "React", "Next.js"},
        Status:   "Junior Β· ~3 years Β· finishing CS degree",
        Learning: "Systems design, Go internals",
        NextMove: "Cybersecurity",
    }

    _ = me // still building...
}

stack

Go TypeScript Node.js React Linux


stats

GitHub Stats

Top Languages


currently

  • πŸ”§ Β  building backend services with Go
  • πŸ“š Β  finishing my CS degree (~1 year left)
  • πŸ” Β  exploring cybersecurity on the side
  • πŸ“¬ Β  open to backend / fullstack opportunities

LinkedIn

Pinned Loading

  1. s1ake s1ake Public

    s1ake is a keyboard-driven TUI chat agent that can read, write, list, and execute code inside a sandboxed project directory β€” all while you chat in a clean, reactive terminal interface.

    Python

  2. SpaceBlitz SpaceBlitz Public

    Game developed in python with pygame for a computer systems engineering grant competition.

    Python

  3. TaskJS TaskJS Public

    RESTful API built with Express.js and Node.js that allows users to register accounts, log in, and manage personal tasks.

    JavaScript

  4. suv1te suv1te Public

    A zero-dependency static site generator written in pure Python. Markdown in, HTML out.

    Python

  5. gitrace gitrace Public

    A terminal UI for tracing a file's history through git commits.

    Python