Skip to content
View real-csabb's full-sized avatar
πŸ₯‹
Mastering Code-fu
πŸ₯‹
Mastering Code-fu

Block or report real-csabb

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
real-csabb/README.md

Hello World πŸ‘‹ Welcome to Chris Sabb's Github Page

#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:

  def __init__(self):
    self.name = "Chris Sabb"
    self.primary_role = "Data Engineer"
    self.secondary_role = "Machine Learning Engineer"
    self.stack = ["TensorFlow", "Keras", "SQL", "Kafka", "Spark", "Airflow"]
    self.interests = ["Traveling Aboard", "Italian Language", "French Language", "FIFA", "Anime", "Video Games"]

  def hello_there(self):
    print("Thanks for visiting my personal Github profile! I hope you find some of my featured work interesting!")

me = SoftwareEngineer()
me.hello_there()

# πŸ”­ I’m currently working as a Software Developer Intern at the National Environmental Modeling & Analysis Center

# 🌱 I'm currently orchestrating several machine learning projcts with TensorFlow, Keras, and LangChain, several
#    data pipelines for several upcoming Tableau data visualizations, and a ChatGPT API assistant.

# πŸ’¬ Feel free to reach out. I'm currently seeking 2024 new grad roles in data and machine learning engineering!

Pinned Loading

  1. political-ideologies-tableau political-ideologies-tableau Public

    An update to my Political Ideologies Mapview found on Observable that uses data pipelines and public.tableau.com.

    Python 1