class DataEngineer:
def __init__(self):
self.name = "Jermaine Allen"
self.role = "Junior Data Engineer"
self.languages_skills = ["Python", "SQL", "Bash", "Pair Programming"]
self.data_stack = [
"Intermediate/Advanced SQL", "Postgres", "Database Modelling", "Normalization",
"Data Pipelines", "Warehouse Design", "ERD", "STAR Schema", "Medallion Architecture",
"Pandas & Data Wrangling", "Data Orchestration", "Apache Spark", "Databricks",
"Data Governance/Regulations"
]
self.cloud = [
"AWS", "EC2", "Lambda", "RDS", "IAM", "API Usage via CLI & SDK", "Athena",
"AWS Glue/Crawlers", "S3", "Step Functions/State Machines", "CloudWatch", "EventBridge"
]
self.devops = ["Terraform", "CI/CD (GitHub Actions)", "Kanban", "Jenkins", "MLOps"]
self.testing = ["TDD", "Pytest", "Debugging", "Error/Exception Handling"]
self.methodologies = ["Agile", "Scrum", "CRUD"]
self.ai_ml = ["Decision Trees", "Perceptrons", "Neural Nets", "Transformers", "Custom LLMs", "RAG"]
self.servers_networks = ["FastAPI", "pg8000", "HTTP/S Protocol", "Request/Response Handling"]
def say_hi(self):
return f"π Hi, I'm {self.name}! I'm an aspiring {self.role} who enjoys building pipelines, transforming data, solving data problems, and making analytics accessible."
me = DataEngineer()
print(me.say_hi())
β‘ Fun fact π
SELECT
CASE
WHEN energy_level > 7 THEN 'Cycling π΄'
WHEN weather = 'sunny' THEN 'Playing football β½'
WHEN quiet_time = TRUE THEN 'Reading books/articles π'
ELSE 'Learning new tech skills π»'
END AS current_hobby
FROM hobby_interest
WHERE name = 'Jermaine Allen';
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.