Skip to content
Milddev
  • Home
  • React
  • Flask

Author: Mateen Kiani

The most simple and easy way to Implement light theme and dark theme (Multiple themes) in your flutter App
September 10, 2020November 15, 2021 Mateen Kiani

The most simple and easy way to Implement light theme and dark theme (Multiple themes) in your flutter App

In this article I will explain how you can implement dark theme for your app in a most simple and easy way. Using this method you can implement as many themes as you want and specify your own color schemes

Read More
0
An essential guide on what is git and how to use git and github.
June 7, 2020September 2, 2020 Mateen Kiani

An essential guide on what is git and how to use git and github.

A complete tutorial on how to use git with a quick cheat sheet in the end to go through all the commands quickly.

Read More
0
How to design an ER diagram?
April 8, 2020September 2, 2020 Mateen Kiani

How to design an ER diagram?

In this tutorial I will try to demonstrate how we can draw an ER diagramon the basis of some data requirements. Consider this document it’s called company data requirements and it describes all of the pieces of data, information and

Read More
0
Create a simple REST API in python using Flask
January 10, 2020September 2, 2020 Mateen Kiani

Create a simple REST API in python using Flask

What actually is a Rest API? REST is an acronym for REpresentational State Transfer. A REST API defines a set of functions which are used to perform requests like GET, POST and PUT and receive responses via HTTP protocol. This

Read More
0
Set up Light and Dark Theme in React
January 6, 2020September 2, 2020 Mateen Kiani

Set up Light and Dark Theme in React

Why am I writing this? When I started web development in React I stumbled across the idea of making a dark and light mode in a webapp, that is to change the theme of the whole website by a single

Read More
1
Global State Management with React usestate, useContext Hooks and Context API.
January 6, 2020November 6, 2022 Mateen Kiani

Global State Management with React usestate, useContext Hooks and Context API.

It’s been quite a while since react has announced a stable version of context API in its 16.3.0 release. Before that libraries like Redux, MobX were to be used for state management. In this post I will explain with some

Read More
1

Recent Posts

  • The most simple and easy way to Implement light theme and dark theme (Multiple themes) in your flutter App
  • An essential guide on what is git and how to use git and github.
  • How to design an ER diagram?
  • Create a simple REST API in python using Flask
  • Set up Light and Dark Theme in React

Recent Comments

  • Anisa on Set up Light and Dark Theme in React
  • Set up Light and Dark Theme in React – Milddev on Global State Management with React usestate, useContext Hooks and Context API.

Archives

  • September 2020
  • June 2020
  • April 2020
  • January 2020

Categories

  • Database
  • Flask
  • Flutter
  • Git
  • Python
  • React

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

MildDev

  • Home
  • React
  • Flask