RSSAmplifier

Blog

Anto Subash

Full-stack developer passionate about web technologies, microservices, and modern software development.

blog.antosubash.comRSS feed ↗81 posts

Latest posts

Building AI-Powered Sentiment Analysis with Microsoft Agent Framework and Ollama

Learn how to build sentiment analysis with Microsoft Agent Framework and Ollama. We will use the Ollama model to perform the sentiment analysis and the Microsoft Agent Framework to build the agent.

Building AI Agents with Microsoft Agent Framework and Ollama: A Getting Started Guide

Learn how to build sophisticated AI agents using Microsoft Agent Framework with Ollama for local AI model execution. This comprehensive guide covers streaming responses, multi-turn conversations, function tools, middleware integration, and production-ready patterns.

ABP React CMS Module: Building Dynamic Pages with Puck Editor

ABP React CMS Kit is a React UI for the ABP CmsKit module.

Automating Image Cleanup in Azure Container Registry with ACR Tasks

Learn how to automate image cleanup in Azure Container Registry using ACR Tasks and implement best practices for container image management.

Modern API Documentation in .NET with Scalar and OpenAPI

Learn how to implement beautiful API documentation using Scalar and OpenAPI in .NET 9.0

Building an AI-Powered .NET API with Ollama and Microsoft.Extensions.AI

Learn how to create an intelligent .NET API using Ollama, Microsoft.Extensions.AI, and implement function calling capabilities with Large Language Models.

OpenID Connect with Next.js 15 and openid-client 6

A guide to implementing secure authentication using OpenID Connect in Next.js 15 with the openid-client library version 6

Ollama Semantic Kernel Connector With C#: Console App & API Guide

In this post, we will learn how to use the Ollama Semantic Kernel Connector with C#.

ABP-Powered Web App with Inertia.js, React, and Vite

Building a web application with ABP Framework, Inertia.js, React, and Vite.

Getting started with Ollama and Semantic Kernel with C#

In this post, we will learn how to get started with Ollama and Semantic Kernel with C#.

Migrating Tye to Aspire

In this post we will see how to migrate the Tye to Aspire

ABP React Template V2

Version 2 of React Starter Template for ABP application with Next.js, Tailwind CSS, and shadcn-ui.

OpenID Connect with Next.js

In this post, we will see how to implement OpenID Connect with Next.js.

Cert Manager and Nginx Ingress Controller on AKS Cluster with static IP

In this we will setup Cert Manager and Nginx Ingress Controller on AKS Cluster

Create AKS cluster and ACR with Terraform

In this we will create Azure Kubernetes (AKS) cluster and Azure Container Registry (ACR).

Azure Deployment for .Net - Introduction - Prerequisites

This is the introduction to the Azure Deployment for .Net series.

ABP no-layer module template

In this article, you will learn how to create a no-layer module template for abp application.

Abp CLI Template

In this post we will see how to create a Cli for your abp application.

ABP React Template

React Starter Template for ABP application.

Abp Dockerfile

In this post we will see how to create proper docker file for your abp application.

.Net Microservice template with ABP

In this post I will show you how to create ABP microservice using a dotnet new template.

Migrating Identity Service to OpenIddict Module

In this post we will see how to replace Identity server with OpenIddict in our microservice

Automatically version and release .Net Application

In this post you will see how to automatically version and release a .Net Application using GitHub Actions

MicroK8s - Hassle-free Kubernetes

In this post we will see how to get started with the MicroK8s Kubernetes distribution.

Create and deploy .Net application in MicroK8s

In this post we will create a simple abp application and deploy it in the microk8s instance.

Deploy docker registry and postgres database in MicroK8s

In this post we will see how to deploy and secure the registry along with deploying a postgres database in microk8s

Setup Nginx and cert-manager in MicroK8s

In this post we will see how to setup nginx reverse proxy and cert-manager in microk8s

Setup MicroK8s With Ubuntu

In this post we will see how to setup microk8s in ubuntu server.

NDepend - A tool you can depend on

In this post we will see how to use NDepend to improve your .net development.

Docker Deployment using docker swarm

In this post we will see how to setup docker swarm for your development environment.

Prepare and deploy the microservice

In this post we will see how to deploy the microservice solution to the our server.

Deploy redis, rabbitmq, seq, registry and postgres in docker swarm

In this post we will see how to deploy redis, rabbitmq, postgres and registry.

Setting up docker swarm with traefik and portainer

In this post we will see how to create a docker swarm and deploy traefik and portainer in our ubuntu server.

Setting up Ubuntu Server with docker in Hetzner

In this post we will see how to create a ubuntu server for docker deployment.

Blazor state management with Fluxor

In this post we will see how to setup fluxor in Blazor Wasm App

.NET Microservice with ABP - Full Series

This post contains all the parts of the microservice development with ABP

Logging with Seq

In this post, we will see how to add centralized logging to our microservice application

Add New Service

In this post we will see how to add docker support and create a CI/CD with github actions

Docker and CI/CD

In this post we will see how to add docker support and create a CI/CD with github actions

Distributed Event Bus

In this post we will see how to get the RabbitMQ working for service to service communication

IdentityServer and Angular

In this post we will see how to get the IdentityServer and the Angular App working with other services

Yarp and Tye

In this post we will see how to create a reverse proxy with Yarp and integrate Tye for our microservice application

DbMigration

In this post we will see how to create migration project for our microservice application

SaaS Services

In this post we will see how to do the create SaaS Service for our microservice application

Identity Services

In this post we will see how to do the create Identity service for our microservice application

Administration Services

In this post we will see how to do the create Administration service for our microservice application

Shared Project

In this post we will see how to do the create a Shared project which will be used by all services

Initial setup

In this post we will see how to do the initial setup for a abp microservice application.

Removing IdentityServer from ABP No Layer Template

In this post we will see how to remove identity server from the No Layer ABP template

Introduction to ABP No Layer Template

In this post we will explore the new experimental no layer template from the ABP framework