Schedule Tracker

Schedule Tracker The main purpose of this project is to digitize the progress tracking I currently do with the help of my diary. Why did I choose this project? It’s fairly simple, and I haven’t built an end-to-end application before (other than the webhook tester). This project will include features like user accounts, logins, authentication, and more. Here’s a high-level overview of what I want to achieve: Sessions Tracking I usually track my daily progress using sessions....

February 19, 2025 · 2 min

WebHook Tester

What is a webhook? A webhook is an HTTP POST request that is made when a change or event happens in a system. For example, this could occur when the system starts, stops, or when certain conditions are met. This HTTP POST request contains information regarding the change, which programmers can use to initiate actions. Consider GitHub as an example. When a push event occurs (which is a webhook event), GitHub sends a POST request to the payload URL....

April 10, 2024 · 5 min