Basic CRUD Web App with SvelteKit with Drizzle ORM, iron auth and Tailwind CSS August 26, 2023 | React , Svelte Since I started with web development, React was and still is considered to be the state of the art and I nevery really doubted it much. The same is true for... Read article
Sticky Table Headers and Popovers with Next.js and Tailwind CSS June 3, 2023 | React I recently came across a problem that I wanted to make a potentially large table where the headers are sticky. Thus, when you scroll through the table... Read article
A CRUD web app using Next.js 13, iron-session and Prisma December 28, 2022 | React I have created a simple web app with authentication and some database functionality to evaluate Next.js 13, which was released in October 2022. In this review... Read article
Adding Canonical URLs to a Remix website October 13, 2022 | React Remix is a React framework to create websites and single page applications (SPA). By default, it creates however only the essentials, and lacks Canonical URLs... Read article
"Truncated ZIP file" error with Apache POI and akka-http September 9, 2022 | Akka , Programming For my current SaaS project, I need to be able to upload and parse an excel file. I am using akkt-http for the server side routing table and Apache POI to... Read article
Creating a responsive menu with remix and tailwind August 20, 2022 | Programming , React , UI For my current project Patent Cockpit, I wanted to create a mobile friendly menu. The menu should be a transparent bar on wide screen. On small screens it... Read article
Git-Fu Level 2: Black Belt December 21, 2021 | Git This is the last part of a three part series on git. For the initial post see here. Read article
Git-Fu Level 1: Red Belt November 26, 2021 | Git This is the second part of a three part series on git. For the initial post see here. Read article
Git-Fu Basics: White Belt November 11, 2021 | Git Writing code without a good code versioning system (CVS) is like heading into the jungle without a compass and a map. You will never really know where you are... Read article
Creating a Good Program October 21, 2021 | Programming Apparently, if you want to be good in your field, you should not focus on solving the problem quickly but to find the right problem first. You find the right... Read article
How digitalisation impacts the bottom line September 23, 2021 | Finance , Fundamentals Is digitalisation just the buzz word of the day? Or does it actually have a positive impact on the profit of a company? While working at Julius Bär (JB), I saw... Read article
TWS and Akka actors September 15, 2021 | Akka , Scala , Trading This pattern is repeated for all other concerns like trades, market data, contract details and so on. As this becomes quite cumbersome quickly, I wanted to... Read article