bbioonThemes
  • Home
  • Blog

Author: Ahmad Wael

I'm a WordPress and WooCommerce developer with 15+ years of experience building custom e-commerce solutions and plugins. I specialize in PHP development, following WordPress coding standards to deliver clean, maintainable code. Currently, I'm exploring AI and e-commerce by building multi-agent systems and SaaS products that integrate technologies like Google Gemini API with WordPress platforms, approaching every project with a commitment to performance, security, and exceptional user experience.
AI, AI in WordPress

Stacking ensembles, and why one model is not enough

One best model is one point of failure. I go through the three layers of a stacking ensemble, how predictions become features for the next layer, and what the extra training time actually costs you.

Read Article
Core Updates, Design, Development

Short-form blogging gets a native WordPress.com theme

WordPress.com’s new short-form blogging theme stores micro-posts as ordinary WordPress posts, so replies stay comments and reblogs keep their attribution. Here is what that buys you over renting space on a social platform.

Read Article
AI, Development

Multimodal RAG without the multimodal embeddings

Multimodal RAG usually fails at retrieval, not at vision. I walk through the proxy-pointer approach: parse a document into a section tree, keep image pointers on each node, and retrieve whole sections instead of sliding-window chunks.

Read Article
AI, Development

Calling Rust from Python when a loop will not vectorize

Some loops will not vectorize, and Python object overhead eats whatever is left. Here is how PyO3 and Maturin let you move a hot loop into Rust, how Rayon uses the rest of your cores, and what the throughput looks like afterwards.

Read Article
AI, AI in WordPress, Development

Where agentic AI token savings actually come from

Prompt caching only pays off when the prefix stays byte-identical. I go through the mistakes that break it, a semantic cache layer for WordPress, loading tool definitions on demand, and what to keep or drop between turns.

Read Article
Design, Development

Serving high-resolution desktop wallpapers without tanking LCP

Notes on serving high-resolution desktop wallpapers from WordPress without wrecking load times: what sub-size generation costs you, why lazy loading hurts a hero image, and where a CDN belongs.

Read Article
Bug Fixing, Development

Correlation and causation when you debug WordPress data

Two graphs moving together is not proof one caused the other. A PHP helper for Pearson r, the nonlinear cases a correlation check misses, and the hidden variables that make a new theme look guilty.

Read Article
AI, Bug Fixing, Development

Catching PyTorch NaNs at the exact layer with forward hooks

set_detect_anomaly points at the wrong layer and costs you 10x on CPU. A forward hook adds roughly 3ms per pass, names the layer that produced the NaN, and pairs with a gradient norm check that fires a step earlier.

Read Article
Development, Front-end

Polyfilling the ::nth-letter selector with a JavaScript shim

The ::nth-letter selector still is not in any browser, and hand-wrapping every character in a span wrecks the DOM. A shim that rewrites the raw CSS into :nth-child and lets SplitText handle the markup and the ARIA.

Read Article
Design, Development

Explicit measures in tabular models beat calculation groups

Calculation groups look tidy in the model, then rename every series in your legend to the same thing. Where explicit measures in tabular models hold up better, including the Excel PivotTable case that cost me three days.

Read Article

Posts navigation

Previous 1 … 5 6 7 … 118 Next

bbioonThemes

Senior WordPress Engineer
Toptal & Codeable Expert

Connect

  • GitHub
  • Twitter
  • LinkedIn
  • Codeable

Explore

  • Expertise
  • Work
  • Insights
  • Blog

Resources

  • bbioonThemes
  • Contact
  • Privacy Policy
© 2026 bbioonThemes. All rights reserved.
Privacy