Briggs Tucker's Logo

Briggs Tucker

Technologies

I'm a learner at heart, and always seek to diversify my knowledge. Try clicking on a card to see more information!


For reference, a confidence value of 4 or 5 means I'm confident enough in that technology to work on it with minimal help/supervision. A 3 means I'd need some extra help, and a 1 or a 2 means I'd have to take steps to learn the technology before being confident in my abilities.
  • Python

    Python

  • Flask

    Flask

  • Pytest

    Pytest

  • Java

    Java

  • Java Spring

    Java Spring

  • JUnit5

    JUnit5

  • Mockito

    Mockito

  • JavaScript

    JavaScript

  • TypeScript

    TypeScript

  • React

    React

  • Angular

    Angular

  • PrimeNG

    PrimeNG

  • Svelte

    Svelte

  • HTML5

    HTML5

  • CSS3

    CSS3

  • SCSS

    SCSS

  • Git

    Git

  • GitHub

    GitHub

  • GitLab

    GitLab

  • Docker

    Docker

  • PostgreSQL

    PostgreSQL

  • Sqlite3

    Sqlite3

  • C

    C

Projects

Hockey Jerseys E-Store

Hockey Jerseys E-Store

(Course: Intro to Software Engineering)

- Developed a full-stack E-Store using Git for Version Control and agile development practices including standups and scrum in collaboration with team of four

- Brainstormed and developed feature adds approved by product owner, analyzed product requirements using domain analysis and creating domain model

- Lead team’s backend development efforts in Java and Spring to host web server and interact between REST API and product inventory stored in JSON files

- Tested backend using JUnit and Mockito, achieving 90% code coverage via JaCoCo

- Developed front-end with Angular and TypeScript, including inventory management, user reviews, and accounts

Ridesharing API

Ridesharing API

(Course: Web Engineering; Solo project)

- Developed a ridesharing REST API using Flask, interfacing with PostgreSQL database via psycopg2

- Designed and implemented SQL database schema using noun-verb analysis

- Wrote dozens of unit tests and heavily documented code to justify design choices

- Optimized API performance via migration from Python functions to PL/pgSQL procedures and functions