bbioonThemes
  • Home
  • Blog

Tag: Backend

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
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
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
Core Updates, Development, Gutenberg

The two breadcrumb block filters in WordPress 7.0

WordPress 7.0 ships a native Breadcrumbs block, so the plugin can go. Two filters, block_core_breadcrumbs_items and block_core_breadcrumbs_post_type_settings, let you rewrite the trail and pick which taxonomy path wins when a post sits in several terms.

Read Article
Core Updates, Development

Testing HTML in WordPress with assertEqualHTML()

WordPress 6.9 introduces assertEqualHTML(), which tests HTML by comparing structure instead of literal text. It normalizes attributes, class names, and markup so your test suite survives minor formatting changes.

Read Article
AI, Development

Scaling ML inference on skewed Databricks tables

A 420-core Databricks cluster spent 10 hours on 18 partitions because the data was skewed. Here is how salting and liquid clustering fixed the distribution, and what each one is actually good for.

Read Article

Posts navigation

Previous 1 … 24 25 26 … 42 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