Blogs

Developing RESTful API with Go and Gin with Clean Architecture

June 3, 2023

Developing RESTful API with Go and Gin with Clean Architecture

This article will help beginners learn backend development using Go. It covers a wide range of beginner concepts and techniques in the backend development space.
Flutter: Background tasks

May 8, 2023

Flutter: Background tasks

Handling the bulky tasks in the background
Clean coding practices

May 3, 2023

Clean coding practices

Seven things to keep in mind for writing clean code and crafting better software.
Flutter: Clean Architecture with Riverpod

Mar 9, 2023

Flutter: Clean Architecture with Riverpod

Clean architecture provides a clear separation of concerns, encourages interfaces and abstractions, and facilitates changes in the dependencies without affecting the application’s core logic.
Git commands

Dec 26, 2022

Git commands

10 git commands every developer should know
Dart: Streams

Dec 16, 2022

Dart: Streams

Understanding streams in Dart
Flutter: Intercept your http requests

Nov 11, 2022

Flutter: Intercept your http requests

Making the most out of interceptors for request manipulations in Flutter
Flutter: Managing Sessions

Oct 07, 2022

Flutter: Managing Sessions

Best way to manage session in Flutter
Clean Architecture in Flutter

Aug 27, 2022

Clean Architecture in Flutter

Clean Architecture in Flutter based on Reso Coder's tutorial but implemented using feature-driven pattern.
Flutter: Socket client with Riverpod

Aug 22, 2022

Flutter: Socket client with Riverpod

To demonstrate how to communicate with the socket server in Flutter using Riverpod as state management, I made this tic tac toe game.
Dart: Equatable

Aug 10, 2022

Dart: Equatable

Why do we need Equatable package even if there are equality operators in Dart?
What the f*ck is blockchain?

Feb 9, 2022

What the f*ck is blockchain?

Everything you need to know about blockchain is covered in this article.
Custom Render Objects in Flutter

July 3, 2024

Custom Render Objects in Flutter

The article demonstrates to create custom render objects in Flutter
Zero to Hero in Flutter Animations

Jul 22, 2020

Zero to Hero in Flutter Animations

The article will help you to know about both implicit and explicit flutter animations.
Beautiful Light animation using flutter

July 19, 2022

Beautiful Light animation using flutter

By the end of this article, you will learn about custom paint, radial text styling, render box and so on
Where and how to use dependency injection in Flutter.

July 25, 2022

Where and how to use dependency injection in Flutter.

This article will help you to go through the basics of Dependecy Injection using flutter approach to using the external packages.
Write and test your self-made API using Django in Flutter App

Aug 7, 2020

Write and test your self-made API using Django in Flutter App

In this article, you will learn how to host your rest api made with Django Rest Framework and import and use in your flutter application.
Flutter: Why use map function instead of loops?

July 31, 2022

Flutter: Why use map function instead of loops?

In this article, we will explore through all the loops in dart and choose the best one for our usecase.