Skip to content

Commit 6e93d07

Browse files
committed
chore: update README
1 parent 56e18cf commit 6e93d07

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Overall picture of the **microservices implementation** in the **ProG Coder Shop
8282
### Back-end
8383

8484
- **[`.NET Core 8`](https://dotnet.microsoft.com/download)** - .NET Framework and .NET Core, including ASP.NET and ASP.NET Core.
85+
- **[`Minimal API`](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis)** - Architected to create HTTP APIs with minimal dependencies.
8586
- **[`Keycloak`](https://www.keycloak.org)** - Open-source Identity and Access Management solution.
8687
- **[`YARP`](https://github.com/microsoft/reverse-proxy)** - A toolkit for developing high-performance HTTP reverse proxy applications.
8788
- **[`FluentValidation`](https://github.com/FluentValidation/FluentValidation)** - Popular .NET validation library for building strongly-typed validation rules.
@@ -102,6 +103,10 @@ Overall picture of the **microservices implementation** in the **ProG Coder Shop
102103
- **[`OpenTelemetry`](https://opentelemetry.io)** - OpenTelemetry provides observability frameworks for cloud-native software.
103104
- **[`Quartz.NET`](https://www.quartz-scheduler.net)** - Job scheduling library for .NET.
104105
- **[`NEST`](https://github.com/elastic/elasticsearch-net)** - Official Elasticsearch .NET client for full-text search and analytics.
106+
- **[`Dapper`](https://github.com/DapperLib/Dapper)** - Micro-ORM for .NET.
107+
- **[`SignalR`](https://dotnet.microsoft.com/apps/aspnet/signalr)** - Library for adding real-time web functionality to apps.
108+
- **[`Refit`](https://github.com/reactiveui/refit)** - The automatic type-safe HTTP library for .NET Core.
109+
- **[`Feature Management`](https://github.com/microsoft/FeatureManagement-Dotnet)** - Library for feature flags management in .NET.
105110

106111
### Front-end
107112

@@ -110,6 +115,14 @@ Overall picture of the **microservices implementation** in the **ProG Coder Shop
110115
- **[`Vite`](https://vitejs.dev)** - Next generation frontend tooling for fast development.
111116
- **[`i18next`](https://www.i18next.com)** - Internationalization framework.
112117
- **[`Keycloak-js`](https://www.keycloak.org/docs/latest/securing_apps/#_javascript_adapter)** - JavaScript adapter for Keycloak.
118+
- **[`Redux Toolkit`](https://redux-toolkit.js.org)** - The official, opinionated, batteries-included toolset for efficient Redux development.
119+
- **[`Axios`](https://axios-http.com)** - Promise based HTTP client for the browser and node.js.
120+
- **[`React Hook Form`](https://react-hook-form.com)** - Performant, flexible and extensible forms.
121+
- **[`Formik`](https://formik.org)** - Build forms in React, without the tears.
122+
- **[`Yup`](https://github.com/jquense/yup)** - Schema builder for value parsing and validation.
123+
- **[`Material UI`](https://mui.com)** - Move faster with intuitive React UI tools.
124+
- **[`ApexCharts`](https://apexcharts.com)** - Modern & Interactive Open-source Charts.
125+
- **[`Chart.js`](https://www.chartjs.org)** - Simple yet flexible JavaScript charting for designers & developers.
113126

114127
### Design Patterns
115128

0 commit comments

Comments
 (0)