PLPritesh ladinpritsblogs.hashnode.dev路Aug 22, 2023 路 6 min readA step-by-step guide to Git & Github 馃挙Introduction Git is a powerful version control system that allows developers to manage and track changes in their codebase efficiently. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel ...00
PLPritesh ladinpritsblogs.hashnode.dev路Nov 23, 2022 路 7 min readTypes of API Bugs - Where To Find ThemLadies and Gentlemen, let's do some API hacking today. I will discuss some of the top 10 API bugs and where one can find them. API: API stands for Application Programming Interface. It provides a computer friendly method of interacting with a data ...01S