Welcome!
Welcome!
My name is Noah Bieler. I am a co-founder of the intellectual property management SaaS company Artemis IPM. Before, I had worked as a quant developer freelancer with a PhD in Computational Chemistry. I regularly write about various topics that are on my mind.
If you need any consulting or want to contact me, drop me a mail.
Newest Articles
I recently came across a problem that I wanted to make a potentially
large table where the headers are sticky and there would be a popover when ….
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, which are important for search engine optimization (SEO). Luckily, they can be added with only a few lines ...
Use toStrictEntity if you encounter the "truncated ZIP file" error with Apache POI and akka-http. It switches off streaming but at least it works.
Create a responsive menu with react and tailwind that shows a transparent header bar on wider screens and a collapsed burger menu for small mobile phone screens.
How can one write a good program? What are the necessary steps?
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…
To try out Svelte and Svelte Kit, I have created an example web app with authentication using iron, a database connection to SQLite using Drizzle ORM, and some basic CRUD functionality to add, update and delete enitites.