Kapil

Hello, my name is Kapil Yadav. I am a Full stack web developer. I create websites, fix security issues in websites, and create online courses with super easy content so that it flows perfectly with my audience. Lots of love and hundreds of hours went into making it. I hope you love it as much as I do.

Webhooks – HTTP based callback functions

A webhook is also known as a “reverse API.” It is a tool that enables one system or application to communicate and deliver real-time notifications about a specific event to another system or application. Webhook working mechanism is simple, Let’s understand it using below architecture diagram which differentiate between pooling (API) vs Webhook. Below is […]

Webhooks – HTTP based callback functions Read More »

Flask – micro web framework written in Python

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. It can be used for creating complete web application or for developing

Flask – micro web framework written in Python Read More »

Scroll to Top