bbioonThemes
  • Home
  • Blog

Category: Development

AI, Development

YOLOv3 architecture: Darknet-53, three scales, PyTorch code

A walk through the YOLOv3 architecture: why Darknet-53 drops maxpooling for stride-2 convolutions, how the three detection scales work, and why the class heads use sigmoids instead of softmax. With PyTorch code for both blocks.

Read Article
AI, Development

ZeRO memory optimization and PyTorch FSDP, stage by stage

Standard DDP makes every GPU keep a full copy of a 7B model, roughly 112 GB of VRAM. ZeRO shards those states across the cluster instead, PyTorch FSDP implements it, and the price you pay is network bandwidth.

Read Article
Design, Development

From a DIY site to a professional WordPress website

Jason Stockill built his son’s racing site himself, then handed it to a design service once it needed a WooCommerce store, a newsletter and a championship history. What changes when a site stops being a brochure.

Read Article
Development, E-commerce Development

What the new TDS Author Payment Program tiers pay

TDS reworked its Author Payment Program. Per-view pay now starts at 2,500 views, climbs to $0.10 per view past 7,500, and the monthly cap went from four articles to ten. Here is what that does to a single article’s payout.

Read Article
AI, AI in WordPress, Development

Why WordPress devs still need critical thinking in AI

AI now generates faster than any of us can type, which makes judging the output the actual job. Where LLM code tends to break in WordPress: hooks that no longer exist, uncached get_option calls in loops, and raw SQL that HPOS will punish.

Read Article
AI, AI in WordPress, Development

Fix the framing before you tune another hyperparameter

Most machine learning projects fail on framing, not on model quality. Five checks to run before you open a notebook: name the decision, price the two kinds of error, audit the target variable, simulate the deployment, and write down how the project fails while the metrics look fine.

Read Article
Development

Moving heavy WordPress logic to a FastAPI service

The WordPress REST API holds up fine until you need throughput. Notes on offloading heavy logic to FastAPI: Pydantic models replace hand-written validation, ASGI handles async I/O, and /docs gives you Swagger that matches the code.

Read Article
Core Updates, Development, Gutenberg

WordPress 7.0: PHP-only blocks and an iframed editor

Beta 2 landed on February 26th and Beta 3 is due March 5th. The parts that matter for developers: blocks you can register in PHP alone, an iframed editor that isolates your CSS, and the handbook back in sync with Gutenberg 22.6.

Read Article
Development

Pandas vectorization, or why your row-by-row loop is slow

A nightly job spent 129 seconds labelling 500,000 rows of sales data because it looped over them. The same logic with numpy.where took 0.08 seconds. Here is how vectorization and Boolean masks replace row-by-row Pandas code, and when apply() is still worth reaching for.

Read Article
Core Updates, Development, Gutenberg

WordPress 7.0 DataViews: what changed in the admin APIs

WordPress 7.0 reworks DataViews and DataForm. The Field API gains a format property and adaptiveSelect, DataForm gets a native details layout with built-in validation, and groupByField becomes a groupBy object that breaks 6.9 view configs without warning.

Read Article

Posts navigation

Previous 1 … 39 40 41 … 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