Things to know before starting a startup
A curated list of tools to quick start you business/startup.
How to make fail-safe APIs in Django
While making APIs we must ensure that whatever happens, we must give proper response to the called API. I will be sharing my approach to…
Get rid of typing username and password in git CLI
If you are tired of typing username and password in git cli then you are at right place. In this post I would be sharing how you can…
How to implement Google login in website
Now-a-days it is very common to see Login with Google and Login to Facebook and other similar login options. So today I will explain how to…
What is an API (Web Development)
API stands for Application Programmable Interface. In general terms, it is a set of clearly defined methods of communication between…
Getting started with web development (Part 1)
Hello everybody,
Today I will write about web development from zero i.e. what is web development. I will share some resources to get…