JJhaym3sinjhaymes.hashnode.dev·Feb 12, 2022 · 11 min readBuilding a cryptocurrency app with Flutter bloc 8-0Building a crypto currency app with flutter_bloc 8.0 The Flutter BLoC team recently upgraded to flutter_bloc 8.0 and has decided to introduce event handlers as replacements to mapEventToState used in previous versions amongst other features. In this...00
JJhaym3sinjhaymes.hashnode.dev·Jan 6, 2022 · 5 min readThe MetaverseThe idea of the metaverse is getting more buzz than ever, It's not totally a new concept to the world if you are a fan of sci-fi movies you should probably be quite familiar with the idea of the metaverse from movies like “Ready Player One” or “Snow ...01I
JJhaym3sinjhaymes.hashnode.dev·Nov 6, 2021 · 2 min readProof of WorkIn cryptocurrency, proof of work(PoW) is a consensus algorithm that requires a participant node to prove that the work done and submitted by them qualifies them to receive the right to validate transactions and add new nodes blockchain. In simple te...02AI
JJhaym3sinjhaymes.hashnode.dev·Oct 13, 2021 · 3 min readWeb 3.0Web 3.0 may turn out to be the biggest technological shift we would ever experience in our lifetime. So let's talk about it. To understand what Web 3 is, we first have to understand the previous versions of the Internet. As we go through them we’ll t...03R
JJhaym3sinjhaymes.hashnode.dev·Sep 28, 2021 · 4 min readText Animation in FlutterText is a fundamental widget in Flutter, but kinda boring sometimes just sitting there. In this article we would learn to do more with text, we would learn to animate text. The easiest way to do that is to use the animated text kit plugin provided by...00