Skip to main content

· 3 min read
Edimar Cardoso

Hey there, Quave Cloud users! We're thrilled to announce a game-changing update to our platform that's all about boosting your application's security without the hassle. Introducing our new Web Application Firewall (WAF) features, designed to protect your deployments with just a couple of clicks. Whether you're a developer, DevOps engineer, or business owner, these tools will help you safeguard your web apps effortlessly.

At Quave Cloud, we focus on making cloud deployments smooth and secure. Our latest release brings advanced WAF capabilities powered by the latest OWASP Core Rule Set (CRS) version 4. This means top-tier protection against common web vulnerabilities like SQL injection, cross-site scripting (XSS), and more—right out of the box.

Why This Matters for You

In today's digital landscape, cyber threats are evolving faster than ever. A robust WAF isn't just a nice-to-have; it's essential for keeping your applications safe and your users' data protected. With Quave Cloud's new features, you get enterprise-grade security that's easy to set up and manage. No more wrestling with complex configurations—deploy and defend in minutes!

Key Features Unveiled

Let's dive into what's new and how it can supercharge your workflows:

1. WAF with OWASP CRS 4

Enable a powerful Web Application Firewall backed by OWASP CRS 4, the industry-standard rule set for detecting and blocking malicious traffic.

  • Simple Activation: Turn it on in just two clicks from your dashboard.
  • Real-Time Protection: Automatically blocks threats while allowing legitimate traffic to flow seamlessly.

For more details on setup, check out our WAF Configuration Guide.

2. Visualization and Download of WAF Logs

Stay on top of security events with log visualization and search.

  • View Logs: Access detailed logs with a search option to find specific events.
  • Easy Downloads: Export logs in CSV format for further analysis or compliance reporting.

Dive deeper into logging features in our WAF Logs Documentation.

3. Visualization and Download of Ingress Access Logs

Monitor your application's traffic with access logs from the ingress controller.

  • View Logs: Browse logs with a search option for efficient querying.
  • Secure Downloads: Export logs in CSV format for auditing, debugging, or performance tuning.

Learn how to make the most of these logs in our Ingress Access Logs Guide.

Get Started Today

These features will be available in the coming days for all Quave Cloud users! Log in to your account, head to the security section, and enable WAF with a few simple steps once it's live. If you're new to Quave Cloud, sign up for a free trial and experience the difference.

We're committed to continuously improving our platform based on your feedback. Have questions or suggestions? Send us an email at support@quave.cloud.

Stay secure, stay productive—happy deploying!

  • Quave Cloud Team

· 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!

· 2 min read
Filipe Névola

Ever thought about how you can often alter the behavior of your app without modifying the code?

I'm sure many of you know this, employing configurations during deployment to adjust the code's behavior.

This means your Docker image remains the same, but your app's behavior differs.

· 3 min read
Filipe Névola

We are very proud of the progress we are making with all of our features.

Our goal is to constantly improve all of our features, and we are thrilled to explain a few changes in two important features: Logs and Env Vars.

Keep reading for other news, including updates on our infrastructure, enhanced access to metrics, restarts notification, and the region change feature.

· One min read
Filipe Névola

We are proud to release our History tab for App Envs.

Now you can see all the configurations of every version of your environment, you can also restore to any version and see what was changed from the previous version highlighted.

· 2 min read
Filipe Névola

We are proud to release our Apply Changes feature.

If you are familiar with Terraform apply -plan you know what I'm talking about.