Looking for a reliable partner to bring your project to the next level? Whether it’s development, design, security, or ongoing support—I’d love to chat and see how I can help.
and let’s create something amazing together!
Monitoring the health and status of Docker containers is crucial for maintaining a reliable and efficient environment. Monocker is a lightweight tool designed to address this need by monitoring Docker container state changes and sending real-time alerts through various messaging platforms. What is Monocker? Monocker, short for “MONitors dOCKER,” is an open-source application that keeps […]
Running WordPress locally is essential for testing, development, and experimentation without affecting a live website. There are several solutions available, each catering to different needs. Below, we explore the best ways to set up WordPress on your local machine, along with useful links. 1. Local by Flywheel Local is a powerful, free local development environment […]
The Vegan Griller …Not sure if I am keeping that domain alive! Time for spring to show up … Der Vegane Griller Still cleaning up the server & website. Music is back and so is my online status ;) Amazing how much stuff accumulates over the years. So refreshing to start clean! Not sure If […]
If you’re looking for an efficient and streamlined way to integrate mosparo, an open-source spam protection solution, into your workflow, running it via Docker is an excellent choice. Docker allows you to deploy mosparo quickly without worrying about dependencies or manual configurations. In this guide, we’ll walk through setting up mosparo with Docker. Prerequisites Before getting […]
Back in the early 2000s, content management systems (CMS) were still in their infancy. Websites were mostly static, and managing content dynamically required custom scripts or early blogging tools. My journey into CMS development started with Greymatter, took me through PHP-Nuke, PostNuke, and XOOPS, and ultimately shaped my understanding of PHP and modular web development. […]
WordPress has long been the go-to CMS for developers and designers, but its traditional PHP-based templating system can sometimes feel outdated and cumbersome. Enter Timber, a powerful templating framework that brings the flexibility and clarity of the Twig templating language to WordPress. With Timber, developers can separate logic from presentation, leading to cleaner, more maintainable code. All my […]
Kimai is a powerful open-source time-tracking application that helps businesses and freelancers efficiently manage work hours and billing. It supports multi-user environments, customizable reporting, and integrations with various tools. In this guide, we’ll walk through setting up Kimai using Docker and explore how to use it effectively. Why Use Kimai with Docker? Running Kimai with […]
GlitchTip and Sentry are both error tracking and performance monitoring tools designed to help developers detect, diagnose, and fix issues in their applications. Why Should You Use Them? What is GlitchTip? GlitchTip is an open-source error tracking and performance monitoring tool, serving as an alternative to Sentry. It provides similar features, such as: What is […]
When working on design mockups, wireframes, or web development projects, placeholder text can be essential for filling in gaps and testing layouts. Instead of using the same old generic “Lorem Ipsum” text, why not explore different generators that add a bit of creativity or customization to your workflow? In this post, we’ll explore some of […]
Retro gaming has seen a resurgence in popularity, and thanks to HTML5, many classic-style games can now be played directly in a web browser without needing any additional software. These games are not only free but also open-source, allowing developers to tweak and customize them as they see fit. Here are some of the best […]
Docker has revolutionized self-hosting by making it easier than ever to deploy and manage applications in isolated environments. Whether you’re looking to host your own cloud storage, media server, or development tools, Docker offers powerful self-hosted solutions that are both flexible and scalable. Here are some of my top self-hosted solutions you can run with […]
The world of technology and design never stands still, and 2025 is no exception. With rapid advancements in AI, web development, and UX/UI, businesses and developers need to stay ahead of the curve. Let’s dive into the key development and design trends defining this year and how they’re shaping the future. 1. AI-Powered Development and […]
Continuing on my goal to streamline my workflow and services, cubicFUSION has been merged into the demo setup. Makes sense, as that is where I testdrive or preview things. Just had that one week of freetime to make the changes, next week I am back to ignoring my own stuff ;)
This website has been part of my journey for nearly 15 years—time for a much-needed cleanup! Last year, I officially shut down portalZINE TV, and now this site will gradually transform into an archive of the past. It’s the perfect moment for a fresh start—a website that truly reflects what I do today and where […]
What Are Concurrent Connections? Multiple connections happening roughly within a 500-millisecond timespan can be considered concurrent connections. When evaluating new server hardware, you must consider whether your setup will hit a concurrent connection limit at some point. Exceeding these limits can lead to slow response times, dropped connections, or server crashes, affecting user experience and business operations. How […]
First a bit of context :) What is Gettext? Translation within WordPress is based of Gettext. Gettext is a software internationalization and localization (i18n) framework used in many programming languages to facilitate the translation of software applications into different languages. It provides a set of tools and libraries for managing multilingual strings and translating them […]
THE GOAL Create a system cron for WordPress, that is accessible and can be easily tweaked to provide more details. Here some basic information about crons and the tools I am going to use … WordPress CRON In WordPress, the term “cron” refers to the system used for scheduling tasks to be executed at predefined […]
What are particle animations? Particle network animations in JavaScript typically involve creating visual representations of particles (often small dots or shapes) that move around in a defined space, interacting with each other based on predefined rules or behaviors. These animations are commonly used for visual effects on websites, data visualization, or interactive demos. Solutions Particle […]
New year, new venture! Excited to launch a digital kiosk agency with Claus Ermlich from TYPEMYKNIFE. REALFUSION brings marketing to life with innovative digital touch kiosk systems, seamlessly integrating design, software, and hardware—all developed in-house. Tailored for a wide range of market segments, we’re redefining interactive brand experiences. REALFUSION
THE PREMISE A fullstack developer is a software engineer who has expertise in all layers of a web application’s stack. This includes both the frontend, which is the user-facing part of the application, and the backend, which is the server-side portion of the application. THE ROAD TO … To become a fullstack developer, one must […]