Skip to content
View jamiepalatnik's full-sized avatar

Block or report jamiepalatnik

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

Hi, I'm Jamie 👋

✨ I'm a technical support specialist with 10+ years of experience doing my best to provide stellar user experiences.

📚 Currently expanding my skills in Python, JavaScript, and full-stack web development. I recently completed a batch at the Recurse Center, where I focused on deepening my programming knowledge through self-directed projects and collaboration.

🌱 Seeking opportunities where I can further develop my technical skills while leveraging my deep experience in customer support.

You can see more of my projects and check out my dev blog at jamiepalatnik.com

Pinned Loading

  1. scratch-off-surprise scratch-off-surprise Public

    A scratch-off game web app created as my final project for CS50x.

    JavaScript

  2. slow-art-online slow-art-online Public

    A full-stack web app using Python, Flask, and the Met API to create an art viewer inspired by Slow Art Day.

    HTML

  3. eat_the_pie eat_the_pie Public

    Pairing practice at the Recurse Center.

    Python 1

  4. Tic Tac Toe game in Python Tic Tac Toe game in Python
    1
    # Tic Tac Toe game in Python
    2
    
                  
    3
    def main():
    4
    
                  
    5
        # Create a demo game board with numbers representing board positions
  5. reading-to-learn reading-to-learn Public

    This site was created to complete the Homepage assignment from CS50x.

    HTML

  6. conway-game-of-life conway-game-of-life Public

    Pairing practice at the Recurse Center.

    Python