The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 11) – Adding Ads & Refactoring

Welcome back to our micro business experiment, where we are using a lot of AI to help us coding, generate content and more! Ads First of all an update on the ads. The review process took longer than I would have expected and the result is negative. Unfortunately, there isn’t much information on what is… Continue reading The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 11) – Adding Ads & Refactoring

The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 10) – Adding Ads

I never hard any website so far where we wanted to run ads. So this is the first time I’m looking into this topic. To get an overall understanding of the process, we decided to consult ChatGPT. Question: I have a website and I want to show ads, what should I do? Answer: If you… Continue reading The Future is Here: Exploring the Possibilities of Doing Business with AI (Part 10) – Adding Ads

Typolino – Adding Features (one year later)

Coming back to a side project after a year can be pretty painful. I actually wanted to see how it goes with Typolino. Is the CI/CD pipeline still working? Can I easily upgrade my dependencies and add new features? A product should grow with your clients and Typolino is no different. My kids get older… Continue reading Typolino – Adding Features (one year later)

Docker

Lately I had a short presentation about Docker for which I created some slides. The idea was to run the presentation (AngularJS, HTML, CSS) inside a container. You can find the presentation here. Maybe you find it useful.

CSS Grid System

Layout für deine Webseite Um mit HTML und CSS ein hübsches Layout zu erstellen, gibt es ganz viele verschiedene Möglichkeiten. Vor langer, langer Zeit war es einmal üblich alles mit Tabellen (<table>) zu lösen. Damit war man allerdings nicht so ganz zufrieden (eine Tabelle ist für Daten und nicht für das Layout gedacht!) und ist… Continue reading CSS Grid System