Nowadays, in most cases we see that there's a backend that provides an API and various front-end technologies like React , Vue , Mobile apps use this API endpoints to provide a user… Read Article →
Todo apps have always been a good first app for starters to learn something new. I also created this app solely for learning purposes. I have used provider package which is now the… Read Article →
Setup The first thing we should do is we must get our development environment setup correctly. I am using a Linux distribution(Manjaro Linux) to develop this API. But you're welcome to use… Read Article →
Once we create a tuple we want the values inside the tuples to never change. That is one of the main reasons we use tuples instead of lists. But when we add a list as an element of a tuple… Read Article →
Python developers often get to use a really cool feature called tuple unpacking. They(We) can return more than one values, assign to two variables simultaneously etc. Tuple and Tuple… Read Article →