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
-
ML_interview
ML_interview PublicML interview project - continue enhancements as time allows
Jupyter Notebook
-
-
-
DataBase-API-Practice
DataBase-API-Practice PublicPractice Building API routes and interacting with DB programmatically
Python
-
-
4 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More