bbioonThemes
  • Home
  • Blog

Tag: Backend

Core Updates, Development

WordPress Studio Xdebug and the new debug log toggle

WordPress Studio added Xdebug support and a dedicated debug log toggle. Here is how I turn both on, the one-site-at-a-time catch, and the port your IDE has to listen on.

Read Article
Development

PythoC: compiling Python down to native binaries

PythoC compiles a subset of Python into standalone native binaries through LLVM. My notes on the 40x Fibonacci run, the print() that produces nothing, and the cases where a native compiler is the wrong tool.

Read Article
AI, Development

Building synthetic training data when none exists

Real test data is usually missing right when you need it. How I generate varied synthetic WooCommerce orders with an LLM, and the two ways it goes wrong: context rot, and only ever prompting for the happy path.

Read Article
AI, Development

Why your RAG pipeline still misses exact keywords

Pure semantic search stops finding part numbers and SKUs. Why I pair embeddings with a BM25 keyword index, what the k1 and b parameters change, and how rank fusion merges the two result sets.

Read Article
Core Updates, Development, Gutenberg

Real-time collaboration: why your meta boxes break it

WordPress 7.0 syncs the block editor through Yjs, and one classic meta box switches the whole thing off. Migrating meta to the REST API, swapping HTTP polling for WebSockets, and the block side effects that fire for every editor in the session.

Read Article
Bug Fixing, Core Updates

What WooCommerce 10.6.1 actually fixes

The Add to Cart with Options block compared hyphenated slugs against labels with spaces, so variable product selections failed validation. WooCommerce 10.6.1 fixes that, reorders new payment gateways, and drops the stray number from single shipment labels.

Read Article
AI, AI in WordPress, Development

Why your data stack is not ready for AI agents

Dashboards are no longer the main consumer of your data. Here is what I would change in a data stack to make it readable by agents: fewer tools, open table formats, a real semantic layer, and feedback loops that act without waiting for a human.

Read Article
AI, Development

Fourier transform sound analysis without the black box

np.fft is not a black box you have to live with. This walks through the winding machine picture of Fourier transform sound analysis, the center of mass calculation behind magnitude and phase, and why Euler’s formula shows up instead of a plain sine wave.

Read Article
AI, Development

Metropolis-Hastings, or how to sample without the integral

Bayesian work hands you densities you cannot integrate or invert. Metropolis-Hastings samples them anyway, with a random walk and an acceptance ratio that cancels the normalization constant. Includes the NumPy implementation and the three ergodicity conditions.

Read Article
Bug Fixing, Core Updates

WordPress 6.9.4 fixes what 6.9.2 and 6.9.3 missed

WordPress 6.9.4 re-applies three security fixes that 6.9.2 and 6.9.3 left incomplete: PclZip path traversal, XXE in getID3, and a Notes authorization bypass. It also covers the WP-CLI commands I use to update core and check the files afterwards.

Read Article

Posts navigation

Previous 1 … 25 26 27 … 47 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