USERNAME
antosubash
PERSONAL WEBSITE
https://antosubash.com/
REGISTRATION DATE
8/7/2020
SOCIAL

Posts

antosubash Profile Picture VIDEO POST

Abp CLI Template

This post will show you how to create a CLI for your ABP application. Continue Reading

antosubash Profile Picture POST

ABP React Template

React Starter Template for ABP application with Next.js and Tailwind CSS is ready to use. You can use this template to start your next project. Continue Reading

antosubash Profile Picture POST

Creating Dockerfile for ABP Applications

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

antosubash Profile Picture POST

.Net Microservice template with ABP

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

antosubash Profile Picture VIDEO POST

Migrating Identity Service to OpenIddict Module

In this post we will see how to replace Identity server with OpenIddict in our microservice. We will use the same microservice we created in the previ... Continue Reading

antosubash Profile Picture VIDEO POST

Automatically version and release .Net Application

In this post we will see how to automatically version and release a .Net Application using GitHub Actions. We will use the conventional commits specif... Continue Reading

antosubash Profile Picture VIDEO POST

Create and deploy .Net application in MicroK8s

In this post, we will create a simple abp application and deploy it in the microk8s instance. We will use tye to deploy the application in the cluster... Continue Reading

antosubash Profile Picture POST

Docker Deployment using docker swarm

This is a step-by-step guide on how to set up a server and deploy a docker container using a docker swarm. you will learn how to deploy the ABP micros... Continue Reading

antosubash Profile Picture POST

Blazor state management with Fluxor

Fluxor is a zero boilerplate Flux/Redux library for .Net. The aim of Fluxor is to create a multi-UI, single-state store approach to front-end developm... Continue Reading

antosubash Profile Picture VIDEO POST

.Net Microservice with ABP - Full Series

This Video consolidates all the parts of the microservice development in a single place. Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Logging with Seq - Part 12

This is Part 12 of the Microservice with ABP series. In this post, we will see how to add centralized logging to our microservice application Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Add New Service - Part 11

In this post, we will add a new service to our microservice application Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Docker and CI/CD - Part 10

In this post, we will see how to add docker support to all the services and set up a CI/CD pipeline with Github actions. Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Distributed Event Bus - Part 9

In this post, we will see how to set up service-to-service communication. We will use rabbitmq as an event bus. Each service will have a RabbitMQ conf... Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - IdentityServer and Angular - Part 8

We have copied the IdentityServer and Angular app from the default tired app. So they are configured to work with the tired app. we will modify the Id... Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Yarp and Tye - Part 7

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

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Database Migration - Part 6

In this video, you will learn how to do the database migrations and the data seeding for your microservice application. Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - SaaS Services - Part 5

SaaS service is where we use Tenant Management modules. We will see how to configure this module in this video. Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Identity Services - Part 4

Identity service is where we use Identity and IdentityServer modules. Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Administration Services - Part 3

Administration service is where we use the Audit logs, features, settings, and permission management modules. In this post, we will see how to configu... Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Shared Project - Part 2

This is part 2 of the series where we will create a Shared project for our Microservice solution. Continue Reading

antosubash Profile Picture VIDEO POST

.Net Core microservice application with ABP - Initial setup - Part 1

This is the first step in creating your ABP microservice application. We will create the projects structure and the required projects for your microse... Continue Reading

antosubash Profile Picture VIDEO POST

Removing IdentityServer from ABP No Layer Template

In this video we will see how to remove identity server from the No Layer ABP template. Continue Reading

antosubash Profile Picture POST

Generate Typescript Client from Swagger / Open API with NSWAG

In this post we will see how to use NSwag to generate typescript client from swagger and open api. We will also customize the schema and opeartion id ... Continue Reading

antosubash Profile Picture VIDEO POST

Add tailwindcss to your ABP Blazor UI

In this post we will explore how to add TailWind CSS to your ABP Blazor application. We will configure tailwind in a way that it will not conflict wit... Continue Reading

antosubash Profile Picture POST

Minimal Api with ABP - Swagger and CRUD - Part 3

In this we will continue with the last one and create a CRUD API with Minimal API. Continue Reading

antosubash Profile Picture POST

ABP Framework Minimalist Application with EF Core (Part 2)

In this we will continue with the last one and add EF Core to our Minimal ABP module. Continue Reading

antosubash Profile Picture POST

Minimal Api with ABP - Hello world - Part 1

Minimal api in .Net 6 provides a new way for creating http api. Minimal API provides simplicity and removes lot of boilerplate. We will see how to use... Continue Reading

antosubash Profile Picture POST

Add a new Module to the Tiered ABP App with separate database for the module

In this post we will see how to develop a modular with tiered abp application. We will add a new module to tiered abp app and then use the separate da... Continue Reading

antosubash Profile Picture POST

ABP Framework - Add a New Module to Your ABP Application

In this post we will see how to develop a modular abp application. We will add a new module to default abp app and then use the same database to store... Continue Reading

antosubash Profile Picture VIDEO POST

Changing UI Theme for ABP MVC / Razor Pages UI

In this post we will explore how to change the UI theme for your ABP MVC / Razor Pages UI. Continue Reading

antosubash Profile Picture VIDEO POST

Deploy ABP Framework dotnet core tiered app to docker swarm

In this post we will see how to deploy your dotnet core app with docker container. Continue Reading

antosubash Profile Picture VIDEO POST

Centralized logging for .net core ABP microservices app using Seq

In this post we will see how to implement a central logging system for your ABP app using Seq. Continue Reading

antosubash Profile Picture VIDEO POST

Extend Tenant management and add custom host to your ABP App

In this post we will see how to extent the tenant entity and Add a custom tenant resolver for your ABP app. Blog post: https://blog.antosubash.com/po... Continue Reading

antosubash Profile Picture VIDEO POST

Add profile picture to User Entity in ABP app using BlobStore and Minio.

Blog post: https://blog.antosubash.com/posts/abp-extend-user-entity-with-profile-picture Continue Reading

antosubash Profile Picture POST

dotnet file upload with ABP Blob store and Minio

In this post we will implement file upload using the ABP blob store and Minio Continue Reading

antosubash Profile Picture VIDEO POST

Project Tye integration with ABP and dotnet core.

In this video, you will see how to use project tye to run multiple projects with an ABP Tired solution. Continue Reading