You can contact me at [email protected]
See my personal website & portfolio tomasjuricka.cz
You can contact me at [email protected]
See my personal website & portfolio tomasjuricka.cz
Presentation and showcase of functional programming in C# language
JavaScript 2
namespace Web;
public class ErrorResponse
{
public required ErrorType Error { get; init; }
using System.Net;
using System.Net.Http.Json;
namespace Frontend.Shared.Services;