Systems Analysis & Development Β· Data Engineering Β· Cloud Computing
Focused on learning Python, SQL, and AWS through hands-on projects. Building a strong foundation in data and cloud technologies.
I'm looking for my first internship in the technology field β specifically in Data Analysis, Data Engineering, or Cloud Computing roles β where I can contribute with structured thinking, clean code, and a commitment to best practices, while learning rapidly from experienced teams.
Languages
Data & Analysis
Cloud & Infrastructure
Version Control & Workflow
| Area | What I'm Studying |
|---|---|
| π Python for Data Analysis | NumPy, Pandas, Matplotlib β real datasets, real pipelines |
| ποΈ SQL | Querying, filtering, aggregations, and joins for data retrieval |
| βοΈ AWS | Core services: EC2, S3, IAM, and cloud fundamentals |
| π³ Docker | Containers, images, volumes, and reproducible environments |
An end-to-end data pipeline extracting, cleaning, and visualizing football match events using the StatsBomb API and spatial coordinate mapping.
π₯ Step 1 β API Consumption & Extraction
- Queried and filtered raw event data directly from the StatsBomb API, isolating specific matches from the Bundesliga.
π Step 2 β Data Treatment & Feature Engineering
- Processed complex nested data structures using Pandas, extracting and splitting location arrays into structured
xandyspatial coordinates.
π‘ Step 3 β Spatial Visualization
- Rendered a digital pitch using
mplsoccerand mapped shot locations to identify offensive patterns and spatial dominance.
π View Repository on GitHub β
A complete data analysis project exploring the 2022 FIFA World Cup through Python and Jupyter Notebook β from raw CSV to structured insights.
π₯ Step 1 β Data Collection & Preparation
- Loaded raw CSV datasets and cleaned them with Pandas β handling nulls, fixing data types, and standardizing column names
π Step 2 β Exploratory Data Analysis (EDA)
- Investigated match stats (goals, attendance, team rankings) using Jupyter Notebook as a single reproducible environment combining code, visuals, and narrative
π‘ Step 3 β Insights & Conclusions
- Extracted key findings on top-scoring teams and match patterns, structured as a clear data story from raw input to final conclusions
π View Repository on GitHub β