Blogs


Feb. 29, 2024

Lazy load an image and detect when it's is loaded in React.JS

On this blog, we are going to implement a simple yet very important feature when working with images on React.JS Read more...


Oct. 31, 2023

Lazy load an image and detect when it's is loaded in Vue.JS

On this blog, we are going to implement a simple yet very important feature when working with images on Vue.JS Read more...


Jun. 30, 2023

Add Image Analyzer to your Vue.JS Application using Azure Computer Vision

On this blog, we'll be adding Azure Computer Vision to your Vue.JS application to analyze images and retrieve their information. Read more...


Apr. 29, 2023

Integrate ChatGPT with Vue.JS App using OpenAI API

ChatGPT is very popular. From answering questions, teaching a step-by-step procedures, even telling a jokes, and much more! It is one of the top choic… Read more...


Feb. 28, 2023

Add Azure Cognitive Services Speech to Text to your Vue.JS App

This blog post will help you how to easily integrate speech to text feature from Azure Cognitive Services to your Vue.JS application. Read more...


Dec. 30, 2022

Add Azure Cognitive Services Text to Speech to your Vue.JS App

This blog post will help you how to easily integrate text to speech feature from Azure Cognitive Services to your Vue.JS application. Read more...


Sep. 30, 2022

Analyze Image in React.JS using Azure Computer Vision

Nowadays, whether digitally or physically, images or visual representations of things play a big role in our society. As a developer, we may be assign… Read more...


Aug. 31, 2022

Integrate Azure Cognitive Services Speech to Text to your React.JS App

If Azure Cognitive Services has text to speech, the good thing about it is that it also has speech to text feature. On this blog post, we'll incorpora… Read more...


Jul. 31, 2022

Integrate Azure Cognitive Services Text to Speech to your React.JS App

This blog post will help you how to easily integrate text to speech feature from Azure Cognitive Services to your React.JS application. Read more...


May 31, 2022

Integrate Redux Toolkit in Dynamic React.JS Typescript App

On this blog, I'll share to your the Redux Toolkit and integrate it to a dynamic React.JS Typepscript app. I will also give you a brief introduction a… Read more...


Mar. 28, 2022

React.JS + MSAL with ASP.NET Core to use Azure AD with User & Role - Part 3

This is the part 3 and the last part of this blog series. This is where we setup and configure our frontend React.JS application to properly connect t… Read more...


Mar. 27, 2022

React.JS + MSAL with ASP.NET Core to use Azure AD with User & Role - Part 2

This is the part 2 of this blog where we configure and setup our ASP.NET Core Web API. We'll install package, add configuration in the appsettings.jso… Read more...


Mar. 26, 2022

React.JS + MSAL with ASP.NET Core to use Azure AD with User & Role - Part 1

This is the part 1 of this blog where we configure and setup our Azure AD (Active Directory) App Registration for the web api. We will also work on th… Read more...


Jan. 24, 2022

Create and Publish Your First NPM Package

As a developer, especially the one who usually uses or downloads packages from NPMJS.COM, have you ever wondered on how NPM packages were created? On … Read more...


Nov. 30, 2021

Create your own Action Filter for your ASP.NET Core Application

Action Filters in ASP.NET Core allow code to run before or after specific stages in the request processing pipeline of the app. On this post, I'll gui… Read more...


July 31, 2021

Common Options in Passing Data Between Components in Angular - Part 1

On this post, I'll provide the common options in passing data between components. On the part 1 of this blog, I'll show you how to parent to child/chi… Read more...


May 30, 2021

Setup SignalR in ASP.NET Core Application

SignalR is quite popular in ASP.NET framework. This library allows your ASP.NET server code to send asynchronous notifications to client-side web app.… Read more...


Mar. 14, 2021

Data Seeding Made Easier in ASP.NET Core & EF Core

On this post, we are going to setup the data seeder in ASP.NET Core App. We will also set the app to automatically run the data seeder and migration u… Read more...


Feb. 27, 2021

How to Add Live Chat Feature in Vue.JS, React.JS, or Angular?

In this article, I am going to guide you how to add a chat feature (powered by Chatra) in your Vue.JS, React.JS or Angular site. Read more...


Jan. 31, 2021

Create Server-Side Pagination in ASP.NET Core App

This article will help you how to create a simple paginated response from your ASP.NET Core with the use of generic class helper. Read more...


Jan. 16, 2021

Create Simple Custom URL Redirection for Vue.JS, React.JS or Angular

On this blog, we’re going to create our simple custom URL redirection for your javascript application. This is helpful especially if you’re working wi… Read more...


Nov. 30, 2020

How to get Enum Display Name in C# .NET

On this blog, I’ll show you a basic extension method that you can use to get the display name of your enum. Read more...


Jul. 24, 2020

How to Deploy Vue.JS App on Azure using Visual Studio Code

Deploying Vue.JS App made easy using an extension available on Visual Studio Code. On this post, I’ll guide you on how to create your app service on A… Read more...


Jun. 26, 2020

How to Get the Current Run ID using MLFlow in Azure Databricks

On this blog post, you will learn how easy to get the run ID in your current Azure Databricks Notebook. This is helpful especially if you want to use … Read more...


Nov. 22, 2019

Seed Users & Roles in ASP.NET Core with Entity Framework (EF) Core

Users & roles seeding in an app is optional but it is one of the important tasks you should consider while building your application authentication. I… Read more...


Sep. 27, 2019

How to setup PostgreSQL in ASP.NET Core

If you are looking for free & open-source alternative relational database management system for you application, there are a lot of options out there.… Read more...


Sep. 20, 2019

Setting up AutoMapper in ASP.NET Core

Automapper is very useful especially if you want to avoid too much manual mapping from DTO class (Data transfer object) to your Model class vice versa… Read more...


Jul. 14, 2019

Host Vue.JS App on IIS

In hosting your vue.js app, you have many options to choose from. You can host on different platforms & services like Github Pages, Gitlab Pages, Netl… Read more...


Older posts can be found here in the old blog page.