Kyle Frick
home icon

Hello 👋

My name is Kyle Frick and I'm a Software Engineer.

Below you will find technologies that I'm familiar with along with projects that I've worked on!

Technical Knowledge

Current Tech Stack

TypeScript

Typescript

Node

Node

React

React

MongoDB

MongoDB

PostGres

PostgreSQL

Docker

Docker

Programming Languages

TypeScript

Typescript

CSS

CSS

Javascript

Javascript

Golang

Golang

C#

C#

Java

Java

HTML

HTML

Frameworks

Node

Node

React

React

Bootstrap

Bootstrap

Semantic UI

Semantic UI

Databases

MongoDB

MongoDB

PostGres

PostgreSQL

DBS-DeckPlanet

dbs-deckplanet

DBS-Deckplanet is a deck-building website for the game Dragon Ball Super Collectible Card Game. I am a supporting developer for the website, making sure that it stays up to date with the latest cards, fixing bugs, and aiding in the development of new features that are displayed on their road map.

Dragon Ball Super CCG Database

Dragon Ball Super CCG Database API Response

Dragon Ball Super CCG Database is a database of Dragon Ball Super Cards API that is built similar to Scryfall's API. It contains all the cards prior to the latest Zenkai expansion (releases Q4 2022). End User's can query the database using a GET request with `q=` on the API endpoint `/cards/search`.
This is currently an MVP for another project of mine.

Planned updates:

  • Additional Endpoints closer to the Scryfall API
  • Updated Schema to the cards with the new Zenkai card attributes
  • Zenkai Cards to be added

Dragon Ball Super CCG Collection

Screenshot of adding cards to collection from the database

Dragon Ball Super CCG Collection is a web application to track and store your personal collection of Dragon Ball Super CCG cards! It utilizes the Dragon Ball Super CCG Database to search for cards based on the user's input. Additionally, if you have a Deck List that you want to see if you can make with your collection, there is an easy 2-step process for that too! Check out your collection on the fly on your mobile device with the Dragon Ball Super CCG Collection web app!
Application is still under construction.

Planned updates:

  • Ability to remove cards from collection
  • Importable web-link from dbs-deckplanet deck list to check against collection
  • More Mobile accessibility
  • Aesthetic changes

Bandai TCG+ Card Scraper

Data mine icon sourced from prettycon

The Bandai TCG+ Card Scraper is a tool to automatically make all the necessary API calls to the new Bandai TCG+ Card Database that was released in Q3 of 2022. The new database replaces the previous multitude of linked webpages that Bandai previously used to showcase all the Dragon Ball Super, Digimon, and One Piece cards. With the use of this tool, obtain all the cards of a given game in JSON format for later personal use!
This was a forked repository from the old website that showcased all the cards and has been updated to utilize TypeScript and the new Bandai TCG+ database.
Scraper is under Github migration and updates.

Planned updates:

  • Ability to select each card game
  • Progress updates while scraping the cards