Abhinandan's Blog
ABHINANDAN ARYAL

anudwigna[at]gmail.com

HOME

Setting up a bare minimum ExpressJS project with babel

May 12, 2021

Setting up an ExpressJS app is simple as it involes only a single package import and a few lines of code. However, if it is to be setup with some common features like babel then it might be more than few lines of code. In this article, I will try to explain the process of setting up Express app with babel.

NodeJS ExpressJS babel
Setting up Quasar SPA App with ASP.NET Core

Oct 25, 2020

ASP.NET Core provides project templates for various javascript frameworks like Angular, React, etc. In this article, I will explain the process to setup ASP .NET Core with a very popular VueJS framework Quasar.

C# ASP.NET Core Quasar VueJS
Generating static sites in ASP .NET Core using Statiq

Oct 14, 2020

Statiq is a framework for generating static sites in ASP.NET Core. In this article, I will try to demonstrate how you can easily set up a static site using statiq and deploy it to Netlify.

C# ASP.NET Core Static Websites Statiq
A complete walk-through of using gRPC web using .NET Core server and VueJS client

May 18, 2020

A complete walk through of how to setup gRPC Web using .NET Core Server. Also, create a client for it in VueJS.

C# ASP.NET Core gRPC VueJS
Setting up ASP Identity with dapper

May 02, 2020

Entity Framework core has been the default data access technology for ASP Core Identity. All the tutorials and resources show how to implement ASP CORE Identity using EF Core. However, the ASP Identity is a very flexible framework and it allows other ORMs like Dapper to be integrated with it

C# ASP.NET Core Dapper
Management of Users in Ubuntu 18.04

Apr 28, 2020

In this article, I will try to explain how user management works in Ubuntu.

Ubuntu Linux