Manuel SpigolonforBackend Cafebackend-1634412935050.hashnode.net·Jul 21, 2022Becoming a Fastify JSON Schema GURUby Manuel Spigolon Fastify v4.3.0 has landed with new features! In detail, there are new functions available to the request and reply objects that allow you to easily work with JSON Schema. Let's see what has changed! The issue Many developers have c...Discuss·9 likes·5.2K readsFastifybackend
NearFormforNearFormnearform.hashnode.net·Mar 16, 2023Writing Tests With Fastify and Node Test RunnerBy Richie McColl A great addition to Node core Node.js v18 introduced an experimental, built-in test runner. This is a great addition to Node core that we’re excited about at NearForm. This means we can now write and run tests without the need to inc...Discuss·9 likes·42 readsiwritecode
Matteo CollinaforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Nov 16, 2022Platformatic v0.7.0 - An old/new dashboard for Platformatic DBHi Folks, Like last week, and the week before, we are releasing a new version of Platformatic, v0.7.0. Full release notes are available at https://github.com/platformatic/platformatic/releases/tag/v0.7.0. In this release, you'll find a new feature: a...Discuss·3 likes·527 readsNode.js
NearFormforNearFormnearform.hashnode.net·Apr 21, 2023How to Create Custom Apple Wallet Passes with React Native and FastifyBy Ruslan Bredikhin We begin with an introduction to React Native and Fastify What is React Native? React Native is a framework that allows you to create native applications using web technologies like JavaScript and React. This means you can write y...Discuss·1 likeReact Native
Alexandra ManosforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Apr 19, 2023Meet the Platformatic Founders: Q&A with CTO Matteo CollinaIn the second instalment of our “Meet the Founder” blog series, we sat down with Platformatic’s co-founder and CTO, Matteo Collina to discuss his background, his motivations for building Platformatic, how years of consulting work and the creation of ...Discuss·2 likes·96 readsEntrepreneurship
Matteo CollinaforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Apr 14, 2023Platformatic v0.20.0 - The NodeCongress ReleaseHey Folks, at the time I'm writing this, I'm in Berlin at NodeCongress and preparing to demo how to build a modular monolith with Fastify. I've also just released Platformatic v0.20.0 with two main changes! The full changelog is available at https://...Discuss·103 readsplatformatic
NearFormforNearFormnearform.hashnode.net·Apr 12, 2023How to Run Node.js in the BrowserBy Andy Smith Running code securely in a browser sandbox unleashes Node.js Get ready to unleash the power of Node.js in the browser as we break free from remote VMs and local binaries by running our code securely in a browser sandbox. We will focus o...Discuss·2 likesNode.js
Mike AUBENASforFlexperflexper.hashnode.net·Mar 26, 2023unify-errors : Unify all errors across protocols and libsPresentation Properly handling errors is crucial for building reliable and stable applications. unify-errors is a TypeScript library that provides a simple and consistent way to define and handle errors across your NodeJS HTTP server. It includes a s...DiscussOur librariesTypeScript
Manuel SpigolonforBackend Cafebackend-1634412935050.hashnode.net·Mar 19, 2023Dynamic GraphQL queries with MercuriusIf you're using Fastify with Mercurius as your GraphQL adapter, you may be looking for some advanced usages. In this article, we'll explore a real world example with Dynamic GQL queries with Mercurius. The example we will discuss is only one scenari...Discuss·286 readsMercuriusbackend
NearFormforNearFormnearform.hashnode.net·Mar 16, 2023Writing Tests With Fastify and Node Test RunnerBy Richie McColl A great addition to Node core Node.js v18 introduced an experimental, built-in test runner. This is a great addition to Node core that we’re excited about at NearForm. This means we can now write and run tests without the need to inc...Discuss·9 likes·42 readsiwritecode
Matteo CollinaforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Mar 16, 2023Platformatic v0.18.0 - GraphQL and OpenAPI support for Service, automatic config update, and many more fixesHey Folks, we have been working hard in the last week to help reduce friction while building backend development. Unfortunately, this has led to a breaking change. In Platformatic DB, you used to write: { "core": { "connectionString": "..." }...Discuss·136 readsrelease notes
Matteo CollinaforPlatformatic Blogmatteocollina-1662018710466.hashnode.net·Mar 9, 2023Platformatic v0.17.0 - Config file changes, a Schema Store, and a new upgrade commandHi Folks, We are shipping Platformatic v0.17.0 this week with a significant update: we are streamlining our configuration files to better support custom plugins. Full Changelog: https://github.com/platformatic/platformatic/releases/tag/v0.17.0 New pl...Discuss·2 likes·119 readsplatformatic
Manuel SpigolonforBackend Cafebackend-1634412935050.hashnode.net·Feb 19, 2023How to build a Pokedex with PlatformaticRecently, Matteo Collina, one of Fastify's creators and much more, launched Platformatic: a fast backend development platform. Since it is built on top of Fastify, it claims to be a life changer, and I want to try it and write down my thoughts! So, w...Discuss·613 readsbackend