Skip to content
View TFlexSoom's full-sized avatar
🎩
Hat Tricks
🎩
Hat Tricks

Highlights

  • Pro

Organizations

@Laplace-Game-Development

Block or report TFlexSoom

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

TFlexSoom

Some Projects I'm Known For

Image of the Coco Nutritionist project! Image of the Lost and Found project! Image of the Jngl project!

What I am Currently Working On

  • Duffle : A Functional Compiled language written in golang to bring backend, frontend, and devops coding together
  • Fuze-Dating : A mobile dating app aimed at single parents
  • Shrunk and Found : A Third Person Puzzle Adventure Game

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 cutting-edge technology.

Looking For New Opportunities

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

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