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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...