Conditional Rendering in React

Whenever we are developing a React application, we often need to show or hide an element based on a condition. For instance, a react component...

In App Updates in Android

What is In App Updates ? As we all know android devices are mostly used devices in the world, around 1.3 billion people are using...

Clean Swift Architecture aka VIP

An Example of Clean Architecture or VIP (Swift). We are going to discuss Uncle Bob’s Clean architecture here followed by a sample project. As we...