1262. Laravel Time Machine: A Request Lifecycle Profiler (laravel-news.com)
Laravel Time Machine profiles every stage of the Laravel request lifecycle, from bootstrap to termination, with a timeline dashboard and SQL query capture. The post Laravel Time Machine: A Request Lifecycle Profiler appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles ...
1263. Opaque, Interoperable Passkey Records (and a Go API) (words.filippo.io)
Passkey records are an interoperable format for WebAuthn credentials, similar to password hash strings. I propose a potential crypto/passkey Go API based on them.
1264. A2A Coordination: Book meetings with Hermes agents on Blocks.ai (www.pubnub.com)
Follow along with DevRel Engineer Dawid Urbas as we build and enact agent-to-agent protocols for booking a meeting using Hermes agents on Blocks.ai.
1265. Your next level starts here: A preview of dbt Summit sessions, by role (www.getdbt.com)
Preview dbt Summit 2026 sessions by role: hands-on labs and breakouts for analytics engineers, data leaders, and execs.
1266. Cloudflare Internal DNS is now generally available (blog.cloudflare.com)
Cloudflare Internal DNS brings authoritative and recursive DNS for private networks to the same global network and control plane that runs Cloudflare's Zero Trust, networking, and public DNS.
1267. Building a Transformer-Based Category Recommender at Thumbtack (medium.com)
1268. How to Install and Secure Docker + Docker Compose on Ubuntu 26.04 (www.rosehosting.com)
Docker is open-source software that can package, deploy, and distribute applications consistently across different environments, ensuring they run as intended. ... Read More The post How to Install and Secure Docker + Docker Compose on Ubuntu 26.04 appeared first on RoseHosting.
1269. AWS Weekly Roundup: One-click Lambda setup prompt, OpenAI GPT-5.6 models on Bedrock, and more (July 20, 2026) (aws.amazon.com)
Last week, my team visited Seoul to meet AWS Korea User Group (AWSKRUG) leaders. AWSKRUG is the largest cloud developer community in Korea, with 20 meetup groups organized by topic and area that collectively host over 100 events each year, primarily in Seoul. My team regularly visits countries acros...
1270. Content Ingestion & Podcast Video Incident Report (engineering.atspotify.com)
Over the past two months, podcast creators have experienced a series of reliability issues on Spotify. This... The post Content Ingestion & Podcast Video Incident Report appeared first on Spotify Engineering.
1271. Real-Time Staff Scheduling Healthcare Teams Actually Use (www.pubnub.com)
Learn how real-time staff scheduling utilizes Presence, push, and shift bidding to fill coverage in minutes, not hours.
1272. $100 million for open source: A milestone built by the community (github.blog)
Celebrating $100 million contributed by the community to the people who build and sustain open source every day. The post $100 million for open source: A milestone built by the community appeared first on The GitHub Blog.
1273. At SIGGRAPH, NVIDIA Advances Graphics and Simulation With Agentic and Physical AI (blogs.nvidia.com)
From open models to real-time simulation, AI and graphics breakthroughs are transforming media, content creation and robotics.
1274. Why AI Detection Should Not Replace Code and Content Review (www.sitepoint.com)
null Continue reading Why AI Detection Should Not Replace Code and Content Review on SitePoint.
1275. Building a Responsible AI Review Process for Agile Development (www.sitepoint.com)
null Continue reading Building a Responsible AI Review Process for Agile Development on SitePoint.
1276. How our universal content processing platform Riviera evolved for AI and beyond (dropbox.tech)
Riviera is the Dropbox content processing platform that’s been iteratively improving content transformation in our products for roughly a decade.
1277. Using NumPy reshape() to Change the Shape of an Array (realpython.com)
The main data structure you’ll use in NumPy, Python’s core library for numerical computing, is the N-dimensional array. Sometimes you need to reorganize the values in a NumPy array into a different layout. That’s what NumPy’s reshape() is for. It changes an array’s shape without changing its data, s...
1278. Making an agile version of a Windows Runtime delegate in C++/WinRT, part 1 (devblogs.microsoft.com)
The easy case is easy. The post Making an agile version of a Windows Runtime delegate in C++/WinRT, part 1 appeared first on The Old New Thing.
1279. Recurring payments, without the recurring problems (gocardless.com)
Where Direct Debit still wins, and where card-on-file falls short.
1280. Upcoming Changes to the Nearby Connections API (android-developers.googleblog.com)
Posted by Wei Wang, Engineering Manager, Android BeTo User privacy and transparency are core to the Android experience. To better align with these principles, we are updating the default behavior of the Nearby Connections API regarding how it interacts with device radios. What is changing? Previousl...
1281. Claude Code Routines: A Third Way Beyond /goal and /loop (freek.dev)
There's a third way to automate Claude Code, and unlike /goal and /loop, it doesn't need your laptop open at all. Anthropic just shipped routines: cloud-hosted automations triggered by a schedule, an API call, or a GitHub event. Read more
1282. Here’s How We’re Using AI Analysis in Developer Tooling (spin.atomicobject.com)
On a recent project, I watched a team spend the better part of a week tracking down a single regression. The pipeline was a long-running simulation suite. Each test run took hours. There were dozens of commits to check, and the only way to check them was manually: run the sim, wait, evaluate the res...
1283. Quiz: Using NumPy reshape() to Change the Shape of an Array (realpython.com)
In this quiz, you’ll test your understanding of Using NumPy reshape() to Change the Shape of an Array. By working through these questions, you’ll revisit how to reshape an array into a compatible shape, add or remove dimensions, and use the order parameter to control how NumPy rearranges your data. ...
1284. Bristol Myers Squibb Building Life Science Industry’s Most Advanced AI Factory on NVIDIA Vera Rubin (blogs.nvidia.com)
Erin Davis calls it the “SuperDuperPOD.” That’s two things in one name: pharmaceutical giant Bristol Myers Squibb (BMS) already runs one of the largest AI clusters in life sciences, with serious results to show for it. And they’re doubling down. BMS announced today it is deploying its second NVIDIA ...
1286. The Craft Behind Memorable Digital Experiences: Inside Unseen Studio (tympanus.net)
A look inside Unseen Studio's approach to transforming abstract ideas, hidden stories, and complex concepts into experiences people can explore and remember.
1287. GIF, MP4, WebM, or Animated WebP: Choosing the Right Format for Web Animation (www.sitepoint.com)
null Continue reading GIF, MP4, WebM, or Animated WebP: Choosing the Right Format for Web Animation on SitePoint.
1288. How AI Can Improve Agile Development Without Replacing Human Judgments (www.sitepoint.com)
null Continue reading How AI Can Improve Agile Development Without Replacing Human Judgments on SitePoint.
1289. CodeSOD: Classic WTF: The Table Selector (thedailywtf.com)
It's summer break time, which as always, means we dip back into classic articles. Today, we pick which table we want. Original. --Remy "In my native language of German," writes Christian, "the word quellcode is a pretty direct translation of 'source code'." "Unfortunately, bad code seems to cross la...
1290. Laravel SMS Catcher: A Local Dashboard for SMS Notifications (laravel-news.com)
Laravel SMS Catcher captures outgoing SMS notifications during local development and displays them in a phone-inspired inbox dashboard. The post Laravel SMS Catcher: A Local Dashboard for SMS Notifications appeared first on Laravel News. Join the Laravel Newsletter to get Laravel articles like this ...