Skip to content
View StewSchrieff's full-sized avatar

Block or report StewSchrieff

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

Stewart Schrieffer

✈️ Columbia, SC USA
πŸ’» Data Science/Web Developer

πŸ“ Resume πŸ“

Skills

5+ years

  • python
  • Java
  • SQL

2-5 years

  • JavaScript (Angular)
  • C#
  • php
  • AWS
    • S3
    • DynamoDB
    • CloudFormation
    • IAM
    • Cloudfront
    • Lambda

Experience

Cyberwoven

2017 - Present

Web Application Developer

  • Developed front and backend for multiple Angular applications
  • Drupal backend Development
  • Development team's go-to data wrangler
  • .NET project enhancements

SCANA

2016-2017

Corporate Systems Intern

  • Created Crystal Reports to report data to stakeholders
  • Developed and extended Sharepoint functionality

Education

University of South Carolina Honors College

  • Bachelor of Science - Computer Science
  • 3.831 GPA
  • Intern at SCANA/Cyberwoven during 2016-2018 school years

Welcome

  • Hey there. Welcome to my github. Feel free to poke around as you see fit. Reach out to me on twitter. DM's are open. Send me your hot takes on programming/architecture/sports.

Gists

  • I think that gists are criminally underhighlighted on github. I've made a few of em.

Disclaimer

  • Most of my repo's are either toy projects or attempts at solving FiveThirtyEight's The Riddler. They are made for fun, by fun, and for only fun.

In the wild

I've worked on:


Likes Dislikes Favorite Teams
Math Jokes TurboTax 😈 Manchester United
Movie Soundtracks Facebook πŸ“ South Carolina Gamecocks
Clear Communication Burnt Rice 🏈 Carolina Panthers
Generative Art Commuting 🌲 Portland Timbers
Pub Trivia Humidity πŸ’ͺ Zion Williamson

Pinned Loading

  1. Riddler League Baseball Simulation (... Riddler League Baseball Simulation (https://fivethirtyeight.com/features/which-baseball-team-will-win-the-riddler-fall-classic/)
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    
                  
    4
    
                  
    5
    # Note that each inning is independent, so we only need to simulate one inning at a time
  2. Riddler (Find Your Favorite Song) 20... Riddler (Find Your Favorite Song) 2019-12-06
    1
    def get_chance_of_better_than_next_on_next_roll(num):
    2
        # this is a sliding scale
    3
        return (42 - num - 1) / 100
    4
    
                  
    5
    def get_prob(num):
  3. budgetifier budgetifier Public

    Tool for categorizing Transactions from bank/Credit Card statement

    Python

  4. budgetifier-frontend budgetifier-frontend Public

    Angular app to consume budgetifier

    TypeScript

  5. riddlerRugs riddlerRugs Public

    Looking to find 4x4 grids in random rug with 3 colors

    Python

  6. Riddler_Express_Flag_Scramble Riddler_Express_Flag_Scramble
    1
    # Riddler Express
    2
    
                  
    3
    ### https://fivethirtyeight.com/features/can-you-solve-the-vexing-vexillology/
    4
    
                  
    5
    Late night quick coding challenge. Read in all the pixels of the scrambled images, rudimentarily sort them, and then send them back out as images.