E2E Testing Different Color Schemes using Playwright
A step-by-step guide to testing different color schemes using Playwright.
Warum unterschiedliche Schätzungen in Scrum-Projekten ein Warnsignal sein können
Code-Silos in Scrum-Projekten? Pair-Programming und Code-Reviews helfen, Wissen zu teilen
Typescript Stuff I Often Use
The Nextjs Image Component
The Nextjs image component is awesome. But I had some issues using it with dynamically loaded (within getStaticProps) images. Here is how I dealt with it.
Add Fathom to your Next.js App
I used Google Analytics for almost forever. But since GDPR requires you to add a notfication if you use cookies I switched to Fathom. Here is how to add it to a Next.js app.
Just a tiny intro to the React Context API
While it sounds simple, I needed some time to really understand how the whole context thing works. Here is my take to explain it.
Individual Onboarding in a New Enterprise Job
Three things I would recommend everyone entering a new job or position.
These two books helped me as a young professional in an enterprise world
These two books helped me as a young professional in an enterprise world
Testing Firebase Authentication with Cypress
How to test the firebase user authentication with Cypress.