Latest blogs

Keep learning new technologies.

introduction to how BLoC works in Flutter

By

Let's break down the BLoC (Business Logic Component) architecture more thoroughly to ensure you understand how it helps manage state in Flutter applications.

Posted 4 months ago

is bloc in any way similar to redux? so i can learn it by relating?

By

Yes, the Bloc (Business Logic Component) pattern in Flutter can be conceptually similar to Redux, and understanding one can certainly help you grasp the other more effectively. Both are state management tools that help in managing an application's state in a predictable way, but they implement different methodologies and principles. Here’s a comparison of the two to help you relate them:

Posted 4 months ago

To use Docker along with Microsoft SQL Server on Windows, you'll generally follow these steps:

By

To use Docker along with Microsoft SQL Server on Windows, you'll generally follow these steps:

Posted 4 months ago

start working with a .NET backend repository in Visual Studio

By

To start working with a .NET backend repository in Visual Studio, follow these steps:

Posted 4 months ago

usesCleartextTraffic in the Android manifest file

By

The attribute android:usesCleartextTraffic="true" in the Android manifest file is used to specify whether an application intends to use network traffic that is not encrypted via SSL/TLS. This setting applies to both HTTP and other clear text traffic from the app.

Posted 4 months ago

Deploying a Vite-based React application that uses React Router to Azure App

By

Deploying a Vite-based React application that uses React Router to Azure App Service involves several steps. Here’s a detailed guide to help you through the process:

Posted 4 months ago