Using the DeepSeek API

The best way to learn about a new technology is to use it, and with that, I took a look at the Deepseek API to see what it could do. Here’s the thing: I’m not an AI expert, and I’m working to figure out all the ins and outs of working with AI, but throwing … Read More

Creating WebHooks with JIRA

Similar to the posts I’ve written about creating Webhooks for AzureDevOps and Git, you can do the same for Jira. To get started, you need to navigate to System Settings and then down to Webhooks. The amount of information and events that you can extract from JIRA is quite significant. In the below screenshot, I … Read More

Creating WebHooks with GIT

Similar to Azure DevOps, you can set up a WebHook in GIT to collect data when changes are made to the system. Webhooks in GIT are not global and apply to each project you configure them on. Configuring Your Webhook To start, you create your HTTP “listener” URL and add that to GIT. It’s important … Read More