Stephen BelangerforPlatformatic Blogblog.platformatic.dev·Nov 14, 2024Building a reliable Node.js application | Part IITo deliver optimal user experiences and maintain system health, it's crucial to build Node.js applications that are not only stable but also efficient. A well-optimized application can handle increased traffic, minimize response times, and reduce res...Discuss·6 likes·1.6K readsplatformatic
Stephen BelangerforPlatformatic Blogblog.platformatic.dev·Nov 7, 2024Building a Reliable Node.js Application | Part IEnsuring stable uptime and handling traffic spikes gracefully requires a firm understanding of the behaviour profile of your traffic. How your users behave directly correlates with how your traffic profile is shaped and subsequently how your applicat...Discuss·3 likes·1.4K readsplatformatic
Paolo InsognaforPlatformatic Blogblog.platformatic.dev·Nov 4, 2024Addressing Overprovisioning & Performance Issues in Node.js via Multiple WorkersScaling Node.js applications efficiently has long been a challenge for teams. Traditionally, Node.js runs on a single thread per service, meaning each instance operates as a single process within its container. This forces teams to overprovision infr...Discuss·2 likes·923 readsAPPlication-ser
Alexandra ManosforPlatformatic Blogblog.platformatic.dev·Oct 8, 2024Platformatic Joins the Open Source PledgeThe open source ecosystem is the cornerstone of Node.js development. To foster a sustainable and thriving community, it's essential to actively contribute and support key projects and dependencies. As a development platform for Node.js with an open ...Discuss·309 readsopen source pledge
Alexandra ManosforPlatformatic Blogblog.platformatic.dev·Oct 7, 2024Stephen Belanger Joins Platformatic as Principal EngineerPlatformatic is thrilled to announce that Stephen Belanger, a renowned expert in Node.js performance and diagnostics, has joined our team as Principal Engineer. Platformatic's engineering team, spanning three countries, has been diligently working to...Discuss·281 readsplatformatic
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Sep 25, 2024What's new in Platformatic v2It has been one year since the release of Platformatic v1, which marked the beginning of a cycle of improvements that has led us to this latest release. Over this last year, we have learned one big lesson: developers want to feel the benefits of Plat...Discuss·13 likes·1.2K readsfastify
Alexandra ManosforPlatformatic Blogblog.platformatic.dev·Sep 24, 2024Platformatic announces latest $4.3 million seed roundLatest round, led by Rialto Ventures with participation from Decibel and Panache Ventures, brings total seed funding to $7.8 million Platformatic’s transformative platform a ‘game-changer’ for enterprises struggling with Node.js complexities Fundin...Discuss·158 readsfunding
Luca MaraschiforPlatformatic Blogblog.platformatic.dev·Sep 24, 2024Introducing the Node Application PlatformImagine a world where managing Node.js applications on Kubernetes was as simple as deploying a single command. A world without the complexities of juggling multiple environments, logging, and tracing. Unfortunately, for many enterprise teams, this is...Discuss·5.6K readsNode.js
Luca MaraschiforPlatformatic Blogblog.platformatic.dev·Sep 17, 2024Fastify v5 is Here!As a proud sponsor and active contributor to the Fastify project, we're thrilled to announce the release of Fastify v5. Fastify has rapidly become an essential framework for modern Node.js development, offering developers the speed, efficiency, and s...Discuss·10 likes·1.3K readsfastify
Matteo CollinaforPlatformatic Blogblog.platformatic.dev·Aug 8, 2024Exploring React SSR with FastifyIn this article, we'll be looking at the state of native React integration in the Fastify framework. Vite has quickly become the industry standard for bundling modern applications, with frameworks like Nuxt, SvelteKit and SolidStart all based on it. ...Discuss·2 likes·1.7K readsplatformatic