📰 Dev.to · Sibelius Seraphini
Articles from Dev.to · Sibelius Seraphini · 13 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10559)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Sibelius Seraphini
1y ago
Sharing a Redis using a Prefix
Using Bull Prefix to Isolate Jobs Between Developers When developers share resources from...

Dev.to · Sibelius Seraphini
1y ago
Simple GraphQL Node Interface implementation
Node interface is a GraphQL pattern that unfortunately is not in most GraphQL schemas. You can...

Dev.to · Sibelius Seraphini
1y ago
Robust MongoDB Change Stream implementation
Change streams allow applications to access real-time data changes without the prior complexity and...

Dev.to · Sibelius Seraphini
1y ago
Embedding Metabase using GraphQL
Metabase is a powerful tool to create data visualizations. It also enables us to embed these...

Dev.to · Sibelius Seraphini
1y ago
Simple Pub/Sub with Redis
Woovi is building an instant payment infrastructure for Pix (Brazil's most popular payment...

Dev.to · Sibelius Seraphini
1y ago
Simple Cache with Redis
After writing about all the use cases of Redis at Woovi, the idea is to deep dive into how to...

Dev.to · Sibelius Seraphini
1y ago
The simplest Message Queue using Redis
At Woovi we focus on shipping production code with the simplest architecture, this helps us scale...

Dev.to · Sibelius Seraphini
1y ago
How does Pix QRCode work?
Pix is the name of the instant payment scheme in Brazil. You can read more about Pix in English here...

Dev.to · Sibelius Seraphini
1y ago
Redis at Woovi
This article explains our decision to use Redis at Woovi. Redis is a versatile database that can...

Dev.to · Sibelius Seraphini
1y ago
Why does Woovi use MongoDB?
This article explains our decision-making at Woovi to build our fintech on top of MongoDB. ...

Dev.to · Sibelius Seraphini
1y ago
A simple distributed lock implementation using Redis
When you want to make sure only one process modifies a given resource at a time you need a lock. When...

Dev.to · Sibelius Seraphini
3y ago
How to create a read-only GraphQL server
At Woovi, we have a console/back-office to manage all our operations. We would like to give access to...

Dev.to · Sibelius Seraphini
3y ago
Caching OAuth2 Token using Redis
When consuming external services, it is common to use OAuth2 token as the authorization...
DeepCamp AI