Invisible Architects of Scalable Apps Services & De...
Ever wondered how Angular apps seem to effortlessly manage complex logic and dependencies? The secret often lies in the behind-the...
Update Angular from 12 to 17 (1) --- Initial Point
This article is to discuss a upgrading process for an Angular app in an initial point.
How to Encrypt the SQLite DB File using AES
using the AES Algorithm to encrypt the SQLite DB file. Learn how to encrypt an SQLite database file in .NET C# using AES encryptio...
Update Angular from 12 to 17 (2) --- in a nx environme...
This article is to discuss a upgrading process for an Angular app in a nx environment.
Creating a ListView MAUI MVVM .NET 9 [GamesCatalog] - P...
Create a MAUI .NET 9 project that displays game information using a ListView. Bind a ViewModel with an ObservableCollection of UII...
Different Type of Modern Function in JavaScript
Explore JavaScript's modern functions, including arrow functions, async/await, and anonymous functions. This article covers IIFE, ...
A C# 13 Tip for building Data Transfer Objects (DTOs) U...
C# records, introduced in C# 9 and improved in C# 13, offer immutable data models ideal for DTOs. They provide value semantics, co...
Building a Number Guessing Game in Java
Learn how to create a number guessing game in Java. This beginner-friendly project covers random number generation, user input han...
Create Azure Event Hubs and Send Custom Payload Events
In this new video, I covered what is Azure Event Hubs, its components and a demo on how to create Azure Event Hubs service and sen...
Getting Started with dbt (Data Build Tool) in Microsoft...
In this article, we will learn how to get started with DBT (Data Build Tool) in Microsoft Fabric for efficient data transformation...
CQRS and Mediator Pattern in a .NET 8 Web API
This article explains how to implement CQRS and Mediator patterns in a .NET 8 Web API. It covers the benefits of separating read a...
The Modern Number Input Control in Power Apps
Master the Number Input Control in Power Apps for accurate data entry. Learn its benefits, including easy adjustments, validation,...