
Angelina Fischer
Welcome to my Website
About
My name is Angelina Fischer, I'm 29 and I am currently working as a System Engineer in Germany.
In 2020, I finished my master studies in Materials Science at the Technical University Darmstadt
and after some struggles due to the COVID-19 crisis, I decided to change my carreer path.
To dip my toes into the "tech world", I started looking into web development and data science.
Not much later, I landed my first job at a global IT service provider where I worked on a project as a DevOps Engineer.
During this time, I also acquired the AWS Solutions Architect — Associate certificate and the
Professional Scrum Master I certificate. In 2022, I switched jobs and started working at my current employer.
Here, I mainly focus on my role as an AWS Solutions Architect.
To consolidate my computer science and programming knowledge, I am currently enrolled to two of Harvard's CS50 courses
(
Introduction to Computer Science
&
Web Programming with Python and JavaScript
).
I would like to shift my focus more towards programming instead of infrastructure heavy topics and want to get
more experience in full-stack development, especially in using Django as web development framework.
Skills
Projects
Here are some of my previous projects. Click on the project tile for more info.

Fortune of the Day
A random message generator that gives you “very” useful advice for your day!

Fortune of the Day
General Info
This is my first small project running on Node.js using JavaScript, Git and GitHub.
It is a random massage generator program. Everytime the program is run,
it prompts for the user's name and outputs today's date and a new (random) fortune of the day.
Technologies
- JavaScript - ECMAScript 2017
- Node.js - 12.19.0
View project on GitHub

Twitch Data
A little exploratory data analysis project using Twitch data.

Twitch Data
General Info
This is my first little data analysis project using Twitch streaming and chat data (2015-01-01).
The project is divided into two parts. One part is focused on analysing the data with SQL (SQLite).
The other part is focused on visualizing the data with Python (Matplotlib).
Technologies
- Python - 3.8.5
- SQLite - 3.33.0
View project on GitHub

GDP vs Life Expectancy
A little exploratory data analysis project using GDP and life expectancy data of six different countries.

GDP vs Life Expectancy
General Info
This data analysis project investigates if there is a correlation between the economic performance (GDP,
Gross
Domestic Product) of a country and the life expectancy of its citizen. The data includes the GDP and life
expectancy of
six countries from 2000 to 2015.
The goal is to prepare, analyze and visualize the data with the help of several data analysis Python
libraries
(e.g, Pandas, Matplotlib, Seaborn, Scipy).
Technologies
- Python - 3.8.5
View project on GitHub