Skip to content
View merryt's full-sized avatar
♟️
♟️

Organizations

@TrailSafe
Block or Report

Block or report merryt

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

Who is Tyler Merry?

I am a 30 something from grew up in rural Ohio. 5 years front end development, 3 years UX, 2 years visual design, and 2 years doing back end development (no particular order). I love learning new things, playing games and solving problems! I am currently imployed at Memfault doing Product Design.

  • 📫 How to reach me: Email if you have it, or linkedin if you dont!

    LinkedIn Badge

🛠️ I have used heaps of different tools, but here are some I have enjoyed lately:

NodeJS  Django    Svelte 

Pinned

  1. Towers of Hanoi in VueJs Towers of Hanoi in VueJs
    1
    <!doctype html>
    2
    <html lang="en">
    3
    <head>
    4
    <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
    5
    <meta charset="UTF-8"/>
  2. Student-loan-COLI Student-loan-COLI Public

    figure out where you can live based on how large your student loans are

    Vue

  3. TravelSaveAndBeMerry TravelSaveAndBeMerry Public

    My Family's travel blog, built with netlify cms and nuxt.js

    JavaScript

  4. Drive_to_JAM Drive_to_JAM Public

    Use google drive/docs as your cms and export it to a JAM blog

    Vue 1

  5. poker-simulator poker-simulator Public

    Forked from duarteguilherme/poker-simulator

    It creates a Texas Hold'em Poker SImulator in python

    Python

  6. stocksReturnsByTenYearWindow.js stocksReturnsByTenYearWindow.js
    1
    var fs = require("fs");
    2
    
                  
    3
    var gatherStockData = function(stockData){
    4
     parsedData = JSON.parse(stockData)
    5
     return parsedData