Skip to main content

2 posts tagged with "blog"

View All Tags

· 2 min read
Filipe Névola

Hey, Filipe here again! I'm writing to announce that zCloud will be renamed to Quave Cloud.

Why? Quave is our company (11 years old) and has always been the entity behind zCloud. We want to leverage our established brand and unify everything under one name.

Nothing will change - the team remains the same, we're still profitable, and we continue to operate independently without investors. The only changes are to our branding and name.

· 4 min read
João Victor

Since its launch, Bun has emerged as a promising solution for developers seeking to optimize the performance of their JavaScript applications. Recently, there has been growing interest in utilizing the Bun runtime in production environments.

With this in mind, conducting a hands-on examination to assess the advantages of using Bun now seems good. Today, we'll use a straightforward load-testing experiment to compare the performance of an Express.js API running on two distinct JavaScript runtimes: Node.js and Bun.

Our analysis will center around the performance evaluation of an endpoint tasked with calculating Fibonacci numbers under load conditions.

Let's dive in!