Josh Cordero

The Thinker

Passionate about leveraging technology to drive positive change.

about

I've always had a curiosity for understanding the inner workings of everyday objects since a young age. Over time I have developed new skills to better understand the world around me. Many of my current and past projects are a way for me to build upon this.

My main focus these days is around vehicle routing and large data processing and storage.

Outside of this I enjoy hiking, cooking, and climbing.

experience

  1. July 2024 — Present

    Current Position

    • AWS
    • Java
  2. June — September 2023

    Created custom audio validation algorithms using Python to verify validity of testing methods

    • python
    • javascript
  3. September 2022 — January 2023

    Helped in the development of service API using Nodejs, Typescript, and Expressjs as well as worked on creating the frontend using React

    • Nodejs
    • Typescript
    • React
  4. June — September 2022

    Developed automation to optimize daily activities for Team Members. Provided technical support for other Team Members.

    • python
    • ServiceNow

projects

  1. 2023

    Developed a program to predict if a basketball will go into the net. Basketball is located in 3D space through triangulation from image pairs from stereo cameras. Created ball detection, tracking, hoop detection, triangulation, and prediction algorithms that can run in real-time and process each set of frames in under 30ms. Built with Python.

    • computer vision
    • python
    • object detection
    • object tracking
  2. 2023

    Wrote a search engine from the ground up capable of handling thousands of documents through custom data storage methods, able to generate query responses in under 200ms. Developed using Python with a group of three other students.

    • python
    • data processing
  3. 2021 — present

    A progressive web app designed for service-oriented companies allowing for easy customer and service management. Started the project with the goal of bettering my understanding of web development. Used Nodejs, TypeScript, Expressjs, and MongoDB for the backend and React for the front end. Deployed on Ubuntu Server.

    • Nodejs
    • Typescript
    • Expressjs
    • MongoDB
    • React
    • Postgresql
    • VRP
  4. 2022

    Developed a maze generator and solver that creates and visualizes mazes using a variety of pathfinding and generation algorithms.

    • Python
    • Graphs
    • PyGame
  5. 2020

    Created a login system for a high school allowing for contactless check-in with RFID cards. Used python to communicate with google sheets through googles sheets API.

    • Python
    • API