Skip to content
View tsbolty's full-sized avatar
  • Bamboo Rose
  • Remote, USA

Highlights

  • Pro
Block or Report

Block or report tsbolty

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tsbolty/README.md

import SoftwareEngineer from 'tyler-bolty';

class Introduction extends SoftwareEngineer {
  this.intro    = 'Passionate full stack developer with a particular knack for backend intricacies,
                   API design, and data modeling. I thrive on crafting high-quality web applications
                   and love diving deep into complex challenges.';
}

class Bio extends SoftwareEngineer {
  this.name     = 'Tyler Bolty';
  this.title    = 'Full Stack Software Engineer';
  this.company  = 'Bamboo Rose';
  this.location = 'Charlotte, NC, USA';
}

class Skills extends SoftwareEngineer {
  this.languages = ['TypeScript', 'Go', 'SQL', 'Java', 'HTML', 'CSS']
  this.databases = ['MongoDB', 'NoSQL Databases', 'PostgreSQL', 'SQL Databases']
  this.frameworksAndLibraries = {
    backend: ['Node', 'NestJS', 'GraphQL', 'Express.js', 'Redis', 'Socket.io'],
    frontend: ['React', 'Vue', 'Angular', 'Next.js']
  }
  this.devOps = ['Docker', 'AWS', 'Terraform', 'CircleCI', 'CI/CD']
  this.other = ['AWS S3', 'Handlebars', 'Handsontable', 'SCSS', 'Postman', 'Sendgrid', 'Jira']
}

Linkedin Badge

Pinned

  1. tattoo-art tattoo-art Public

    Forked from hatchways/team-honey-cruller

    This application allows a user to create a contest for their desired tattoo. Artists can submit their designs and be chosen as the winner of the contest. Utilizes React, MongoDB, TypeScript, Node, …

    TypeScript

  2. RTD-On-The-Way-App RTD-On-The-Way-App Public

    This is a React Native app that utilizes the Google Places API to find all matching queries along between any 2 RTD train stations on the same line.

    JavaScript

  3. GoingsOn GoingsOn Public

    GoingsOn hosts and displays specials for restaurants and bars in a specific area. A user can filter results by keyword, location, or business name and save their favorite locations in their profile.

    JavaScript

  4. social-media-MERNG social-media-MERNG Public

    This is a social media application utilizing React, MongoDB, GraphQL, Node and Express. This is a demonstration of crud capabilities with this tech stack.

    JavaScript 1

  5. mongo-rtd-realtime mongo-rtd-realtime Public

    On start of this application, this will make a call to RTD real time feed for vehicle position, trip updates and alerts. This information will then be stored in a MongoDB Database.

    JavaScript

  6. Destination-Gear Destination-Gear Public

    An application for people who love to go backpacking in different types of environments and want to make sure they are prepared for their trip.

    JavaScript