ContentPosts from @ftasbasi..
 Activity
@adrian_schmidt started using tool Express , 5 days, 8 hours ago.
 Activity
@adrian_schmidt started using tool AWS Lambda , 5 days, 8 hours ago.
 Activity
@adrian_schmidt started using tool Amazon Web Services , 5 days, 8 hours ago.
 Activity
@adrian_schmidt started using tool Amazon SES , 5 days, 8 hours ago.
 Activity
@adrian_schmidt started using tool Amazon S3 , 5 days, 8 hours ago.
 Activity
@adrian_schmidt started using tool Amazon EC2 , 5 days, 8 hours ago.
 Activity
@adrian_schmidt started using tool Amazon Cloudfront , 5 days, 8 hours ago.
 Activity
@adrian_schmidt started using tool Amazon ALB , 5 days, 8 hours ago.
Story
@laura_garcia shared a post, 5 days, 9 hours ago
Software Developer, RELIANOID

𝗕𝗲𝘁𝘁 𝗕𝗿𝗮𝘀𝗶𝗹 𝟮𝟬𝟮𝟲

📍 São Paulo, Brazil 📅 May 5–8, 2026 𝗥𝗘𝗟𝗜𝗔𝗡𝗢𝗜𝗗 is heading to 𝗕𝗲𝘁𝘁 𝗕𝗿𝗮𝘀𝗶𝗹 𝟮𝟬𝟮𝟲 — 𝘵𝘩𝘦 𝘭𝘢𝘳𝘨𝘦𝘴𝘵 𝘌𝘥𝘛𝘦𝘤𝘩 𝘦𝘷𝘦𝘯𝘵 𝘪𝘯 𝘓𝘢𝘵𝘪𝘯 𝘈𝘮𝘦𝘳𝘪𝘤𝘢. 🚀 46,000+ professionals 💡 270+ companies 🌍 One shared goal: transforming education Let’s talk about secure, scalable, and high-performance digital learning. 👉 See you at Expo Cen..

bett_brazil_sao_paulo_2026_relianoid
Link
@koukibadr shared a link, 5 days, 10 hours ago
Mobile Developer, Nventive

LiveData vs StateFlow

LiveData and StateFlow both stream data reactively, but differ in two key ways:

Initialization — LiveData needs no initial value; StateFlow requires one.

Lifecycle — LiveData is lifecycle-aware by default; StateFlow is not, so you need to wrap it in repeatOnLifecycle to avoid memory leaks.

Code templating