Nothing here yet.
Oct 5, 2025 路 4 min read 路 I'll be honest, when I first heard about yet another cross-chain solution, I rolled my eyes. We've all seen the bridges, the liquidity pools, the complexity. But then I stumbled down the Wormhole rabbit hole (pun intended), and something in their res...
Join discussion
Jul 14, 2025 路 8 min read 路 In Chapter 11: Traits, we explored how to define shared behavior that different types can implement. Now, let's dive into a trickier, but very important concept: Lifetimes. Lifetimes help the compiler ensure that references are always valid. 馃 Why L...
Join discussionJul 13, 2025 路 6 min read 路 In Chapter 10: Generics, we learned how to write code that can work with different types without having to duplicate the code for each type. Now, let's explore Traits, which define shared behavior that different types can implement. Imagine you have ...
Join discussion