Category: Tech
-
Using the Fetch API to Post with ASP.Net Core
Using the Fetch API in conjunction with ASP.NET Core Razor Pages offers a host of advantages that can significantly enhance the development and performance of web applications. One of the primary benefits is the ability to make asynchronous HTTP requests to servers, which allows for dynamic and interactive web pages. This means that you can…
-
Connecting to Jira API using Postman
First you’re going to need a request to make. For the purpose of this post we’re going to use an issue search but jump over to the full documentation if you have something else in mind. Method GET URL https://<ORGANIZATION>.atlassian.net/rest/api/3/search Auth Type Basic Auth Username Jira Account Password Jira API Token Postman Configuration The password…
-
Migrating Azure Functions to .NET 8
With Azure Functions no longer supporting .NET 6 by the end of 2024 itβs time to migrate your existing functions to .NET 8.