Thinking about becoming a full-stack developer? Be forewarned: Full-stack developers are twice as likely to say that a majority of
The post Frontend or Backend: Where Full-Stack Devs Spend Their Time...
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.
Thinking about becoming a full-stack developer? Be forewarned: Full-stack developers are twice as likely to say that a majority of their tasks are on the backend versus the frontend, according to a new survey by JetBrains.The State of Developer Experience and Developer Productivity in 2025 queried more than 6,000 developers and 2,000 tech leads.window.addEventListener("message",function(a){if(void 0!==a.data["datawrapper-height"]){var e=document.querySelectorAll("iframe");for(var t in a.data["datawrapper-height"])for(var r,i=0;r=e[i];i++)if(r.contentWindow===a.source){var d=a.data["datawrapper-height"][t]+"px";r.style.height=d}}});Additionally, the survey also found that 85% of developers who handle the frontend also do backend development; that contrasts to the 57% of backend developers who do frontend development.The full survey explores how companies measure DevEx and developer productivity, as well as looking at what developers think about AI and standard productivity metrics.Carson Gross, creator of htmx, promised there would never be an htmx 3. He’s keeping his word, but he never said there wouldn’t be an htmx 4.Gross released a new alpha of htmx this week. He’s calling it the fetch()ening.Htmx is a JavaScript library that allows web developers to use minimal or no client-side JavaScript. Instead, it gives programmers access to modern browser features such as AJAX, WebSockets and Server Sent Events directly from HTML attributes, which enables dynamic web applications.Gross explained that earlier this year, he created fixi.js, a hyperminimalist implementation of the ideas in htmx.“That work gave me a chance to get a lot more familiar with the fetch() and, especially, the async infrastructure available in JavaScript,” he wrote.While the htmx API is correct, he said, he began to wonder if “maybe there was room for a more dramatic change of the implementation that took advantage of these features in order to simplify the library.” He knew, though, that changing from XMLHttpRequest to fetch() “would be a pretty violent change, guaranteed to break at least some stuff.”Instead, he started to think about an update to htmx that could add fetch(), and perhaps fix a few of the quirks htmx has picked up.“So, eventually & reluctantly, I have changed my mind: there will be another major version of htmx,” he wrote. “However, in order to keep my word that there will not be a htmx 3.0, the next release will instead be htmx 4.0.”The plan is to make three major changes designed to simplify:<div><button>Like</button>
<button>Dislike</button></div>
<output id=”output”>Pick a button…</output>“Here the hx-target attribute is explicitly declared as inherited on the enclosing div and, if it wasn’t, the button elements would not inherit the target from it,” he wrote.In response to this, after the release of htmx 2.0 the team often would recommend people facing history-related issues disable the cache entirely.“In htmx 4.0, history support will no longer snapshot the DOM and keep it locally,” he wrote. “It will, rather, issue a network request for the restored content. This is the behavior of 2.0 on a history cache-miss, and it works reliably with little effort on behalf of htmx users.”Instead, there will be an extension that enables history caching, but it will be opt-in, rather than the default, he added.He goes on to explain what will remain the same, as well as how they will support the multiyear roll out of htmx, which started Nov. 1 with the roll out of the alpha release. The 4.0.0 release should be available sometime next year, with the final release planned for early 2027. You can track the team’s progress in the four branch on GitHub.“All in all, our hope is that htmx 4.0 will feel an awful lot like 2.0, but with better features and, we hope, with fewer bugs,” Gross ended.The Turborepo team has released Turborepo 2.6, which includes improvements to developer experience for the repository.Turborepo is a build system written in Rust and optimized for JavaScript and TypeScript. It was acquired by the frontend infrastructure company Vercel in 2021. This release includes support for:Vertical microfrontends are an architecture where multiple applications are served on one production domain, split into “zones,” the team explained. “Each path for the domain is handled by one of the applications.”This can create problems for local development since developers must run many applications instead of just one. Each application ends up needing its own development command and port to use, according to Vercel software engineers Anthony Shew and Tom Knickman.“Today, we’re releasing a microfrontend proxy for local development, so that all of your applications can run on one port, with one command,” Shew and Knickman wrote. “Add a microfrontends.json file to your parent application and Turborepo will automatically proxy localhost:3024 to the ports for your other applications.”While Turborepo’s native microfrontend proxy is meant for working locally, Turborepo integrates with infrastructure providers to bring microfrontends architecture to production.“For example, we’ve designed the Turborepo-native microfrontends proxy to work with Vercel’s microfrontends product, which is also releasing to GA today,” the team wrote. “In fact, Vercel’s microfrontends feature provided the research for Turborepo-native microfrontends. We explored how to build microfrontends, locally and in production, with some of the largest customers at Vercel, and are now extracting those learnings from closed-source to open-source.”When developers install @vercel/microfrontends into a repository, Turborepo will dynamically adjust the local environment to use the proxy provided by the package, deeply integrating with the production infrastructure, they wrote. Documentation for the microfrontends feature is available.“We look forward to working with more providers to integrate seamless microfrontends across your stack. If you are an infrastructure provider looking to integrate, please reach out,” the team wrote.Storyblok, a headless content management system for enterprises, is partnering with web development platform Netlify with the goal of providing a connected workflow from content creation to web deployment.What this means for developers is that they can use any frontend framework they want and trigger automatic deploys with every published content update, according to a company statement.“We’ve seen it over and over again — customers nailing the content side but struggling to get that project out into the world quickly, reliably, and at scale. Their marketers wait days for pages to go live, while their developers spend nights patching servers or untangling deployment scripts,” Dominik Angerer, CEO and co-founder of Storyblok, said in a prepared statement. “With AI upending content strategies, these delays and pain points are simply not tenable; that’s why we’ve partnered with Netlify. It takes care of the heavy lifting behind the scenes: global hosting, edge delivery, caching, scaling, so teams can create and ship amazing projects.”It will “close the gap” between content management and project deployment, creating faster and more reliable content deployment times at scale, Storyblock stated.Another goal is also to help companies mitigate the impact of AI on content.“With consumers increasingly using AI search engines, companies have found that the visibility and accuracy of their brand online is suffering,” Storyblock said in a press release. “Storyblok’s partnership with Netlify is ideally placed to help brands quickly develop, structure and deploy their new content on a performant, AI-ready platform.”
Community created roadmaps, articles, resources and journeys for
developers to help you choose your path and grow in your career.