• Stars
    star
    1
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React Function Level Component is created and provided the dynamic data using state.

More Repositories

1

AdminLte3-integration-with-ReactJs

AdminLte3 integration with ReactJs
JavaScript
30
star
2

kafka-implementation-.net-core-c-

youtube https://www.youtube.com/watch?v=ARqyWaZqn68&feature=youtu.be ..Practical Example for Use Apache Kafka In .NET Application, the demo for Kafka installation in .Net core and you can build Real-time Streaming Applications Using .NET Core c# and Kafka. Steps 1. Download Prerequisite for Kafka and zookeeper 2. Install Kafka and zookeeper 3. Create a topic in Kafka console 4. Start the Kafka producer server 5. Start the Kafka consumer server 6. Create .Net core microservice as a producer 7. Create .Net core application as a consumer 8. Test Kafka implementation using postman to see the communication between communication.
C#
19
star
3

adminlte3-with-angular10

18
star
4

adminlte3-with-angular9

Please run command npm install to install all the node modules present in package.json and then you should be good to run the application.
HTML
18
star
5

rabbitmq-saga-with-database-complete

rabbitmq-saga-with-database-complete
C#
12
star
6

azure-service-bus-listner

Azure service bus which acts as a listener and receives the data.
C#
11
star
7

azure-service-bus-send

This project can be used to send the data to azure bus -
C#
9
star
8

entity-framework-core-codefirst-db-migration

this explains how we can create database based on code first approach. I have created models at first then using migration commands created the database. please have a look at youtube video 'codingfriday entityframework core run migration and create database with practical example' ' if you want to do it manually here are the steps 1st part install-package Microsoft.EntityFrameworkCore.SqlServer install-package Microsoft.EntityFrameworkCore.Design Create Models Create DbContext provide connectionstring add startup configuration demo with running the application ------------------------------------------------------------------------ 2nd part remove the database and startup entry enable-migration add-migration developerdbmigration update-database demo ------------------------------------------------------------------------- remove data Annotations update Developerdbcontext create DeveloperEntityConfiguration delete migration add-migration developerdbmigration update-database demo
C#
8
star
9

identityserver4-in-net-core-to-secure-public-microservice

This is a practical example to demonstrate how to secure public microservices in .Net core using Identity server 4. In this video, we have created IdentityServer4, created sample public microservice, integrated that microservice with identity server and last this securing microservice using identity server is tested using postman. A practical example of How to create Identity server in .net core for grant type to client credentials. nuget packages for identity server are 2 IdentityServer4 and IdentityServer4.EntityFramework. and for microservice 1 nuget packages needs to be added Microsoft.AspNetCore.Authentication.JwtBearer
C#
7
star
10

stencil-js-tutorial-for-beginners

stencil-js-tutorial-for-beginners
TypeScript
6
star
11

cpvariyani-AdminLTE3-Angular10-Routing-LoginFunctionality

Ready to use template with AdminLTE3-Angular10-Routing-LoginFunctionality
6
star
12

saga-rabbitmq-microservice-communication

passing data from 1 ms to another ms using rabbitmq bus
C#
5
star
13

azurecosmoscrudoperation

In this code we have made the connection with Azure Cosmos db and done with CRUD Operation,
C#
4
star
14

rabbitmq-saga-state-machine-with-cancel

C#
4
star
15

API-Gateway-Implementation-Ocelot-With-Authentication

In this tutorial, we have explained the architecture of micro-services, and how we can implement the API Gateway for those micro-service, also we have covered how we can move common authentication from all different micro-services to one place that is in web api gateway.
C#
4
star
16

Admin-Lte-with-Angular-6-Ready-to-Use-Template-with-Login-Functionality-

This template is created in Angular 6 and it has Admin Lte 2 configured itself, also I have configured the routing as well, for login, dashboard logout all these are configured with admin lte.
HTML
3
star
17

API-Gateway-Implementation-with-Ocelot

Web API Gateway Implementation with Ocelot, in this example I have created 2 micro-services first and then get the data from those micro-services using API Gateway.
C#
3
star
18

identity-server-4-policy-based-authorization-.netcore

Identity Server 4 Role-based Authorization in .Net Core 2 Microservice, In this video, we have enabled the role based authorization using the Identity server. we have created 2 users admin and user and created the respective policy in microservices. In part 1, we have seen how to secure the public microservice, in this part, we have demonstrated how we can implement role-based authorization in Identity server 4 and .Net core. Creation of Identity Server4 in .Net core to secure public microservices with a practical example is explained here. In the part 1 of video, we have created IdentityServer4, created sample public microservice, integrated that microservice with identity server and last this securing microservice using identity server is tested using postman. Part 1 Create Identity Server 4 in .net core to secure Public microservices https://www.youtube.com/watch?v=LVYEq... Part 2 Identity Server 4 Role Based Authorization in .Net Core 2 Microservice
C#
3
star
19

ef-core-code-first-entity-framework-with-db-add-update-get

C#
2
star
20

angular-8-with-http-get-cors-web-api-both

angular-8-with-http-get-cors-web-api-both
1
star
21

react-tutorial-two-way-data-binding

react tutorial two way data binding
JavaScript
1
star
22

rabbitmq-saga-with-state-machine-basic

saga state machine ,created and added producer in order and consumer in stock ms.
C#
1
star
23

etagincosmosdb

What is etag? What is concurrency problem ? How it can be handled using etag property in cosmos db everything has been explained with live example to codingFriday Channel on youtube. and this is the sample code which you can downoad and it is ready to use. It has all the cosmos connectors which will be used to connect with database and do create update delete and read operations
C#
1
star