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
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