Blog

Enhancing UI with a Higher-Order Component for Dynamic Opening Hours in React

I wrote a higher-order component in React to make the opening hours of a local shop more fancy. The UI emphasizes the current day with a different background color. To make this happen, the component needs to know which day it is, so I wrapped it with my HOC withToday().

Continue reading “Enhancing UI with a Higher-Order Component for Dynamic Opening Hours in React”

Insights from My First Global Symfony Conference: Talks, Learnings, and Highlights

During the weekend of December 3rd to 4th, I participated in my first global Symfony Conference. The event was held online, and it featured many fascinating talks on E2E testing, new JavaScript features, and Domain Driven Design. In this article, I will provide an overview of the sessions I attended.

Continue reading “Insights from My First Global Symfony Conference: Talks, Learnings, and Highlights”

Showcasing Our Landing Page Designs for Apps, Vouchers, and Subscriptions at Süddeutsche Zeitung

Together with my team at the Süddeutsche Zeitung GmbH, I developed landing pages for the company’s digital products. I really enjoyed the collaboration between Design, Marketing, UX, and Development, and it’s worth showcasing some of the outcomes.

Continue reading “Showcasing Our Landing Page Designs for Apps, Vouchers, and Subscriptions at Süddeutsche Zeitung”

Final Project For Udacities Full Stack Nanodegree

In January 2020 I took part in Udacities Fullstack Web Developer Nanodegree Program. The course takes 4 months to complete and offers a deep insight into the world of fullstack web development. I’m going to introduce my final project which is a database-backed web API written in Python.

Continue reading “Final Project For Udacities Full Stack Nanodegree”