Post in linkedin with the event of my blog post using Github action

Objective The purpose of this implementation is to automate the process of sharing my blog posts on LinkedIn. Whenever I publish a new post on my blog, it will automatically be shared as a LinkedIn post. This helps streamline my workflow and saves time by eliminating the need for manual posting on LinkedIn. Introduction For this implementation, the application utilizes the LinkedIn API along with additional settings configured in GitHub Actions....

November 7, 2024 · 3 min · Md Abid Khan

Automate API testing using Postman & Newman

Automate API Testing using Postman & Newman Introduction Postman is one of the most used tools for a developer. Most of the time, we develop APIs and test those individually. But in some scenarios, we have to test APIs in batches if they are dependent on each other. By utilizing the knowledge, we can do our tasks easier as well as minimize repeating tasks. Through this, our dev testing time can be reduced....

October 27, 2022 · 2 min · Md Abid Khan