Skip to content
View jbaggs62's full-sized avatar
Block or Report

Block or report jbaggs62

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

Hi, I'm Jake Baggs!

SRE at Tesla

Linkedin:jacob baggs GitHub JacobBaggs

A little more about me...

from __future__ import annotations
import json
from dataclasses import asdict, dataclass
@dataclass
class about_me:
    languages: tuple[str, ...] = ("Python", "Java", "Rust", "Go")
    databases: tuple[str, ...] = ("SQLite", "PostgreSQL", "DynamoDB", 
                                  "Cassandra", "DB2", "MongoDB")
    technologies: tuple[str, ...] = ("Docker", "Kubernetes", "GCP", 
                                          "Git", "SQS","AWS","GitOps")
    hobbies: tuple[str, ...] = ("BJJ", "Keyboards", "Gaming", "Cryptography")

    def jsonify(self):
        return json.dumps(asdict(self), indent=4)
    jake = about_me()
    print(jake.jsonify())

Pinned Loading

  1. ML_interview ML_interview Public

    ML interview project - continue enhancements as time allows

    Jupyter Notebook

  2. Research-Presentations Research-Presentations Public

    PDFs of my published research Presentations

  3. cml-dvc-case cml-dvc-case Public

    Python

  4. DataBase-API-Practice DataBase-API-Practice Public

    Practice Building API routes and interacting with DB programmatically

    Python

  5. Intro-to-ds-and-algos Intro-to-ds-and-algos Public

    Intro-DS/Algos

    Java 1

  6. AdvanceCrypto AdvanceCrypto Public

    Python