HueFoxforHueFoxhuefox.hashnode.dev·2 hours agoHathama FontDiscover the Charm of Hathama Font: A Handwritten Delight In a world where digital communication often feels cold and impersonal, the Hathama font emerges as a warm embrace for your creative projects. This beautifully crafted handwritten typeface cap...Discusscalligraphyinspired
Idris OlubisiforAxelar Developer Blogblog.axelar.dev·Oct 31, 2024Axelar's Mobius Development Stack, Flow Integration, Multichain RWA, Dev Blog and Docs – October Dev Update 🕵️Welcome to the October 2024 Axelar Developer Newsletter! About Axelar: Axelar is the Web3 interoperability platform, delivering the shortest path to scale: an open stack to connect all blockchains. Adopters include Uniswap, Microsoft, and dozens of n...Discuss·78 readsaxelar
Think Throothinkthroo.hashnode.dev·Sep 27, 2024$FlowFixMe in React source codeIn this article, we analyze few instances of Flow usagein React source code What’s Flow? Flow is a static type checker for JavaScript. Flow’s installation is easy and straightforward. Do checkout Flow’s Installation docs. It is important to have @flo...DiscussJavaScript
Hariom OPhariomop.hashnode.dev·Sep 21, 2024🚀 Jetpack Compose Tip: Flexible Layouts with FlowRow & FlowColumn 🖼️If you're building Android apps with Jetpack Compose, you may often need to arrange UI elements in flexible ways. That's where FlowRow and FlowColumn from the Accompanist library come to the rescue! 🦸♂️ 👨💻 What do they do? 1️⃣ FlowRow: Arranges...Discuss·10 likesJetpack Compose
Mukesh Rajputrajputmukesh748.hashnode.dev·Sep 16, 2024Mastering Kotlin Flows: Simplifying Reactive Programming in AndroidIn modern Android development, handling data streams and asynchronous tasks is crucial, especially when dealing with real-time data updates, network requests, and UI changes. Kotlin Flow, part of Kotlin Coroutines, simplifies reactive programming and...Discuss·10 likesflow
Romman Sabbirrommansabbir.com·Sep 14, 2024Kotlin : How to Flow?Kotlin Flow is a powerful and easy-to-use tool for handling asynchronous data streams in Kotlin, especially useful for modern Android development. At first glance, Flow might seem a bit complex, but don’t worry! In this article, we’ll break it down i...Discuss·118 readsKotlindata stream
Ahmad W Khanblog.ahmadwkhan.com·Aug 3, 2024The Psychology of InnovationInnovation and creativity are often celebrated as the driving forces behind technological advancements and societal progress. But what exactly fuels these creative breakthroughs? Is it sheer talent, a stroke of luck, or something more profound and sy...Discuss·30 readspsychology
Andreas Wandreaswijaya.hashnode.dev·Aug 3, 2024XrmToolBox - Child Flow Trigger UpdaterBackground In complex projects, managing multiple flows can become a daunting task, especially when dealing with child flows called by more than one parent flow. Troubleshooting issues in such scenarios can be particularly challenging. A common best ...Discussxrmtoolbox
Christophe Dupontthenomadcode.tech·Jul 6, 2024Indie Log #2Ajustment to the new reality Wow 5 month already ! I am ashamed that I didn't gave news in 5 month ! Well the honest truth is that I spend a lot of time with my baby daughter and that I have no regrets about this, but I should have keep you more in t...DiscussIndie LogFlutter
Vignesh Prabhuwww.vigneshprabhu.dev·May 7, 2024Flow Terminal OperatorsIn this series of articles , we are discussing about Kotlin flows and in this article we will discuss about Flows Terminal operators Code gist can be found in https://gist.github.com/vprabhu/20bf26e73451ae9ea0876e3780537d4a Whats is Terminal Operator...DiscussKotlin FlowsTerminal Operators