.NET Core AWS SEO Permanent redirect to canonical URL in ASP.NET Core October 20, 2022 How to resolve "Duplicate without user-selected canonical" crawler issue by offering a permanent redirect to canonical URL
.NET Core AWS Access Elastic Beanstalk instance only from CloudFront October 17, 2022 Make use of managed AWS Managed Prefix List to only allow Elastic Beanstalk access from CloudFront
.NET Core User Impersonation with Identity Server 4 June 18, 2020 User impersonation example that allows you to get the identity of another user of your system, usually done for support purposes
.NET Core AWS AWS Lambda Serverless Keeping Net Core AWS Lambda warm March 3, 2020 How to keep multiple asp.net core instances running in AWS Lambda function using CloudWatch event rules
Python WebScraping Web Scraping Indeed and Monster job portals using Python January 15, 2020 Using python with BeautifoulSoup and requests packages to scrape static web pages, demo with a real-life project scraping monster and indeed job portals.
.NET Core Architecture Repository and Generic Repository patterns with Unit of Work October 23, 2019 Explanation in simple terms how to use Repository and Generic repository pattern with Unit of Work and what are the benefits that come with them
.NET Core Architecture Encapsulation and Abstraction OOP concepts explained with example October 17, 2019 This article aims to explain in simple terms encapsulation and abstraction concepts, illustrated with a small example.
.NET Core MySQL Ubuntu Execute .NET Core console application as an Ubuntu cron job August 13, 2019 Example project run a simple and functional .NET Core application in Ubuntu on a time-based schedule.
.NET Core GRPC Microservice GRPC Client-Server demo with dotnet core April 3, 2019 Step by step explanation on how to build a Client-Server application with GRPC and dotnet core
.NET Core GRPC Microservice What is gRPC and why does it matter March 22, 2019 what gRPC is, RPC protocol and the necessities for this tech. RPC protocol, what gRPC solves from a few problems with REST architecture.