Resources  
  • Intelligent Build System: Detect Only Impacted Angular/.NET Modules and BuildNov 24, 2025. Speed up CI/CD for Angular & .NET monorepos! This article details an intelligent build system that detects impacted modules, saving time and resources. Build smarter!
  • 🔐 What is the Role of Hardware Security Modules (HSMs) in Blockchain Key Management?Aug 30, 2025. Explore Hardware Security Modules (HSMs) in blockchain key management. Learn how they secure private keys for exchanges, custodians, and enterprises. Essential security!
  • Guide to Add Custom Modules in ABP.IO AppJun 06, 2025. Learn how to add custom modules to your ABP.IO app with this simple, developer-friendly guide. Covers backend setup and Angular integration step by step.
  • Python Import Modules with ExampleJan 08, 2025. Learn Python's import module concepts, including importing entire modules, specific functions, and aliasing. This article demonstrates creating, reading, and writing employee data to a JSON file with practical examples.
  • Best Practices for Organizing Angular Modules 🛠️May 15, 2024. This article explores effective ways to organize Angular modules, likening it to tidying up a toy collection. It covers feature-based structure, shared and core modules, lazy loading, and more.
  • Azure Bicep: Modules for Flexible Resource ManagementMay 10, 2024. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep modules. It starts with logging into Azure, then moves on to explain the concept of modules in Azure Bicep, complete with code samples and explanations.
  • Getting started with Azure OpenAI GPT Modules and Azure OpenAIFeb 13, 2024. In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
  • Overview Of Azure OpenAI Modules With A Focus On Davinci ModuleFeb 16, 2023. This article provides an overview of the Azure OpenAI modules, with a specific focus on the Davinci module. Sample code written in C# is included to demonstrate its usage. In an upcoming blog post, we will explore the other modules in more detail.
  • Blazor - JavaScript Isolation (ES6 Modules & Blazor)Nov 15, 2021. In this article, we will learn how to isolate JavaScript to an individual Blazor Component.
  • Develop Task Modules For MS Teams With Yo TeamsOct 12, 2020. In this article, you will learn how to Develop Task Modules for MS Teams with Yo Teams.
  • How To Create Portable Modules Using PowerShell In MacOSJul 14, 2020. In this article you will learn how to create portable modules using PowerShell in macOS.
  • HTTP Handlers And HTTP Modules In ASP.NETJan 06, 2020. This article talks about the HTTP Modules and HTTP Handler in ASP.Net and their applications in real time.
  • Lazy Loading Of Modules In Angular 7Jan 25, 2019. In this article, we’ll learn the implementation of lazy loading in Angular.
  • Project Modules In Treeview Using Angular And MVC Jun 18, 2018. AngularJS is an MVC based framework. Google developed AngularJS. AngularJS is an open source project, which can be used freely, modified and shared by others.
  • Controller And Modules In AngularMay 31, 2018. In this article, we will see controllers and the modules in AngularJS. And also, we will work out with some examples.
  • Generating Your First Components And Modules In Angular 5 AppNov 21, 2017. This post is a continuation of the course Developing an Angular 5 App series
  • How To Work With Multiple Modules In Angular v4Aug 29, 2017. In this article, we will learn how to configure Angular application using multiple module.
  • AngularJS 2.0 From The Beginning - Lazy Loading Of Modules - Day Twenty FourMay 02, 2017. In this article, we will discuss about the lazy loading of Angular modules
  • AngularJS 2.0 From The Beginning - Observables With Form Modules - Day TwentyMar 23, 2017. In this article, we will discuss about observables concept with form modules and http modules.
  • Introduction To Featured Modules In Angular 2Feb 20, 2017. In this article, you will learn about featured modules in Angular 2.
  • Node.js: Modules - Day TwoAug 11, 2016. In this article, you will learn about modules in Node.js.
  • Use Different Angular Modules At The Same Time In An HTML pageMay 19, 2016. In this article you will learn how to use different Angular Modules at the same time in an HTML page.
  • Error Logging Modules And Handler (ELMAH) In ASP.NETMar 16, 2016. In this article you will learn about Error Logging Modules and Handler (ELMAH) in ASP.NET.
  • Use Multiple Modules On Same Page In AngularJSJan 19, 2016. In this article I'll explain how to use Multiple Modules on same page in AngularJS.
  • Node.js in Action: Understand Modules in Node.jsApr 11, 2014. This article explains modules in Node.js.
  • Getting Started With Modules in Node.jsDec 23, 2013. This article explains the modules in Node.js.
  • PRISM - Interaction Between Modules Made Easy in WPFOct 31, 2013. While developing a WPF application with the PRISM pattern I found an easy way to enable interaction among modules without passing the control in the event aggregator using RegionAdapterBase.
  • Get All Modules Used By Process In C#Apr 10, 2013. In this article you will get a list of all modules used by a Process in C#.To get all modules used by a process in C#, you can use the Process. Modules property to retrieve a collection of ProcessModule objects associated with the process. Here's a C# program that demonstrates how to do this.
  • Logging Errors With Error Logging Modules And Handlers (ELMAH) in ASP.NET MVC 4Mar 15, 2013. Error Logging Modules and Handlers (ELMAH) is an alternative to Health Monitoring System (HMS) for logging errors and is free and available under an open-source license created and managed by Atif Aziz.
  • Use of Modules in TypeScriptNov 19, 2012. In this article I am going to explain how to use modules in TypeScript.
  • HTTP Modules in ASP.NET Request life cycleAug 20, 2010. HTTP module is a .NET Framework class that implements the IHttpModule interface, they called as ISAPI filter in IIS stack so modules are counterpart in ASP.NET, have ability to intercept and handle system events and other modules events.
  • Audio Video Modules for ASP.NET Community Starter Kit : Part IJan 19, 2004. This tutorial describes about Audio Video Modules for ASP.NET Community Starter Kit and how to use the starter kit in your applications.
  • Audio Video Modules for ASP.NET Community Starter Kit : Part IVJan 19, 2004. In this tutorial, we will build an additional module for ASP.net CommunityStarterKit that enables you to publish audio and video contents. This module works together with Windows Media Services and it is written in C#. You have to install CommunityStarterKit (C# version for VS) to follow this article.
  • Audio Video Modules for ASP.NET Community Starter Kit : Part IIJan 19, 2004. In this article, we will build an additional module for ASP.net CommunityStarterKit that enables you to publish audio and video contents. This module works together with Windows Media Services and it is written in C#. You have to install CommunityStarterKit (C# version for VS) to follow this article.
  • Audio Video Modules for ASP.NET Community Starter Kit : Part IIIJan 19, 2004. In this article, we will build an additional module for ASP.net CommunityStarterKit that enables you to publish audio and video contents. This module works together with Windows Media Services and it is written in C#. You have to install CommunityStarterKit (C# version for VS) to follow this article.
  • Extracting Modules and Component(RSAParameter) from X509Certificate PublicKeyNov 04, 2002. In some applications, it might be necessary to extract the modulus and exponent from the X509Certificate PublicKey. The X509Certificate.GetPublicKey() returns a byte array that contains the ASN.1 Encoding information along with the modulus and exponent as described in the RFC2459.
  • Getting Started With Angular — Components, Modules, and Templates (Beginner-Friendly Guide)Nov 25, 2025. Master Angular fundamentals! This beginner-friendly guide uses a Task Manager app to explain Modules, Components, and Templates step-by-step. Build your first Angular app now!
  • Understanding Angular Modules, Lazy Loading, and Folder Structure Best PracticesNov 25, 2025. Master Angular architecture! Learn modules, lazy loading techniques, and folder structure best practices for scalable and maintainable enterprise applications. Avoid code chaos!
  • Modules, Packages and Library In PythonNov 13, 2025. Master Python modules, packages, and libraries! Learn to import, organize code, and leverage the standard library with practical examples. Boost your skills!
  • How to Detect Circular Dependency in Java ModulesOct 17, 2025. Discover how to identify and resolve circular dependencies in Java modules, a common issue that can lead to build failures, runtime errors, and maintenance headaches. Learn to detect cycles using IDE tools or a Java-based graph algorithm with DFS. Explore practical solutions like using interfaces, creating common modules, and applying dependency inversion to achieve a cleaner, more maintainable, and scalable Java architecture. Keep your projects healthy by breaking those dependency cycles!
  • Chapter 14: Introduction to Modules: Organizing Your CodeOct 12, 2025. Learn how to organize your JavaScript code using ES Modules! This chapter covers the modern approach to structuring applications by breaking code into reusable files. Discover how modules prevent global scope conflicts, enhance maintainability, and promote code sharing. Master the import and export syntax, including named, default, and namespace imports, with practical examples for cleaner, more manageable projects. Implement modules using the <script type="module"> tag.
  • JavaScript Modules: Export and ImportMay 02, 2025. Modern JavaScript supports ES Modules, which allow you to split your code into multiple files and reuse logic cleanly. This improves structure, maintainability, and scalability.Let’s explore how to use export and import.
  • JavaScript Modules: Understanding and ImplementationMar 07, 2024. JavaScript modules organize code into reusable components, promoting modularity. ES6 modules use 'import' and 'export,' while CommonJS relies on 'module.exports' and 'require.' Encapsulate functionality, export values, and promote reusability for maintainable code.
  • How To Configure Radzen And Use In Oqtane ModulesFeb 01, 2023. In this article, I'm going to explain how we can configure Radzen in Oqtane CMS
  • Modules In JavaScript😀Aug 02, 2021. In this article, you will learn about modules in JavaScript - Import and Export Modules.
  • 30 Days Of Python 👨‍💻 - Day 17 - External ModulesAug 04, 2020. In this article, you will learn about External Modules in python.
  • PowerShell - Import A Specific Module From The Installed SharePoint PnP Powershell ModulesAug 14, 2019. When working with different versions of SharePoint, we have the respective PnP modules installed. This article explains how to easily load the appropriate Module automatically.
  • Angular For Beginners - Part Two - Modules, Components And DirectivesMay 16, 2019. In this article, you will learn about modules, components, and directives in Angular.
  • Basics Of Node.js ModulesApr 02, 2018. Nowadays, Most of the web developers are working with new technology like Angular, React, Vuejs a frontend and Express.Js, Meteor web framework or SharePoint Framework of the JavaScript. But every developer face issue to understand the pattern of writing the code or we can say the ecosystem used in the packages\libraries.
  • Angular Components And ModulesNov 23, 2017. In programming terms, Modules can be described as the self-contained chunks of the functionality in your application which can run independently. In Angular, Modules are the collection of the components, services directives, and Pipes which are related such that they can be combined to form a module.
  • Developing SharePoint Framework Web Parts Using PnP JavaScript ModulesFeb 17, 2017. In this article, you will learn how to work with SharePoint list operations on SharePoint framework Web parts, using PnP JavaScript libraries.
  • NodeJS - ModulesNov 20, 2016. In this article, I will explain to you about NodeJS Modules.
  • Node.JS Vs. Java For Enterprise App Development - Basic ModulesOct 04, 2016. There are many factors to consider when choosing a platform for your enterprise applications. Here is detailed info about why developers would choose Node.JS over Java for enterprise app development.
  • AngularJS ModulesSep 23, 2016. In this article, you will learn about AngularJS Modules.
  • Modules And Controller In AngularJSJul 15, 2016. AngularJS utilizes modules to organize and encapsulate code, facilitating maintainability and scalability. Controllers define behavior and manage data within specific sections of an application, connected through dependency injection.
  • Azure Automation: Assets - ModulesJul 13, 2016. In this article, we will learn what Azure Automation Modules are and how to create them.
  • DNN, Formerly DotNetNuke, Tutorial - Part Four (GenericDNN Modules) Jul 10, 2016. Learn how to create a GenericDNN module using templates, simplifying module installation without manual configuration. Follow step-by-step instructions for project setup, building in Release mode, installation via Extensions menu, debugging, and deployment.
  • Modules And Controllers In AngularJSJan 17, 2016. In this article, we will see the role of Modules, Controllers, $scope in AngularJS Application.
  • DNN (Formerly DotNetNuke) Tutorial - Part 2 (Adding Modules)Jul 25, 2015. Explore the second part of our comprehensive tutorial series on DNN (formerly DotNetNuke). In this segment, learn the essential steps for adding modules to your DNN website, enhancing its functionality and customization.
  • NodeJS Series Part 5: Installing, Uninstalling, Updating ModulesJul 05, 2015. Here I will describe NodeJS which is Part 5 of NodeJS series. In this article, I will install, uninstall and update the modules.
  • Learn AngularJS Modules: Part 7Feb 12, 2015. This article explains AngularJS Modules and how they are created and used in applications. The advantages are described as well.
  • Modules in AngularJSDec 23, 2014. In this article you will learn about modules in AngularJS to break the code into separate blocks.
  • Creating server controls at runtime using HTTP modulesApr 06, 2009. This article is all about generating dynamic ASP.Net server controls using HTTP modules.
  • Using Micro Frontends for Scalable Web ApplicationsDec 12, 2025. Micro frontends let developers break big web apps into smaller parts. Each part can work on its own, making it easier to grow and update the app. This way, teams can build faster and use different tools. It helps keep the code clean and the app running smoothly as it gets bigger.
  • Top JavaScript Features Released in 2025Dec 11, 2025. This article discusses the top JavaScript features released in 2025 and shows how senior Angular developers can use them effectively. It includes real-world examples, Angular-focused implementation details, and production best practices. You also get practical migration advice and clear code samples.
  • Fix Module Not Found Errors in Next.js MigrationDec 09, 2025. Learn how to fix common “Module not found” errors that appear while upgrading or migrating to the latest version of Next.js. This guide explains the root causes, step-by-step solutions, and best practices using simple words.
  • Fix circular import issues in Python projects?Dec 08, 2025. Learn simple and effective ways to fix circular import issues in Python projects with clear explanations, real-world examples, and best practices.
  • Creating Reusable Components in AngularNov 26, 2025. Master Angular component reusability for scalable apps! Learn to design, build, & manage reusable components with practical examples & best practices. Boost productivity & maintainability.
  • Best Folder Structure for Beginners in Angular ProjectsNov 26, 2025. Master Angular project structure! This guide provides a beginner-friendly, scalable folder organization for maintainable and collaborative Angular apps. Includes core, shared, and feature modules.
  • Python - File Path Handling MethodsNov 17, 2025. Master Python file path handling with the 'os' and 'pathlib' modules. Learn to create directories, join paths, check file existence, and extract file information. Ensure cross-platform compatibility!
  • Integrating Micro Frontends Using Module Federation in AngularNov 12, 2025. Learn how to integrate Micro Frontends in Angular using Module Federation! Build scalable apps with independent deployments and shared dependencies. Optimize performance and team collaboration.
  • Micro-Frontend Architecture with Angular 19 and Nx MonoreposNov 04, 2025. Scale Angular apps with Micro-Frontends, Angular 19, and Nx Monorepos! Achieve independent deployments, faster builds, and team-based ownership for enterprise-grade solutions.
  • Module 16 of 40 : ASP.NET Core Middleware Mastery: Custom Logging, Auth & Pipeline ControlOct 20, 2025. Master ASP.NET Core middleware! This comprehensive guide covers custom logging, authentication, error handling, and pipeline optimization. Learn to build robust and efficient web applications with real-world examples, advanced patterns, and best practices for ultimate control over your HTTP pipeline. Enhance API security, performance, and request tracking.
  • Styling Everything in ReactOct 17, 2025. Explore diverse React styling techniques: global CSS, CSS Modules, styled-components, and inline styles. Learn the pros and cons of each approach, including scoping, dynamic styling, and maintainability. Discover best practices for organizing CSS in React projects, combining styles, and managing conditional class logic. Choose the right method for scalable and maintainable React applications. Optimize your React styling workflow today!
  • How to Fix The Module Not Found Error?Oct 08, 2025. Encountering 'ModuleNotFoundError' in Python? This guide provides a comprehensive, step-by-step approach to diagnose and resolve this common error. Learn how to check module installation, verify spelling, manage Python versions, configure your IDE, and handle errors gracefully. Debug your Python code effectively and ensure smooth module imports across different environments. Fix it on Windows, macOS, or Linux!
  • Shallow Copy vs Deep Copy in Python with ExamplesOct 03, 2025. Learn the difference between shallow copy and deep copy in Python with simple explanations, code examples, and an infographic. Test your skills with a Python challenge and earn rewards!
  • How to Find the Variance of Array Elements in PythonOct 03, 2025. Learn how to calculate variance in Python using the statistics module for financial risk assessment. This guide explains sample variance, its importance in banking for fraud detection and credit scoring, and provides a production-ready implementation with best practices. Discover how to analyze spending patterns and identify volatile behavior using variance, ensuring robust and reliable risk management.
  • How to resolve a "Cannot find module" error using Node.js?Sep 23, 2025. This article provides a step-by-step approach to diagnose and resolve the issue, covering common causes like incorrect module names, missing dependencies, pathing problems, and cache corruption. Learn how to verify installations, fix file paths, manage the NODE_PATH environment variable, and utilize absolute paths for robust module resolution.
  • What are abstract classes, and how do you use them in Python?Aug 21, 2025. Abstract classes are a key concept in object-oriented programming (OOP) that provide a way to define a blueprint for other classes. They help enforce rules, ensuring that child classes implement specific methods. This article explains what abstract classes are, how they work in Python, and how to use them with examples.
  • What are Common Design Patterns in Node.js (Module, Singleton, Factory, etc.)Aug 18, 2025. This article explains the most commonly used design patterns in Node.js, such as Module, Singleton, Factory, and others. Each concept is explained in simple words with code examples to help you understand where and how to use them.
  • Track Crypto Token Prices from CoinGecko Using HTTP ModuleAug 16, 2025. If you’re a crypto trader, investor, or just a blockchain enthusiast, staying updated on token prices is crucial. Constantly checking prices manually is a productivity killer — and premium market data tools can be expensive.
  • What is the Difference Between require() and import in Node.js?Aug 14, 2025. This article explains the differences between require() and import in Node.js, when to use each, how they work under the hood, and their impact on performance and compatibility.
  • Implementing Encryption and Decryption in Cypress using Node.js Crypto ModuleJul 30, 2025. This document provides a technical guide on how to implement encryption and decryption in Cypress using the Node.js built-in crypto module. This is particularly useful for securely handling sensitive data such as passwords or tokens during test execution.
  • How do I implement encryption for PHI at rest and in transit?Jul 12, 2025. Learn how to encrypt Protected Health Information (PHI) using AES-256, HSM-backed key management, TLS 1.3 configuration, and hardware security modules. Practical guidance for developers.
  • What is Node.js ArchitectureJul 09, 2025. Node.js is a fast and lightweight runtime that executes JavaScript on the server side. Its single-threaded, event-driven, non-blocking architecture makes it ideal for real-time, scalable, and efficient web applications.
  • Understanding Angular Lifecycle HooksJun 30, 2025. In this article, we will learn that Angular is a popular web development framework used to build fast, interactive websites and web apps.
  • Building a User Subscription Module in ASP.NET MVC with C# 14Apr 25, 2025. Learn how to build a complete User Subscription Module in ASP.NET MVC using C# 14 features, with registration, plans, payment logic, and access control for scalable, modern subscription-based web apps.
  • Azure Bicep Inheritance: Global & Module Tags WorkaroundFeb 13, 2025. This article covers tagging strategies, resource management, and best practices for deploying Azure resources efficiently while maintaining governance and consistency across your infrastructure.
  • Azure Bicep Understanding Export and Import Attributes for ReusabilityFeb 13, 2025. This article covers how to efficiently pass values between modules, reuse resources, and optimize your Infrastructure as Code (IaC) deployments.
  • Protect Your Secrets with Azure Key VaultJan 22, 2025. Azure Key Vault securely manages sensitive information like API keys, credentials, and database connection strings. It supports encryption, programmatic access, and automatic secret rotation, and integrates with Azure's security features.
  • Installing Additional SSD on LENOVO ThinkBook 16 G7 IMLJan 13, 2025. I installed a Samsung SSD 990 PRO 2TB in my Lenovo ThinkBook 16 G7 laptop with a 155H processor, 16 cores, 22 threads, 32GB RAM, and 1TB SSD. Steps included opening the back, adding the SSD, and verifying via BIOS and benchmarks.
  • Learning Priority Queue in PythonOct 03, 2024. A Priority Queue in Python can be implemented using the heapq module, which provides efficient min-heap operations like heappush, heappop, and heapreplace. Unlike a regular queue, a priority queue processes elements based on priority, ensuring the smallest element is dequeued first.
  • Automated Way for PBIX to PBIP File ConversionSep 04, 2024. To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "<<PBIXFilePath>>" -ConversionFileType "<<ConversionFileType>>" to perform the conversion.
  • Building a Basic Login Form with Angular and HttpClientJul 01, 2024. Learn to build a secure login form in Angular using HttpClient for HTTP requests. This tutorial covers creating a TypeScript component, handling HTTP POST requests to a backend API, and integrating with an HTML template.
  • Copying Footers Between SharePoint Sites Using PnP PowerShellJun 24, 2024. I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites is straightforward with PnP.
  • Understanding Eager Loading vs Lazy Loading in AngularJun 20, 2024. Explore the impact of eager and lazy loading in Angular development on performance and user experience. Understand the benefits and implementations of both approaches. Eager loading simplifies navigation with upfront module availability, while lazy loading optimizes initial load time and resource management.
  • Implementing Lazy Loading in AngularMay 24, 2024. Implementing lazy loading in Angular enhances performance by loading modules, components, or routes only when needed. This step-by-step guide offers a real-world example, detailing how to optimize Angular applications for faster loading times and better user experience.
  • How to Add Style in ReactJS AppMay 22, 2024. Styling React apps can be done using CSS stylesheets, CSS modules, inline styles, Styled Components, CSS-in-JS libraries, or UI frameworks like Material-UI. Each method offers unique benefits and use cases.
  • Structuring Your Angular Application with Doraemon's Magic PouchMay 13, 2024. What are Angular modules and their significance in Angular applications? Angular modules, akin to Doraemon's magic pockets, organize and manage different parts of your app. Learn to create, use, and benefit from them with practical examples.
  • Exploring the Multi-Faceted Architecture of AlbertAGPT: A Paradigm of Secure and Reliable AIMar 20, 2024. AlbertAGPT, a cutting-edge AI architecture, prioritizes security, safety, and reliability. With 1.9 trillion parameters, it integrates real-time knowledge acquisition, ensuring responsible and continuous learning for revolutionary AI development.