Skip to content
View Tomas-Juri's full-sized avatar

Highlights

  • Pro

Organizations

@PrezentaceNemovitosti @SU-UTB

Block or report Tomas-Juri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tomas-Juri/README.md

Pinned Loading

  1. Presentation-FunctionalProgrammingInCsharp Presentation-FunctionalProgrammingInCsharp Public

    Presentation and showcase of functional programming in C# language

    JavaScript 2

  2. CSharpAsyncExample CSharpAsyncExample Public archive

    Simple example of using async/await in C#

    C# 3

  3. AspNetReactTemplate AspNetReactTemplate Public

    ASP.NET API + React/Typescript Template

    TypeScript 2

  4. Astro-Starter Astro-Starter Public

    Strongy opiniated Astro starter template.

    Astro

  5. Functional Programming in c# Functional Programming in c#
    1
    namespace Web;
    2
    
                  
    3
    public class ErrorResponse
    4
    {
    5
        public required ErrorType Error { get; init; }
  6. Blazor WASM Api response handling Blazor WASM Api response handling
    1
    using System.Net;
    2
    using System.Net.Http.Json;
    3
    
                  
    4
    namespace Frontend.Shared.Services;
    5