Skip to main content

4 posts tagged with "javascript"

View All Tags

Boost Web Dev with Qwik and Feature Flags - Complete Guide

· 6 min read
Roxana Halați
I'm pretty cool, but I cry a lot.

In software development, being quick is always an asset. In a world where everything moves at a nauseating speed, you can’t afford to waste time. This means every second counts, especially when it comes to loading a website! Fortunately, frameworks are constantly evolving and becoming faster and lighter every day. In this written piece, we'll look at development in Qwik with the help of feature flags.

Cover Image Feature Flags in Qwik

How to integrate Feature Flags in NestJS

· 6 min read
Chavez Harris
Inspiration does exist, but it must find you writing code.

Software development can be challenging, but releasing new features shouldn't be. A feature deployment process can be time-consuming and error-prone without a proper feature flagging system. To me, it should be a fundamental part of the developer's toolbox because it lowers the risk of bugs and complications.

Cover Photo

Feature flags for NuxtJS

· One min read
Gergely Sinka
"Not all code paths return a value." - VS

A new ConfigCat JavaScript SDK supporting apps using Server-Side Rendering (SSR) frameworks like NuxtJS.

Solved XMLHttpRequest is not defined issue

It is forked from the standard ConfigCat JavaScript SDK and of course open source. It is a bit bigger as a package since instead of using the standard XMLHttpRequest we have added Axios Http Client to avoid XMLHttpRequest is not defined like issues.

For further info see: