13 articles

📰 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
Simple Pub/Sub with Redis
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...
Simple Cache with Redis
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...
The simplest Message Queue using Redis
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...
How does Pix QRCode work?
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...
Redis at Woovi
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...
Why does Woovi use MongoDB?
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. ...
A simple distributed lock implementation using Redis
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...
How to create a read-only GraphQL server
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...
Caching OAuth2 Token using Redis
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...