Skip to content
View TFlexSoom's full-sized avatar
🃏
Playing Magic
🃏
Playing Magic

Organizations

@Laplace-Game-Development

Block or report TFlexSoom

Report abuse

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

Report abuse
TFlexSoom/README.md

TFlexSoom

A Bit About Me

I've been coding since I was 11. I really enjoy wide variety of different topics and interests in computer science. I work as a Software Engineer, provoking discussion over broad technical design and finding new ways to code the monotonous. I've orchestrated billed subscriptions, gift-card rewards, experiment roll-out, unit testing, request rate-limiting, and Peer-to-Peer transactions through use of different technology stacks and languages.

Code Snippits

Hobby Projects

  • Shrunk and Found: A Third Person Sandbox Adventure Game Made With Godot
  • Gasm: An assembler written in Golang for crossplatform/crossarchitecture builds

Fun Stuff

Looking For New Opportunities

If you are looking for a software engineer, then please contact me. By email: tflexsoom[at]tflexsoom-dev[dot]online

Pinned Loading

  1. Behavior.gd Behavior.gd
    1
    class_name Behavior
    2
    
                  
    3
    const behavior_owner_field_name: String = "behaviors"
    4
    const behavior_owner_keyed_prefix: String = "behavior_item_"
    5
    
                  
  2. fake-bank fake-bank Public

    Software Security Assignment 5 https://cs.lmu.edu/~ray/classes/ssd/assignment/5/

    TypeScript

  3. Derposoft/discord-chess-bot Derposoft/discord-chess-bot Public

    A fun Discord bot that you can add to your server and play blindfold chess with in the server chat!

    Python 6

  4. Toy JsonParser For Haskell Written F... Toy JsonParser For Haskell Written For Parsec
    1
    module Text.JsonParser
    2
      ( Json (..),
    3
        withFileAndMapper,
    4
      )
    5
    where