Skip to content
View justincordova's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Block or report justincordova

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


Hi

section .data
    name        db 'Justin Cordova', 0
    role        db 'Software Engineer', 0
    location    db 'Stewartsville, New Jersey', 0
    university  db 'NJIT', 0

section .text
    global _start

_start:
    mov rax, 60
    xor rdi, rdi
    syscall

I'm Justin, i'm from Stewartsville, New Jersey 📍.

My interests fall under full-stack development and backend engineering.

CS @NJIT.

SDE Intern @PureTechInc.



LinkedIn

Technical Skills

Languages

TypeScript JavaScript C# Go Python C Java

Databases

MySQL PostgreSQL MongoDB

Frameworks & Libraries

.NET React Next.js Node.js Express Fastify Django Tailwind CSS Prisma Drizzle ORM Redux Zustand Jest Vite

Developer Tools

Git Docker Postman Jupyter

Concepts & Practices:
RESTful APIs, Microservices, CI/CD, Agile/Scrum, OOP, Design Patterns, System Design, Test-Driven Development


Pinned Loading

  1. justin justin Public

    Justin's Portfolio

    TypeScript 2

  2. rumi rumi Public

    A real-time collaborative workspace for developers.

    TypeScript 1

  3. seshr seshr Public

    Replay, inspect, and prune AI agent conversation sessions in the terminal.

    Go 2

  4. dotcor dotcor Public

    Manage, link, and track dotfiles in the terminal.

    Go 2

  5. findu findu Public

    Dating App for Verified College Students Only

    TypeScript 2

  6. ArcadeAI ArcadeAI Public

    Generate playable HTML5 games from text prompts using AI streaming.

    TypeScript