Bachelor of Science in Computer Engineering, Software Engineer by trade, currently looking for new challenges.
- Rio de Janeiro, Brazil.
- https://www.linkedin.com/in/sergio-joselli/
Pinned Loading
-
-
-
truffle-react-dapp-template
truffle-react-dapp-template Public templateA simple react ethereum dApp boilerplate with truffle!
TypeScript 1
-
api-search-text
api-search-text PublicA simple API that uses indexed text search on MongoDB.
Python
-
Fast, concurrent, i64 snowflake ids ...
Fast, concurrent, i64 snowflake ids (inspired by Twitter's implementation) for up to 4 services 1use std::sync::{Arc, Mutex};
2use std::thread::sleep;
3use std::time::{Duration, SystemTime, UNIX_EPOCH};
45/*
-
Abstract rate limiter with channel c...
Abstract rate limiter with channel communication, to be used in a separate thread, makes request throttling easy 1use std::collections::VecDeque;
2use std::future::Future;
3use std::pin::Pin;
45use eyre::*;
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.