Skip to content
View mythosmystery's full-sized avatar

Block or report mythosmystery

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
mythosmystery/README.md

Hi there! Welcome to my Github 👋

About Me

My name is Hunter Barton and I am a 27 year old software developer. I gained a love of programming and computers from a young age by watching my dad, who was also a professional programmer. While I didn't understand much at first, it stuck with me and I have picked up many cool skills in my time as a developer. I started by learning Java at Pima Community College in Tucson, AZ. I took a bit of a break from programming to focus on my career at the time, which was electronics repair. While I may not have been programming, the logical thinking and troubleshooting skills I learned there have been invaluable as a developer. Thanks to COVID I ended up with a lot of time on my hands and I decided I wanted to better myself and learn a new skill... web development! I attended a 6 month long full-stack web development bootcamp ran by Georgia Tech University. I learned many things there such as: Javascript, MongoDB, React, Express, and GraphQL. After that I started working on my own projects and learned many new skills and tools like Typescript, PostgreSQL, NextJS, and Remix. I was able to use these skills to land a position as a developer at WPA Intelligence working on a data platform called Bonfire. I learned even more cool new things and met so many amazing people in my time at WPA.

What I'm Working On

  • C++/C Development
  • Data structures and algorithms
  • Memory management
  • Design patterns

My Setup

Operating System
I use all three major operating systems. My favorite is Linux, particularly Debian and Arch. I have been using Windows for an extremely long time but I'm not a big fan of it for development.
Code Editor
I primarily use Neovim, but I also use the Jetbrains suite for certain things

CLI Applications

  • Bat - A modern replacement for Cat with line numbers and syntax highlighting
  • TMUX - An extremely powerful terminal multiplexer that allows you to have multiple panes and windows open, and to save session for later access.
  • Exa - A replacement for ls with many more features and great syntax highlighting
  • Z - The fastest way to jump between different frequently used directories.
  • NVM - Install and switch between any version of Node.js

Pinned Loading

  1. mythos-online mythos-online Public

    My newest personal portfolio. Built using Svelte with Sveltekit and Typescript.

    Svelte

  2. bug-tracker bug-tracker Public

    An app for tracking an managing bugs in a software project. Built using Node, MongoDB, React, GraphQL, and Apollo.

    JavaScript

  3. next-gen-weather next-gen-weather Public

    A beautiful weather dashboard. Built using Next.js, React, TailwindCSS, React-Query, and Framer Motion.

    TypeScript 1

  4. notes-monolith notes-monolith Public

    My note-taking app but converted into a monorepo to be built and deployed with Docker Compose

    TypeScript

  5. typenotes-go-graphql typenotes-go-graphql Public

    A graphql server for Typenotes built in Go.

    Go

  6. ip-address-tracker ip-address-tracker Public

    An app to see the geographic location of an IP address or domain. Built with Vue.js, Leaflet, and GeoIPify

    Vue