Avid
@avidilb
I'm mature, mature suksma ๐
ID: 890247480146878464
26-07-2017 16:28:34
37 Tweet
138 Takipรงi
496 Takip Edilen
@_fikri_auliya ku taro list library powerful yg sering ku pake ya compile time checked sql query github.com/launchbadge/sqโฆ http handler extract data directly docs.rs/axum/latest/axโฆ tracing + logging github.com/tokio-rs/traciโฆ configuration file github.com/mehcode/configโฆ password hash
Caching 101: The Must-Know Caching Strategies Fetching data is ๐๐น๐ผ๐. Caching speeds things up by storing frequently accessed data for quick reads. But how do you populate and update the cache? That's where strategies come in. ๐ Read Strategies: ๐๐ฎ๐ฐ๐ต๐ฒ ๐๐๐ถ๐ฑ๐ฒ (Lazy
HOW TO STRUCTURE YOUR BACKEND CODE IN NODE.JS(express.js): [with explanation] ๐ โโโ ๐ app.js โโโ ๐ bin โโโ ๐ config โโโ ๐ controllers โ โโโ ๐ customer.js โ โโโ ๐ product.js โ โโโ ... โโโ ๐ middleware โ โโโ ๐