Open in app

Sign In

Write

Sign In

satish1v
satish1v

237 Followers

Home

About

Nov 15, 2022

Making the Test User a part of Identity Server

In the previous blog post, we added the UI to the identity server, but we did not add the user to the server for authentication. So let's go ahead and add some users to test it out. To add a test user to Identity Server, Identity Server created a class called Test User. So we need to use it and create the list of users. Now that we have a Test user configured with the JWT claims(We will talk about it in upcoming blog) . We need to add it to the configuration to identity server for the system to recognize the user.

Dotnet Core

1 min read

Making the Test User a part of Identity Server
Making the Test User a part of Identity Server
Dotnet Core

1 min read


Nov 4, 2022

Building Authentication Server — UI

In the previous blog article, we built an identity server project and worked directly with the API. Even with tools like Postman and Insomnia, it is possible. It is really convenient that we can add a user interface to it. We can easily add a UI to the identity server…

Oidc

2 min read

Building Authentication Server — UI
Building Authentication Server — UI
Oidc

2 min read


Nov 3, 2022

Building Your own Authentication Server — Part 1

We discussed how a centralized server should authenticate our requests rather than every service. Building a service that authenticates and authorizes is difficult, and doing so across multiple services makes it even more difficult. A tried-and-true protocol exists to accomplish even the most challenging software tasks. …

Identity Management

3 min read

Building Your own Authentication Server — Part 1
Building Your own Authentication Server — Part 1
Identity Management

3 min read


Oct 23, 2022

Securing Asp .NET Core Applications

In this article, I’ll begin a series in which I’ll try to explain identity concepts and how they are implemented in the.NET world. although, in principle, it could be applied to any language. Post in the series Building your own Authentication Server Building Your own Authentication Server — UI Adding…

Dotnet

4 min read

Securing Asp .NET Core Applications
Securing Asp .NET Core Applications
Dotnet

4 min read


Oct 21, 2022

Yarp-based Direct Forwarding Pattern

A reverse proxy can be used to spread out the work, make the system more secure, send traffic to a different upstream, and so on. However, in some cases, we only need to forward the request to the external system without making any changes. …

Dotnet

2 min read

Yarp-based Direct Forwarding Pattern
Yarp-based Direct Forwarding Pattern
Dotnet

2 min read


Oct 18, 2022

Build your Own Reverse proxy

Microsoft’s Yarp is an open-source project for building your own reverse proxy. YARP is different from other proxies because it is built as a library that gives you the core proxy functionality. You can then change it by adding or removing modules. …

Dotnet

3 min read

Build your Own Reverse proxy
Build your Own Reverse proxy
Dotnet

3 min read


Aug 22, 2022

Cloudflare worker: Run code on the edge

Cloudflare's Cloudflare Worker is a serverless platform, but it differs significantly from those offered by other well-known providers. The distinction requires some background knowledge to be understood. History Cloudflare was one of the first companies to offer CDN and DNS services in over 200 locations. They have a data center in…

Cloud Computing

3 min read

Cloudflare worker: Run code on the edge
Cloudflare worker: Run code on the edge
Cloud Computing

3 min read


Published in DevOps.dev

·Jun 22, 2022

Searching Nobel winners using Redis

Redis is a phenomenal cache, and I sometimes have heard it as a synonym for the cache. Well, that's just scratching the surface of an in-memory database. In this Blog Post, I will introduce how to use Redis as a Seach engine and get an ultra-fast search result with a…

Dotnet Core

4 min read

Searching Nobel winners using Redis
Searching Nobel winners using Redis
Dotnet Core

4 min read


Apr 23, 2022

Add New Column to Hugging Face Datasets

Hugging Face Datasets uses Apache arrow for manipulating the data and to add a column hugging face has provided an extension to do so. This got released in the latest version of the library as of the blog publishing date. Add New Column Code is straightforward for doing the same but with few minor observations. When you load the datasets you get a DataSetDict which provides a dictionary of datasets and you have to choose the key. for eg in the above code, you can find it as a train

Hugging Face

1 min read

Hugging Face

1 min read


Apr 23, 2022

CSV in HuggingFace Datasets

Hugging face datasets provide a nice interface to load different types of ML datasets. It comes with a cleaner interface to load, process, and save data. Install You can use the following pip command to install the Datasets library. pip install datasets Load Data To load CSV data, You need to use the load_datasets interface for the same. Save/Convert to_csv To Save or convert to CSV, You can use the following code.

Hugging Face

1 min read

CSV in HuggingFace Datasets
CSV in HuggingFace Datasets
Hugging Face

1 min read

satish1v

satish1v

237 Followers

I build intelligent Web Apps

Following
  • Gaurav Khatri

    Gaurav Khatri

  • Pierre Guillou

    Pierre Guillou

  • The Educative Team

    The Educative Team

  • Aayush Gupta

    Aayush Gupta

  • Takuya Matsuyama

    Takuya Matsuyama

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech