Urgent.News

What's breaking now, across thousands of outlets.

Tech

GM caves, CarPlay won't be cut from gas-powered vehicles

It wasn't all that long ago that GM's executives called taking CarPlay out of vehicles a "Jobsian" move. They've caved to public pressure, and the option is present in some 2027 gas vehicles. CarPlay Ultra in an Aston Martin - Image Credit: Top Gear/YouTube The interface is expected in the 2027 Chevrolet Silverado and GMC Sierra trucks. Based on the description by GM, it comes with gauges,…

GM caves, CarPlay won't be cut from gas-powered vehicles

We haven't written up this one. AppleInsider has the full story — the link below goes straight to it.

Read the original at appleinsider.com →

More in Tech

Added a BFF layer before reaching for GraphQL. What happened next?

TL;DR: One table page was making 1 + 1 + N network calls and pulling every bill into the browser. A thin server layer that speaks "one screen at a time" fixed it.

  • React app made three network calls per page, causing N+1 problem
  • Introduced BFF (Backend For Frontend) to reduce requests to one per screen
  • BFF handled permission checks, caching, server-side computation, and data filtering

What is Web Security? A Simple Guide for Developers

Imagine this familiar scenario: You just finished building your full-stack application. You built a sleek frontend in React , developed a fast REST API in Node.js & Express , connected it to MongoDB…

  • Web security protects web apps, data, and users from dishonest user behavior
  • Authentication verifies user identity by comparing entered credentials with stored hashes

More from Tuesday 15 September →