Hi, my name is

|

I build things for the web.

I'm a full stack developer with a particular interest in backend engineering, devOps, and systems design.

Scroll to explore

About Me

I'm currently a double major in Comuter Science & Data Science/Artificial Intelligence at the University of Miami. I'm also a founding member of Textile Labs, a startup that is building a platform for creating and sharing AI-powered tools.

I'm driven by the belief that software has the power to turn abstract ideas into systems that shape the real world, and I want to be part of building those systems. Whether architecting secure cloud infrastructure, designing data pipelines, or analyzing market strategies, I'm drawn to problems that demand both precision and creativity.

I'm most engaged when I'm building tools that make something easier, safer, or more insightful for others: especially when it involves navigating ambiguity, collaborating across disciplines, and translating technical ideas into scalable outcomes. I hold myself to a high bar, but I also know how to listen, adapt, and grow.

binary_search.py
1
def binary_search(arr, target):
2
    left, right = 0, len(arr) - 1
3
    
4
    while left <= right:
5
        mid = (left + right) // 2
6
        if arr[mid] == target:
7
            return mid
8
        elif arr[mid] < target:
9
            left = mid + 1
10
        else:
11
            right = mid - 1
12
    return -1

Skills & Technologies

JavaScript

Languages

Dynamic web & server programming

Nest.js

Backend

Enterprise-grade API development

React Query

Frontend

Server state management & caching

Next.js

Frontend

Full-stack web applications with SSR

Node.js

Backend

Server-side JavaScript development

Terraform

Tools

Infrastructure as code management

Redux

Frontend

Complex application state handling

Postman

Tools

API testing & documentation

Python

Languages

Data science & automation scripts

Tailwind CSS

Frontend

Responsive UI design & styling

Zustand

Frontend

Lightweight client state management

Python

Backend

Data processing & backend services

AWS

Tools

Cloud infrastructure & services

GitHub Actions

Tools

CI/CD pipeline automation

Prisma ORM

Backend

Type-safe database operations

C

Languages

System programming & algorithms

Java

Languages

Object-oriented enterprise development

Jest

Tools

Unit & integration testing

MongoDB

Backend

NoSQL document database management

PostgreSQL

Backend

Relational database design & optimization

TypeScript

Frontend

Type-safe application development

TypeScript

Languages

Static typing for JavaScript

Docker

Tools

Container orchestration & deployment

Express

Backend

RESTful API & web server creation

R

Languages

Statistical analysis & visualization

React

Frontend

Building interactive user interfaces

JavaScript

Languages

Dynamic web & server programming

Nest.js

Backend

Enterprise-grade API development

React Query

Frontend

Server state management & caching

Next.js

Frontend

Full-stack web applications with SSR

Node.js

Backend

Server-side JavaScript development

Terraform

Tools

Infrastructure as code management

Redux

Frontend

Complex application state handling

Postman

Tools

API testing & documentation

Python

Languages

Data science & automation scripts

Tailwind CSS

Frontend

Responsive UI design & styling

Zustand

Frontend

Lightweight client state management

Python

Backend

Data processing & backend services

AWS

Tools

Cloud infrastructure & services

GitHub Actions

Tools

CI/CD pipeline automation

Prisma ORM

Backend

Type-safe database operations

C

Languages

System programming & algorithms

Java

Languages

Object-oriented enterprise development

Jest

Tools

Unit & integration testing

MongoDB

Backend

NoSQL document database management

PostgreSQL

Backend

Relational database design & optimization

TypeScript

Frontend

Type-safe application development

TypeScript

Languages

Static typing for JavaScript

Docker

Tools

Container orchestration & deployment

Express

Backend

RESTful API & web server creation

R

Languages

Statistical analysis & visualization

React

Frontend

Building interactive user interfaces

JavaScript

Languages

Dynamic web & server programming

Nest.js

Backend

Enterprise-grade API development

React Query

Frontend

Server state management & caching

Next.js

Frontend

Full-stack web applications with SSR

Node.js

Backend

Server-side JavaScript development

Terraform

Tools

Infrastructure as code management

Redux

Frontend

Complex application state handling

Postman

Tools

API testing & documentation

Python

Languages

Data science & automation scripts

Tailwind CSS

Frontend

Responsive UI design & styling

Zustand

Frontend

Lightweight client state management

Python

Backend

Data processing & backend services

AWS

Tools

Cloud infrastructure & services

GitHub Actions

Tools

CI/CD pipeline automation

Prisma ORM

Backend

Type-safe database operations

C

Languages

System programming & algorithms

Java

Languages

Object-oriented enterprise development

Jest

Tools

Unit & integration testing

MongoDB

Backend

NoSQL document database management

PostgreSQL

Backend

Relational database design & optimization

TypeScript

Frontend

Type-safe application development

TypeScript

Languages

Static typing for JavaScript

Docker

Tools

Container orchestration & deployment

Express

Backend

RESTful API & web server creation

R

Languages

Statistical analysis & visualization

React

Frontend

Building interactive user interfaces

26
Technologies
4
Categories
4
Tech Stacks

By the Numbers

Here's a snapshot of my journey in the world of development. Each number represents countless hours of learning, building, and growing.

0.0/4.0

GPA

0+ years

Programming Experience

0

Graduation

0K

Startup Funding

Areas of Focus

Key domains where I apply my technical expertise to create meaningful impact.

Entrepreneurship

Building innovative technology solutions and leading product development at Textile Labs

Machine Learning

Applying ML techniques in production systems and exploring RAG architectures

Legal Technology

Developing secure AI tools for legal professionals and confidential data processing

Education

Teaching computer science fundamentals and mentoring students in data science

Let's Work Together

Ready to bring your ideas to life? I'm always excited to work on new projects and collaborate with amazing people. Let's connect and discuss how we can create something extraordinary together.