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
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.
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
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
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
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