11 followers
Software Engineer📱🤖 | Technical Writer✍️ | Avid Reader
In vain have you acquired knowledge if you have not imparted it to others.⭐
This is a continuation ofUnlocking the Power of Parallelism: Demystifying Multithreading in Modern Software Development: Read here In this article,...
1. PREREQUISITES Before delving into the comprehensive article on multithreading in modern software development, it's essential to have a solid...
Ever seen an insane UX/UI Mobile App design and thought the designer must hate developers? via GIPHY Fret not child, Flutter Gods are with you. Here,...
The easiest way to setup and run React-Native on your machine is with Expo Cli. Expo is a framework built on React-Native and, while it has alot of...
FIRST OF ALL, WHAT EXACTLY IS STATE?! When a user interacts with our app, some information gets updated , which in turn may change/update one or more...
Navigation and routing are some of the core concepts of all mobile application, which allows the user to move between different pages. We know that...