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
syscallI'm Justin, i'm from Stewartsville, New Jersey 📍.
My interests fall under full-stack development and backend engineering.
CS @NJIT.
SDE Intern @PureTechInc.
Concepts & Practices:
RESTful APIs, Microservices, CI/CD, Agile/Scrum, OOP, Design Patterns, System Design, Test-Driven Development





