SERIES
LONG TERM ARTICLES
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!
Ever hear web designers obsess about “above the fold” content? This term isn’t just designer jargon—it’s a fundamental concept that can make or break your website’s effectiveness. Let’s dive into what it means, why it matters, and how it works differently across the devices we use every day. What Exactly Is “Above the Fold”? The […]
Look, these days a solid VPN isn’t just nice to have—it’s practically essential. Whether you want to keep your browsing habits private, access that show that’s somehow available everywhere except your country, or just avoid getting hacked on sketchy coffee shop Wi-Fi, picking the right VPN makes all the difference. We’ve spent hours testing and […]
Need your Raspberry Pi to only update its display when content actually changes? Tired of constant refreshes wasting bandwidth and causing annoying flickers? I’ve got you covered! This guide walks through three practical solutions – from simple HTTP caching to real-time WebSockets – that will make your Pi display work smarter, not harder. Let’s dive […]
Overview The best approach is to create a minimal kiosk setup that: Hardware Requirements Setup Guide 1. Start with a Minimal OS Installation Rather than using the full Raspbian Desktop version, start with Raspbian Lite for a minimal footprint. This reduces overhead and security concerns by eliminating unnecessary software. Download Raspberry Pi OS Lite from […]
Directus is a powerful headless CMS that provides a flexible data platform with a beautiful admin app for managing content. In this guide, we’ll walk through the process of setting up Directus on your own server using Docker and Docker Compose. Introduction Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive […]
<sarcasm start> Hey there, future app builder! Remember when creating websites and apps required a computer science degree and endless nights of debugging? Those days are history! Are they ? :) Welcome to the golden age of NoCode platforms, where anyone with a brilliant idea can bring it to life without writing a single line […]
What is NocoDB? NocoDB is an open-source Airtable alternative that transforms relational databases (MySQL, PostgreSQL, SQL Server, SQLite, and MariaDB) into a spreadsheet-like smart interface. It allows teams to collaborate and build applications with familiar spreadsheet features while leveraging the power of underlying databases. Prerequisites Before getting started, ensure you have: Installation Methods There are […]
Introduction HTML to canvas solutions are libraries or tools that convert HTML elements to canvas or image formats. These solutions are essential for applications that need to capture and export visual representations of web content, such as screenshots, image exports, or generated graphics from HTML content. Common use cases include generating PDFs, taking screenshots of […]
Looking to share files across your network without getting bogged down by heavy applications? You’re not alone. Whether you’re working from Windows, Mac, or Linux, there are several lightweight HTTP file servers that can get the job done without consuming precious system resources. Let’s dive into the best file servers that won’t leave your computer […]
After digging into what’s available for hashtag research in 2025, I’ve put together this comprehensive rundown of tools, resources, and methods to help you master hashtag research. 1. Commercial Hashtag Research Tools Premium Analytics Platforms Mentionlytics is a standout tool in 2025, with powerful analytics covering reach, engagement, sentiment analysis, and mention tracking across major […]
Ever stared at your browser console and felt like you’re looking at the Matrix? Hundreds of debug messages scrolling by, completely unrelated logs mixed together, and your sanity slowly fading away? Yeah, me too. That’s why I started grouping my debug messages, and honestly, it’s been a game-changer. I just finished building a responsive container […]
Breaking Free from the Server Room Let’s be honest—PHP has been stuck in the server room for ages. Since 1994, PHP has been the reliable workhorse powering everything from your cousin’s blog to Facebook. It’s been the backbone of WordPress, the secret sauce of Wikipedia, and the quiet force behind countless web applications. But while […]
Take control of your professional profile with these powerful self-hosted resume builders In today’s competitive job market, having a polished, professional resume is essential. But relying on third-party services means limited customization options, potential privacy concerns, and often unwanted subscription fees. Self-hosting your resume solution gives you complete control over your data while making updates […]
Just finalised a project over at REALFUSION for our customer GIESSER. A complete digital kiosk product showcase, with the option to browse the product catalog and purchase these for a special fair price. Payment via a QR-Code cart, which directly links to the main shopping cart to complete the purchase. The 4 kiosk systems have […]
Ever notice when you’re shopping online and you tap “add to cart,” the product image zips over to your cart icon like it’s got somewhere to be? That’s the “fly-to-cart” effect, and it makes shopping feel just that little bit more interactive and fun. If you’re building an e-commerce site and want to add this […]
ntfy is a simple HTTP-based pub-sub notification service that allows you to send push notifications to your phone or desktop from any script or application. It’s particularly useful for monitoring tasks, alerting about events, or sending logs from applications like Monolog. Here’s how you can integrate Monolog with ntfy: Setup Monolog ntfy Handler Class Testdrive
Hey there, fellow Docker wrangler! So you’ve got a bunch of containers humming along, but your static resources are playing hide-and-seek? Been there, done that, bought the t-shirt. Let’s dive into the magical world of redirecting those stubborn static files with Nginx Proxy Manager (NPM). The Static Resource Shuffle Picture this: your Docker setup is […]
Why Bother with Proper Logging? Let’s be honest – debugging can be a real pain. We’ve all been there, staring at a blank screen with no clue what went wrong. Or worse, getting vague error messages that lead nowhere. That’s where good logging comes in! PHP’s built-in error reporting is… well, it’s there. But it’s […]
For the past several years, my error tracking journey has involved multiple platforms. Initially, I utilized Sentry in both their hosted service and self-hosted configurations. However, as Sentry’s pricing structure became prohibitively expensive and maintaining the self-hosted version proved resource-intensive. I transitioned to Glitchtip (Article about setting it up) approximately four years ago. Glitchtip has […]
FrankenWP is a specialized WordPress Docker image built on FrankenPHP, which is a PHP application server built on top of the Caddy web server. This combination offers several advantages: This guide will walk you through setting up FrankenWP on your own server using Docker Compose, including all necessary configuration options and client connection details. Also […]