Seyi-Adel (@seyiadel) 's Twitter Profile
Seyi-Adel

@seyiadel

exploring Web3. SWE(backend). building @ntojuHQ

ID: 1228613250239074304

linkhttp://github.com/seyiadel calendar_today15-02-2020 09:33:36

1,1K Tweet

287 Takipçi

770 Takip Edilen

Seyi-Adel (@seyiadel) 's Twitter Profile Photo

now back to this, building this as backend + smart contract infrastructure. I'll start with an mvp - mint and verify first. launching it first with my babe’s crocheted beanie collection. fingers crossed.

Seyi-Adel (@seyiadel) 's Twitter Profile Photo

mint and verify endpoints done. the collector needs a wallet to get credentials, I'm considering atlantis for this (wallet as a service) or the credentials are added to the clothing brand wallet? the credentials should be with the collector so as they own and can trade it? ....

mint and verify endpoints done. the collector needs a wallet to get credentials, I'm considering atlantis for this (wallet as a service) or the credentials are added to the clothing brand wallet? the credentials should be with the collector so as they own and can trade it? 

....
Seyi-Adel (@seyiadel) 's Twitter Profile Photo

I wrote my important to-do(personal and work) tonight and they are just 9 to be ticked, though each to-do has subs but it easier to have clear focus now. 2 done, 7 to go

Seyi-Adel (@seyiadel) 's Twitter Profile Photo

a simple rate limiter using the Fixed window counter algorithm. - counts requests in a fixed time window, - if within the limit = allowed. - exceeds the limit = "Too Many Requests" might upgrade to sliding window algorithm by adding timestamps, but this works

a simple rate limiter using the Fixed window counter algorithm. 

- counts requests in a fixed time window, 
- if within the limit  = allowed. 
- exceeds the limit = "Too Many Requests"

might upgrade to sliding window algorithm by adding timestamps,  but this works