PinnedSecuring Endpoints with JWT Bearer Authentication in .NET 6 Minimal API using FastEndpointsIn this article, I will show you how to secure endpoints in .NET 6 Minimal API using FastEndpoints. I will also show you how to use JWT…Dec 4, 2022Dec 4, 2022
Deploy (Multiple) Next.js Apps on Ubuntu (with Nginx)This guide will show you how to deploy a Next.js app on Ubuntu 18.04 (64 Bit) with Nginx.Jan 16, 20232Jan 16, 20232
Add OpenAPI client code generation to .NETOpenAPI is a specification for describing REST APIs. It is a standard that is used by many tools and services. It is also a standard that…Nov 21, 2022Nov 21, 2022
Best workaround to combat Kinsing malware (kdevtmpfsi)We noticed strange CPU traffic on a Docker-running Ubuntu server last week.Nov 8, 20222Nov 8, 20222
Serverless REST API in .NET 6 with AWS LambdaI have been working on a project that uses .NET 6 and AWS Lambda. I wanted to share my experience with you. I will show you how to create…Nov 4, 2022Nov 4, 2022
Building simple serverless .NET REST API with AWS Lambda and DynamoDBWe are going to create a new project with a simple API and a DynamoDB table. We will use the serverless.AspNetCoreMinimalAPI template.Nov 4, 2022Nov 4, 2022
Building Serverless .NET Minimal API (using Controller) with AWS LambdaWe will create a minimal API using AWS Lambda and .NET 6. It will be a simple API with a single MapGet method and a single controller…Nov 4, 2022Nov 4, 2022
Building a simple .NET REST API with AWS LambdaThis is a very quick demo of how to create a serverless rest API using AWS Lambda and .NET 6. The project is created using the dotnet new…Nov 4, 2022Nov 4, 2022
Adding PWA support to Blazor Server ProjectDo you want to add Progressive Web Application support to your Blazor Server project easily?Feb 17, 2021Feb 17, 2021
Blazor Server projesine PWA desteği eklemekBlazor Server projenize Progressive Web Application (PWA) desteğini hızlı bir şekilde eklemek ister misiniz?Feb 17, 2021Feb 17, 2021