Hello, I'm Adlai Morales-Bravo

I'm a Computer Science graduate from the University of California, Riverisde. I'm actively looking for junior level full-stack software engineering roles.

linkedin
introduction

About Me

I'm currently refining my skills in full-stack development and exploring new technologies. I'm intrested in various areas of computer science, including discrete mathematics, operating systems, databases, and finite automata; specifically how these concepts apply to real-world software developmenmt problems. Outside of computer science and software development I enjoy reading books, watching movies/shows, working out, and listening to music. I also like to mess around with art (the images on this website were created by me - drawing inspiration from the drizzle art).

about

Skills

  • Git
  • Github
  • Javascript
  • Python
  • React
  • HTML
  • CSS
  • PostgreSQL

Coursework

  • CS100 - Software Construction
  • CS166 - Database Managment Systems
  • CS164 - Computer Networking
  • CS153 - Design of Operating Systems
  • CS150 - Automata and Formal Languages
  • CS152 - Compiler Design
  • CS161 - Design and Architecture of Computer Systems
  • CS141 - Intermediate Data Structures and Algorithms
  • CS120B - Introudction to Embedded Systems

Projects

OCGO

A web app to publish locations inside Orange County to help residents find new places. Built with Next.js, PostgreSQL, and Vercel.

  • tools:
  • javascript
  • react
  • next.js
  • postgresql
  • vercel

CS164 UDP Server

A UDP server that implements TCP like behavior. Built in my Computer Networking class (CS164) at UCR.

  • tools:
  • c