Skip to content

Zvonko Biškup

A passionate web developer with more than 13 years experience in PHP and other web related technology. My main interest is WordPress and new PHP frameworks. Owner of Influendo Programming. Enjoys exploring new stuff and possibilities, using new technologies and just having fun developing awesome stuff.

debug wp_mail illustration

How to Debug wp_mail in WordPress (Step-by-Step Guide)

Email delivery is one of the most common pain points in WordPress. Whether it’s contact form messages not arriving, WooCommerce receipts disappearing, or password resets going missing, the culprit often lies in how WordPress sends email with the wp_mail() function. In this guide, you’ll learn how to debug wp_mail in WordPress using… Read More »How to Debug wp_mail in WordPress (Step-by-Step Guide)

Deadly Logging Mistakes: Laravel Logging Best Practices You Can’t Ignore

Deadly Logging Mistakes: Laravel Logging Best Practices You Can’t Ignore

Laravel logging best practices aren’t just about writing a few Log::error() statements. They’re about creating clear, secure, and actionable logs that make debugging easier and keep your app reliable. Yet in dozens of Laravel projects I’ve reviewed, developers fall into the same traps—logging too generically, leaking sensitive data, or drowning their teams… Read More »Deadly Logging Mistakes: Laravel Logging Best Practices You Can’t Ignore

cloudflare workers

The Best Way to Filter Bad Traffic at the Edge: Cloudflare Workers Durable Objects

The Challenge Cloudflare Workers Durable Objects helped us scale our API infrastructure to handle over 139 million monthly requests — while drastically reducing KV storage costs and improving response speed. In this post, we’ll walk you through exactly how we transitioned from KV and Cache API to Durable Objects, the mistakes we… Read More »The Best Way to Filter Bad Traffic at the Edge: Cloudflare Workers Durable Objects

JavaScript Import Map

JavaScript Import Maps Available in All Major Browsers

The JavaScript import map is a powerful feature in web development that provides developers with granular control over how module specifiers are resolved by the browser when importing JavaScript modules. At its core, JavaScript import map is a JSON object that serves as a centralized registry for module mappings, allowing developers to… Read More »JavaScript Import Maps Available in All Major Browsers