Matjaž Bravc (@matjazbravc)
  • Stars
    star
    218
  • Global Rank 111,224 (Top 4 %)
  • Followers 46
  • Following 10
  • Registered about 6 years ago
  • Most used languages
    C#
    100.0 %
  • Location 🇸🇮 Slovenia
  • Country Total Rank 131
  • Country Ranking
    C#
    4

Top repositories

1

Consul.ServiceDiscovery.Demo

This demo shows how to implement simple containerized (Docker) microservice architecture with gateway, load balancer (Ocelot) and automatic service discovery (Consul).
C#
36
star
2

Microservice.Architecture.Demo

This demo shows a working sample of microservices architecture using ASP.NET Core. It covers how to create microservices, how to create API gateways using Ocelot, how to use MassTransit as distributed application framework, RabbitMQ as message broker, how to unit test microservices using xUnit, how to monitor microservices using health checks, and finally how to deploy microservices using Docker containers on Linux distributions.
C#
35
star
3

OpenAPI.Swagger.Demo

This comprehensive sample application show you how to create JWT secured, versioned CRUD OpenAPI using latest ASP.NET 5.0, documented with Swagger and tested with Unit and Integration tests for secured API.
C#
19
star
4

Custom.ConfigurationProvider.Demo

Use configuration section from the appsettings.json which can be set from the UI as well. Configuration section values are stored in the database and exposed through a Entity Framework Core DbContext.
C#
15
star
5

Dapper.Paging.Demo

This sample demonstrate how to implement simple paging functionality in a ASP.NET Core Razor Pages application with Dapper and Microsoft SQL Server.
C#
14
star
6

Logging.Microservice.Architecture.Demo

A good and meaningful logging system in Microservices Architecture (MSA) is crucial for tracing failures. Because without it, our system will lost control. We would know that something is wrong or broken, but be unable to figure out exactly what, or at least not be able to do that without spending a lot of time searching for the problem. This wasted time can always be spent in better, more productive way. Do you agree?
C#
12
star
7

EFCore.Query.Caching.Demo

Boost EF Core performances using distributed cache with just a few lines of code using EF Core Second Level Cache Interceptor, EasyCaching.Redis, MySql and Docker.
C#
11
star
8

Ocelot.Gateway.Eureka.ServiceDiscovery.Demo

In my previus demo I showed how to implement microservice architecture using ASP.NET Core. This demo expands the microservice architecture with gateway load balancer (Ocelot) and service discovery (Eureka).
C#
11
star
9

CQRS.MinimalAPI.Demo

Simple implementation of CQRS pattern, using Minimal API, MediatR library, EFCore 7 and SQLite database.
C#
10
star
10

SolarEdge.Monitoring.Demo

Visualize the most important indicators of the solar power plant in a fully automated way, using SolarEdge API with .NET 6 Web API backend, Docker, MySQL and Grafana.
C#
10
star
11

Use-JSON-data-in-Grafana-with-ASP.NET-Core-WebApi-Backend

Developing your own Dashboards nowadays make no sense. At all. That's why my colleague Matthias told me: "Hey, why don't you use Grafana?". And I did.
C#
8
star
12

AspNetCore-Api-Gateway-Demo

POC guide how we build an simple ASP.NET Core 2.2 API Gateway application with Ocelot.
C#
7
star
13

ScreenScrapping-AzureFunction-Demo

This POC demonstrate simple usage of Azure functions and Screen scrapping with Html Agility Pack.
C#
4
star
14

Dapper.Razor.Demo

This sample demonstrate usage Dapper Micro ORM in ASP.NET Core Razor Pages application to access data stored in the SQLite database.
C#
4
star
15

ScreenScrapping-AzureFunction-Demo-V3

This sample demonstrate simple usage of Azure functions V3, DI with Autofac and Screen scrapping with Html Agility Pack.
C#
3
star
16

Embedded-SQLite-Demo

Costura.Fody is an add-in for Fody and it is by far the best and easiest way to embed external assemblies in your executable.
C#
3
star
17

RefitDemo

Instead of you make your own HttpClient calls (which is a little bit low level and somewhat annoying) you can use Refit, an automatic type-safe REST library for .NET Core and Xamarin.
C#
2
star
18

HL7.FHIR.OpenAPI.Demo

OpenAPI which maps custom EHRs into FHIR R4 Patient and Observation resources. Other resources were not implemented (yet).
C#
2
star
19

Redox.Ehr.OpenApi.Demo

Due to the needs of one of our clients, I had to research Redox Engine and as a result, this demo was created. It shows how consume Redox APIs from a custom EHR WebAPI.
C#
2
star
20

Endava.Hl7.Fhir.OpenAPI.Demo

OpenAPI which maps custom EHRs into FHIR R4 Patient and Observation resources. Other resources were not implemented (yet).
C#
2
star
21

AspNetCore-OData-Demo

A sample project is about how to perform CRUD operations with (Open OData Protocol) in ASP.NET Core 2.2
C#
2
star
22

Consume-Azure-Function-Through-SSIS-Package

In this sample, I have presented the purpose of SSIS with Azure Function. It shows how SSIS can use Azure Function to do certain operations, like calculating based on Function response, updating the database table, etc.
C#
1
star
23

Export-SqlDataTable-To-CompressedCsv-Demo

How to export large SQL Server data table into a local CSV file without reading the entire table into memory and without external libraries?
C#
1
star
24

Azure.Storage.BlockBlobs.Demo

This demo shows how to with minimal effort upload any (large) file to the Azure Block Blob using Azure Storage Blobs client library.
C#
1
star
25

BackupFolder-AzureFunction-Demo

Azure Durable Functions and Azure WebJobs lets you write stateful functions in a serverless environment. The primary use case for Durable Functions is simplifying complex, stateful coordination problems in serverless applications.
C#
1
star
26

Storage-SasTokenGenerator-AzureFunction-Demo

A shared access signature (SAS) provides you with a way to grant limited access to objects in your storage account to other clients, without exposing your account key.
C#
1
star
27

SMSMathParser-AzureFunction-Demo

This sample can teach you how to build simple SMS mathematical expression parser which returns result as SMS back to sender. With Azure Durable functions of course.
C#
1
star