CHECKING STATUS
I AM LISTENING TO
|
Let’s Talk!

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.

Get in touch,
and let’s create something amazing together!

If you’ve ever tried to style text in a WYSIWYG editor and ended up with HTML that looked like a spaghetti disaster, you’ve already met the reason why semantic editors meaning, structure, and sanity. In other words: they keep your content clean, organized, and machine-friendly. This article walks you through the most important semantic and […]

If you’ve ever worked with text editors on the web, you know the routine: dependencies everywhere, fragile integrations, and editors that only behave when the stars align. The Isolated Block Editor (IBE) solves this by taking the core of Gutenberg and making it work anywhere — no WordPress environment required. It gives you the power […]

Elementor is awesome. Drag-and-drop magic, instant layouts, endless widgets… but when it comes to tables? Well, things get a little messy. If you’ve ever tried to build a clean, responsive table inside Elementor, you’ve probably discovered pretty quickly: it’s not as easy as it should be. No worries — let’s break down the biggest limitations, […]

Remember Server-Sent Events? That “simple” web standard that everyone said was dead? Well, plot twist: SSE is having its main character moment in 2025, and honestly, it’s about time. Want to setup a central SSE Server? Check out my article about mercure. The Underdog Story We Didn’t See Coming For years, SSE lived in WebSockets’ […]

Database Optimization Techniques 1. Custom Database Indexing Postmeta Table Indexing The wp_postmeta table is often the performance bottleneck for sites with custom fields or WooCommerce. Custom Index for Meta Key Searches: Composite Index for ACF Queries: Source: Advanced Custom Fields Blog | SpinupWP Database Optimization wp_options Table Optimization Plugin Solution: Index WP MySQL For Speed […]

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 […]

Markdown is a lightweight, open-standard way to write, and if you’re a fan of free, flexible tools, open-source Markdown editors are where it’s at. Whether you’re a writer, developer, or note-taking enthusiast, these editors let you craft content without proprietary lock-in or price tags. Here’s a rundown of the best open-source Markdown editors out there—all […]

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. […]