bbioonThemes
  • Home
  • Blog

Category: Development

AI, Development

Nvidia’s TiDAR and the LLM inference bottleneck

GPUs sit idle during text generation because model weights move slower than the math runs. Nvidia’s TiDAR drafts tokens with diffusion and verifies them in one parallel pass, reaching up to 5.91x speedup on an 8B parameter model.

Read Article
Core Updates, Development, E-commerce Development

WooCommerce 10.7 turns off HPOS sync on read

From April 14, WooCommerce 10.7 ships with HPOS sync on read disabled. Custom code that edits orders through update_post_meta or raw SQL stops reaching the HPOS tables, so it needs moving to the CRUD API. There is a filter to buy time, but only that.

Read Article
AI, AI in WordPress, Core Updates, Development

WordPress 7.0 admin refresh: notes from the product review

Notes from the WordPress 7.0 product review meeting with Matt Mullenweg: a CSS-level admin refresh, a customizable dashboard, real-time co-editing over a pluggable transport, the AI Client and its settings UI, and PHP-only block registration.

Read Article
Core Updates, Development, E-commerce Development

WooCommerce 10.5 performance: what actually got faster

WooCommerce 10.5 moves the analytics import onto a schedule and processes orders in batches of 100. Notes on the new experimental caching flags, the wp_options autoload update, and what I would test on staging before shipping it.

Read Article
Development, Front-end

CSS @scope: scoped styles without BEM or a build step

The CSS @scope at-rule is Baseline supported, so you can scope styles to a DOM subtree without long BEM class names or a JS build step. Includes donut scoping with the lower boundary and the proximity rule that decides which scope wins.

Read Article
Bug Fixing, Development, Front-end

Scroll animations with CSS sibling-index(), not JavaScript

A text vortex where every character animates on its own, built with CSS sibling-index(), sibling-count() and scroll-timeline. The only JavaScript left is the bit that splits the string into characters.

Read Article
AI in WordPress, Development

A portfolio in an hour with the WordPress AI website builder

Lily Burton moved from biochemistry into science journalism and used the WordPress AI website builder to put a portfolio online in sixty minutes. Why shipping the prototype beat building the perfect site, and how to adjust the generated layout afterwards.

Read Article
Development

Snake game in Python: reverse loops and tracer(0)

The snake game is a small project with one genuinely tricky part: moving a chain of segments so the body follows the head. Here is the reverse loop that does it, plus why tracer(0) matters when you build it with turtle.

Read Article
AI, Development

Building a LangGraph agent: state instead of longer prompts

Linear RAG breaks down as soon as the solution path is not known up front. LangGraph swaps the chain for a stateful graph: a shared state object, nodes that update it, and conditional edges that pick the next step at runtime.

Read Article
Development

3 machine learning lessons that changed how I pace my week

ML research runs on a cycle of downtime, flow and hard deadlines. After 14 years of WordPress work I started copying that rhythm, and it did more for code quality than any productivity hack I had tried.

Read Article

Posts navigation

Previous 1 … 48 49 50 … 107 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