Skip to content
HomeInsights

Insights

Ideas for building
better software.

Engineering perspectives on architecture, product development, AI, and the everyday decisions behind useful software.

From the engineering desk

Browse practical articles or follow the latest technology updates.

Subscribe via RSS →

Curated links from external sources — not 360Softy original articles.

ExternalMobile Development
Apple Developer News

New Broadcast Push Notification Metrics Now Available in the Push Notifications Console

The Push Notifications Console now includes metrics for broadcast push notifications sent in the Apple Push Notification service (APNs) production environment. The console’s interface provides an aggregated view of the broadcast push notifications that are successfully accepted by APNs, the number of devices that receive them, and a snapshot of the maximum number of devices subscribed to your channels. Set up broadcast push notifications Broadcast updates to your Live Activities

Apple Developer NewsRead original
ExternalCloud
Cloudflare Changelog

Workers - Bypass caching for subrequests made from Cloudflare Workers, with Request.cache

You can now use the cache property of the Request interface to bypass Cloudflare's cache when making subrequests from Cloudflare Workers, by setting its value to no-store. JavaScript export default { async fetch(req, env, ctx) { const request = new Request("https://cloudflare.com", { cache: "no-store", }); const response = await fetch(request); return response; }, }; TypeScript export default { async fetch(req, env, ctx): Promise<Response>

Workers
Cloudflare ChangelogRead original
ExternalFrontend Development
Vercel Blog

Vercel named a Visionary in 2024 Gartner® Magic Quadrant™ for Cloud Application Platforms

The Frontend Cloud is designed for developers and teams that care deeply about user experiences. Whether you're serving billions of users or building your first project, the Frontend Cloud helps you remove friction from the development and delivery process. This allows you to focus on building your product instead of managing and configuring the infrastructure required to make it work. Read more

Vercel BlogRead original
ExternalCloud
Cloudflare Changelog

Email security - Use Logpush for Email security user actions

You can now send user action logs for Email security to an endpoint of your choice with Cloudflare Logpush. Filter logs matching specific criteria you have set or select from multiple fields you want to send. For all users, we will log the date and time, user ID, IP address, details about the message they accessed, and what actions they took. When creating a new Logpush job, remember to select Audit logs as the dataset and filter by: Field: "ResourceType" Operator: "starts with" Value: "email_se

Email security
Cloudflare ChangelogRead original
ExternalFrontend Development
Vercel Blog

Next.js AI Chatbot Template 3.0

The has been updated to use , React 19, and the Next.js AI Chatbot templateNext.js 15Auth.js for Next beta. The template's UI has also been redesigned to include a model switcher to make it easier for users to experiment with different models. The new side-by-side UI keeps your users' output and chat messages on screen simultaneously. or .Try the demodeploy your own Read more

Vercel BlogRead original
ExternalFrontend Development
Vercel Blog

MotorTrend: Shifting into overdrive with Vercel

—a Warner Bros. Discovery company and the world’s leading media company on all things automotive—needed a digital experience as powerful as the vehicles they showcase. Bogged down by a legacy tech stack, their development team faced frustratingly long build times and a cumbersome release process. They knew a complete redesign wasn't the answer—they needed a platform upgrade.MotorTrend Read more

Vercel BlogRead original

Let’s start with a conversation

Tell us what you’re working on.

An idea, a challenge, or a system that needs to work better. We’ll help you understand the next step.