Skip to content
OSJ Radar

Practical AI, webdev, and software signals for builders.

Latest useful updates from the open web: tools, releases, changelogs, WordPress, automation, AI coding, and small software signals worth noticing.

Updated from public feeds and lightly curated for practical builders. No hype feed. No voting. Just signals worth checking.

12cards this week
53active sources
10 months agolast signal
What is OSJ Radar?

It is a small public signal board for Old Stack Journal. Items come from public feeds and sources, then get lightly curated so readers can spot useful AI, webdev, WordPress, tooling, automation, and software updates without wading through a noisy social feed.

Filtered view

PHP/LAMP signals.

Showing visible Radar cards in this category for the selected date range.

PHP/LAMP

Memoize Tagged Cache Reads in Laravel

Laravel News 2 days ago

Use Cache::memo()->tags() in Laravel to read tagged cache values once per request and serve repeat lookups from memory, with writes and flushes kept in sync. The post Memoize Tagged Cache Reads in Laravel appeared first on…

Read original →
PHP/LAMP

Eloquent Refreshes: Load Generated Columns After Save

Laravel News 3 days ago

Laravel's new Refreshes attribute reloads storedAs and virtualAs columns after create() and update(), so the model has the database value without refresh(). The post Eloquent Refreshes: Load Generated Columns After Save appeared first on Laravel News.…

Read original →
PHP/LAMP

What We Know About Laravel 14

Laravel News 6 days ago

Laravel 14 is the next major release of the Laravel framework, expected in Q1 2027. Here is what we know about new features, PHP 8.4, and breaking changes. The post What We Know About Laravel 14…

Read original →

↑ Top