Trenton Feverston

Software Engineer

Backend engineer focused on APIs, integrations, and databases. I make systems talk to each other—and actually behave when they do.

EFox Creations
import { programmer } from '@efox/core'

// Building Cool things with Caffeine and Logic
const dev = new Programmer({
name: "Trenton Feverston",
languages: ["Java", "JavaScript/HTML/CSS", "SQL"],
tools: ["React", "PostgreSQL", "Express"],
status: "Available for Hire"
});

export const initPortfolio = () => dev.showWork();

Custom Discord Engine

Java • Discord API • SQLite

A comprehensive community engine handling asynchronous API requests, database state management, and custom guild-specific architectures.

Discord Bot Feature

Currently Building

Flight Deck - Crew Center Platform

JavaScript • Express • PostgreSQL

Developing a full-stack, centralized management platform for a virtual aviation community. Currently engineering the core database architecture and secure routing pipelines before finalizing the frontend client interface.

  • 🏗️ Architecting relational Postgres databases for pilot logs and ranks.
  • ⚡ Setting up serverless deployment and API routes.
  • 🔒 Building secure state management and user authentication.
schema.sql

CREATE TABLE pilot_logs (
  id INTEGER GENERATED ALWAYS AS IDENTITY,
  pilot_id TEXT NOT NULL,
  flight_time INTEGER NOT NULL,
  cargo_weight INTEGER,
  status TEXT DEFAULT 'pending'
);
/* Building the foundation... */
        

Other Tools & Utilities

Dynamic Audio Engine

Java / Lavaplayer

A Discord utility that dynamically generates voice lobbies on demand and manages asynchronous audio streams using a custom FIFO queue system for user-requested tracks.

Cross-System Data Parser

C# (later ported to JS)

A translation script built to bridge two incompatible GTA V plugins. It parses unstructured legacy INI configurations and serializes them into XML.

Get in Touch

Have a project in mind or just want to talk shop? Drop a message below.