February 7, 2022
I will be keynoting OpenJS World 2022 and other Adventures in Nodeland - Issue #46
Hi Folks, here is another edition of Adventures in Nodeland - where I tell the story of my endeavors in the world of Node.js development. If you would like to support my OSS work, check out my github sponsors profile.
I’m so happy to announce I will be delivering a Keynote at OpenJS World 2022 in June! I will be talking about JavaScript and building performant JS applications… today and in the years to come. Can’t wait to meet you all!
|
June 6-10 Austin, Texas register sponsor SUBMIT TO SPEAK OpenJS Foundation’s annual event brings together the JavaScript and web ecosystem Learn and engage with…
|
|
June 6-10 Austin, Texas register sponsor SUBMIT TO SPEAK OpenJS Foundation’s annual event brings together the JavaScript and web ecosystem Learn and engage with…
|
Last week I released Fastify v3.27.1 with a few bugfixes and new docs. I hope I did not break anyone - open an issue in case!
|
Fast and low overhead web framework, for Node.js. Contribute to fastify/fastify development by creating an account on GitHub.
|
|
Fast and low overhead web framework, for Node.js. Contribute to fastify/fastify development by creating an account on GitHub.
|
light-my-request v4.7.1 saw a fix on the types, hence a patch release:
|
Fake HTTP injection library. Contribute to fastify/light-my-request development by creating an account on GitHub.
|
|
Fake HTTP injection library. Contribute to fastify/light-my-request development by creating an account on GitHub.
|
The new find-my-way@5 is shaping up nicely - all the work will be included in Fastify@4 soon! The routing layer of Fastify got a performance boost!
|
A crazy fast HTTP router. Contribute to delvedor/find-my-way development by creating an account on GitHub.
|
|
A crazy fast HTTP router. Contribute to delvedor/find-my-way development by creating an account on GitHub.
|
We fixed a critical bug in mercurius-validation that broke all usage in case of a NotNull field. This was released as v2.0.1 and v1.0.1 as it was critical:
|
Compare • Bump @sinonjs/fake-timers from 8.1.0 to 9.0.0 by @dependabot in #32 • feat: support nullable input type arguments by @simoneb in #31
|
|
Compare • Bump @sinonjs/fake-timers from 8.1.0 to 9.0.0 by @dependabot in #32 • feat: support nullable input type arguments by @simoneb in #31
|
Mercurius@9.2.0 sports a new retry logic for the gateway to ensure that all services are online before starting the gateway. Check it out:
|
Implement GraphQL servers and gateways with Fastify - Release v9.2.0 · mercurius-js/mercurius
|
|
Implement GraphQL servers and gateways with Fastify - Release v9.2.0 · mercurius-js/mercurius
|
Should you use the redis package or the ioredis one? ioredis, here is why:
|
By: Jonathan Mercier-Ganady 7 min read
|
|
By: Jonathan Mercier-Ganady 7 min read
|
A couple of weeks ago I interviewed Ido Shamun of the Daily.dev about their journey Adopting Mercurius and GraphQL. Read up:
|
How daily.dev significantly improved GraphQL performance using Mercurius.
|
|
How daily.dev significantly improved GraphQL performance using Mercurius.
|
Have you ever used a Backend-as-a-Service? Or have you built an API/backend yourself?
Choosing a service to store data can be confusing and overwhelming for a front-end developer. What are all these acronyms? Are the Amazon services named strange on purpose?
|
npm is starting to rollout mandatory 2FA for maintainers. If you have not done it yet, set up 2FA.
February 1, 2022: We’ve updated this post to clarify our phased approach to rolling out 2FA enforcement on the npm registry.
|
How do you implement AWS Lambda in your project? What are the risks and the pitfalls you should avoid? Read up on this in-depth article.
|
There’s lots of articles and advice on using AWS Lambda. I’d like to show you how to avoid some common issues so you can build the most effective architecture. Technologies emerge and become outdated quickly.
|
|
There’s lots of articles and advice on using AWS Lambda. I’d like to show you how to avoid some common issues so you can build the most effective architecture. Technologies emerge and become outdated quickly.
|
Microfrontends is a game-changing technology for large organizations. Zach is one of the maintainers of Webpack and creator of module federation. This is a must-read piece.
Critical thinking and patterns on when, why, where, to leverage Module Federation from the creator of the technology. Webpack’s Federation is immensely useful if used properly. The tricky part is there’s not much information on how and where to leverage the technology.
|
What can go wrong when you start deploying HTTP/3 worldwide and you are one of the major browsers? The internet become unusable. Read about the post-portem from the Firefox team.
|
On January 13th 2022, Firefox became unusable for close to two hours for users worldwide. This post highlights the complex series of events and circumstances that, together, triggered a bug deep in the networking code of Firefox.
|
|
On January 13th 2022, Firefox became unusable for close to two hours for users worldwide. This post highlights the complex series of events and circumstances that, together, triggered a bug deep in the networking code of Firefox.
|