![]() |
VOOZH | about |
We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.
Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.
Follow TNS on your favorite social media networks.
Become a TNS follower on LinkedIn.
Check out the latest featured and trending stories while you wait for your first TNS newsletter.
There were big Laravel-related announcements this week. First, the Laravel team has released Laravel Wayfinder in beta. It’s a new package to bridge the gap between a TypeScript frontend and a Laravel backend.
“It automatically generates fully typed, importable TypeScript functions for your controllers and routes — so you can call your Laravel endpoints directly in your client code just like any other function,” the Wayfinder repository explained. “No more hardcoding URLs, guessing route parameters, or syncing backend changes manually.”
Second, there’s a new Laravel-style PHP framework available called Hypervel that was released under the MIT license a few weeks ago. Designed as an alternative to Laravel Octane, Hypervel is “an ideal choice for building microservices, API gateways and high-concurrency applications where traditional PHP frameworks often encounter performance constraints,” according to the GitHub documentation.
The GitHub repository links to benchmarks for Hypervel and Octane.
Hypervel includes native coroutine support for ultra-high performance, according to the documentation. A coroutine is like a function, but with the ability to pause its execution and resume it later from the exact point where it left off. Laravel doesn’t support coroutines, according to the Hypervel documentation.
“Hypervel ports many core components from Laravel while maintaining familiar usage patterns, making it instantly accessible to Laravel developers,” the documentation stated. “The framework combines the elegant and expressive development experience of Laravel with the powerful performance benefits of coroutine-based programming. If you’re a Laravel developer, you’ll feel right at home with this framework, requiring minimal learning curve.”
This month’s updates to Svelte include a new idPrefix option for render, which makes client-side ID generation more reliable in the rare cases that multiple Svelte runtimes exist on a page. Also, state created in deriveds/effects can now be written/read locally without self-invalidation, reducing the number of “unsafe reads” significantly.
Other changes to Svelte:
eslint-plugin-svelte v3 released.“There were also quite a few fixes to the language tools earlier in the month — so be sure to keep your plugins up to date!” The team warned.
Sveltekit also received a number of updates, including:
normalizeUrl helper can normalize a raw URL that could contain SvelteKit-internal data.getRequestEvent is a new function in $app/server that returns the current RequestEvent.Svelte’s new monthly announcements include a community showcase and a list of learning resources, including libraries, tools and components. It’s definitely worth checking out if you’re learning the framework.
WordPress.com launched a free AI website builder this week. It generates a WordPress site, including text, images and layouts, based on a natural language conversation with a chatbot.
Obviously, this isn’t the first AI-based website creator, but WordPress isn’t just any platform — it powers approximately 44% of all sites built.
It’s targeting a wide audience, including entrepreneurs and small business owners, freelancers, creators, bloggers, side hustlers — and, of course, developers “who want to spin up ideas quickly for clients without starting from zero.”
The write-up notes that it isn’t quite advanced enough to produce e-commerce sites or any complex integrations. It does require a WordPress account to work. Users can also make changes by manually editing the page or by asking for updates in the chat box. It’s available to try now.
ChatGPT Plus and Pro users should see improvements to the Gen AI’s memory: ChatGPT can now draw on past conversations for its responses. The improvements will be seen across text, voice and images, the company stated.
There are two categories of information ChatGPT can recall. The first is “Reference saved memories,” which are key facts, such as your name or preferences, that users explicitly ask ChatGPT to remember. This includes information the model identifies as useful for future conversations.
“Reference chat history” will be of more interest to developers. It allows ChatGPT to draw context from past conversations to adapt to your tone, goals, interests or other recurring topics. This evolves over time and is not stored or shown in settings the way saved memories are.
Users can opt into or out of this feature by turning on or off “reference saved memories.” The settings can be changed at any time, including managing specific saved memories.
If you opt out, ChatGPT won’t draw on past conversations. You can also ask what it remembers or switch to Temporary Chat for memory‑free sessions.
Currently, access is restricted to Plus and Pro users, except in the U.K., European Union, Iceland, Liechtenstein, Norway and Switzerland. The features will expand to Enterprise, Team, and Edu users next.