Suheyl Zafar

Results 16 issues of Suheyl Zafar

I'm using express-gateway for a cloud based project. I have a requirement where I have to implement authorization as given below: 1. validate the JWT token to make sure that...

I'm currently using an email client, provided by the email service provider for a selected group of people. that email client is very basic, hosted on their domain and offers...

Consider the following code: ``` public async Task Handle(ReceiveContext context, CancellationToken token) { var request = context.Message as TRequest; var response = Activator.CreateInstance(); Raise.If(response == null, $"Could not create an...

Hi Again, I'm using your mediator in two projects which are live and so far it has performed well. both the projects are web based. So kudos to you on...

I want to use a simple HTTP framework for straight forward requirement and want to experiment with SpanNetty, as I heard to be an actively maintained port of Netty. my...

I'm pretty new to workflow concepts and trying to implement few long running processes. I'm trying to understand two things. **Resuming the workflow** I want the workflow to be triggered...

Hi there, functional programing has always been confusing but your library is great. I have started using in one of the projects and so far it seems fine. I;m also...

I'm looking for a gateway for nodejs / typescript that allows me handle vaeious concerns not directly related to microservices for instance authentication, authorization etc. i see that it's been...

I have the following item stored in LiteDB ``` internal class DBItem { [BsonId] public long Id { get; set; } public BigInteger Value { get; set; } public DateTime...

I have a requirement for scheduler. Your component fits the bill however I'm not sure - if it is available for use in a MVP of commercial project? - How...

question