NDC Oslo 2023: My 10th NDC

Last week I was in Oslo to attend the NDC conference. I cannot really believe that this was already the 10th NDC Oslo I attended. With 2’600 attendees it was the biggest NDC event ever, but at least for me not the best.   Practical Clean Architecture workshop with Jason Taylor I started my NDC …

Read more

Python Friday #156: Connect Playwright to BrowserStack and Selenium Grid

If you must run Playwright on a specific browser, you will find a service like BrowserStack a great help. Let’s look how we can connect Playwright to BrowserStack and Selenium Grid. This post is part of my journey to learn Python. You can find the other parts of this series here. You find the code …

Read more