satish1v·Apr 6, 2024Build Your Own Smart Assistant on Your Data — ChallengesBuilding your own smart assistant to find answers from your own data sounds like an exciting project, right? Well, let me tell you, it’s…
satish1v·Nov 15, 2022Making the Test User a part of Identity ServerIn 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…A response icon1A response icon1
satish1v·Nov 4, 2022Building Authentication Server — UIIn the previous blog article, we built an identity server project and worked directly with the API. Even with tools like Postman and…
satish1v·Nov 3, 2022Building Your own Authentication Server — Part 1We discussed how a centralized server should authenticate our requests rather than every service. Building a service that authenticates…A response icon1A response icon1
satish1v·Oct 23, 2022Securing Asp .NET Core ApplicationsIn this article, I’ll begin a series in which I’ll try to explain the identity concepts and how they are implemented in the.NET world…
satish1v·Oct 21, 2022Yarp-based Direct Forwarding PatternA 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…
satish1v·Oct 18, 2022Build your Own Reverse proxyMicrosoft’s Yarp is an open-source project for building your own reverse proxy. YARP is different from other proxies because it is built as…
satish1v·Aug 22, 2022Cloudflare worker: Run code on the edgeCloudflare's Cloudflare Worker is a serverless platform, but it differs significantly from those offered by other well-known providers. The…
InDevOps.devbysatish1v·Jun 22, 2022Searching Nobel winners using RedisRedis 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…
satish1v·Apr 23, 2022Add New Column to Hugging Face DatasetsHugging Face Datasets uses Apache arrow for manipulating the data and to add a column hugging face has provided an extension to do so.