Posts
Step-By-Step Guide: Installing K3s on a Raspberry Pi 4 Cluster
Posted on:September 15, 2023 at 12:00 AMIn this guide, sharing some useful tips to help you seamlessly install K3s on a Raspberry Pi 4 cluster. Let's dive in and start the installation process.
Optimising .NET Core with Multi-Platform Docker Images: A Complete Guide
Posted on:September 10, 2023 at 12:00 AMIn this post, sharing about Docker optimisation for the .NET Core framework and build a multi-platform image using the capabilities of Docker buildx, enabling us to create multi-platform images that can seamlessly run on diverse architectures. Moreover, we will discuss the integration of GitAction into the image-building process, empowering us to automate creating and publishing multi-platform Docker images.
Small tool for Azure AD to AD User Write back
Posted on:October 13, 2021 at 12:00 AMSharing a small tool-self developed to sync the users from AzureAD to on=premise Active Directory Service.
Anti Forgery Token and Machine Key for MVC on IIS
Posted on:February 14, 2017 at 12:00 AMThe Medium post explains the importance of anti-forgery tokens and machine keys in web application security against CSRF attacks. It provides implementation details for ASP.NET, including the use of AntiForgeryToken and configuring the machine key. The post emphasizes the necessity of implementing both measures to enhance overall security.