JKJohny Kyminjohngeek.hashnode.dev·Mar 10, 2022 · 3 min readWebSockets in EnglishIn the 21st century, due to advancements in computer technology, the world has become more interconnected like never before. The internet has opened more opportunities and innovations that seemed impossible. Companies like Amazon are now making billi...00
JKJohny Kyminjohngeek.hashnode.dev·Jan 24, 2022 · 4 min readFlashlight Android App For BeginnersHello Android developers! In this article, we are going to build a small Android App that toggles your smartphone's flashlight on and off. This is a great project to help you start your software(Android) development journey. I believe the best way to...00
JKJohny Kyminjohngeek.hashnode.dev·Dec 6, 2021 · 3 min readUnderstanding React-Native Mobile ApplicationsReact Native is a javascript framework that allows developers to build truly native cross-platform(ios & android) mobile applications using React-- a javascript library for building component-based web applications. Before diving deeper into React Na...01K
JKJohny Kyminjohngeek.hashnode.dev·Oct 12, 2021 · 5 min readDemystifying Web APIsThe acronym API sounded jargon to me when I started learning web development. I thought it was used only on the web. I was wrong. APIs are everywhere: Web, mobile apps, desktop apps, IoT, etc. For the purpose of this article, we are going to focus o...00
JKJohny Kyminjohngeek.hashnode.dev·Mar 8, 2021 · 5 min readHow React Works Under The HoodReact is a very popular JavaScript library that makes creating frontend web apps easier. With over 5.5M weekly download, react is enjoying great popularity. But how exactly does it work under the hood? Before diving deeper, Let's look at what react ...00