- π± Iβm currently learning AWS.
- π― Iβm looking to collaborate on open source projects related to Flutter (Dart) libraries.
- π€ Iβm looking for help with.. Improve database architectures and API load testing?
- π¬ Ask me about Front-end frameworks like Vue, nuxt, next or how to deploy them statically on cloud!
Ps.: We can also talk about security flaws
WygorFonseca
Follow
π
Teaching my cat how to code
Love collaborating with teams, proposing new solutions. I am somewhat curious and willing to delve into problems and solve them π
- SΓ£o Paulo, Brasil
-
08:17
(UTC -03:00) - wygor.dev.br
- in/wygor-fonseca
- wygor.code
Highlights
Pinned Loading
-
busca-cep-com-fallbacks-recursivos.js
busca-cep-com-fallbacks-recursivos.js 1import axios from "axios";
23const buscaCep = (cep) => {
4// Lista de servidores, no qual a ordem Γ© a prioridade
5const servers = [
-
Redis client factory e redis reposit...
Redis client factory e redis repository para NESTJS 1export interface IRedisRepository {
2get(prefix: string, key: string): Promise<string | null>;
3set(prefix: string, key: string, value: string): Promise<void>;
4setHash(prefix: string, key: string, value: object): Promise<void>;
5delete(prefix: string, key: string): Promise<void>;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.