Profile avatar
jlarteaga.bsky.social
1 posts 47 followers 34 following
Getting Started

Is your company resisting Rust adoption? 🀨 At #RustGlobal 2025, @jameseastham.co.uk & I tackled this challenge in our talk: πŸ’‘ "Serverless Rust: Your Low-Risk Entry Point to Rust in Production." (Thread πŸ§΅πŸ‘‡)

Duolingo announces that Duo, the app mascot, is dead.

memory allocation is an interesting dilemma. You can allocate exactly what you need making allocations compact and efficient. But once you start deallocating, you are left with too many tiny non-uniform gaps and fragments that cannot be reused effectively (left image) Meet external fragmentation

I've always been so impressed by Allen's energy and genuine heart, and now he's channeling that into creating a living memorial for his daughter, Olivia. She loved her garden, and this project will grow that love into something incredible for his family and the community πŸ™ gofund.me/6419a597

In this one we learn about using embassy to do embedded development with async Rust: youtu.be/pDd5mXBF4tY

Ready for a HUGE career opportunity? πŸ”₯ If you dream of breaking into the #cloud as a Cloud Architect, this #AWS Bites #podcast episode is for you! We share our journey and practical steps to make it happen 🎧 awsbites.com/138-how-do-y... #CloudArchitect #CareerChange #TechJobs

Issue 404 of the FullStack Bulletin newsletter is finally out! If you like it half as much as I enjoyed writing it, then I know I did a good job πŸ˜› us15.campaign-archive.com?u=b015626aa6...

Every backend is a frontend; consuming some other backend. Of course there are β€œleaf” backends that receive commands but don’t talk to anything else.