Related resources for ME
  • What Developers Should Know about Observability 12/21/2024 4:27:18 PM. In this video, we will explore modern observability and instrumentation approaches, focusing on the Pillars of Observability - “Metrics, Logs, Traces”
  • Blockchain in FinTech: Transforming Payments and Lending Systems12/20/2024 11:38:21 AM. Blockchain technology is revolutionizing the FinTech sector, transforming payment systems and lending practices. By offering secure, decentralized solutions, blockchain enhances transparency, reduces
  • Learn NLog Advanced Usage / Change NLog Configuration Per Request12/20/2024 8:39:38 AM. This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing conf
  • Debouncing and Throttling12/20/2024 8:23:37 AM. Debouncing and throttling are techniques used to optimize event handling in web development. They help control the frequency of function calls triggered by events like scrolling or typing. Debouncing
  • Printing "Hello, World!" in Java: Different Techniques and Examples12/20/2024 7:04:43 AM. This article explores various methods to print "Hello, World!" in Java, introducing beginners to Java's syntax and structure. Examples include basic output, methods, string variables, an
  • Implement FluentValidation in a .NET Web API12/20/2024 5:24:56 AM. Learn how to implement data validation in a .NET Web API using FluentValidation. Explore creating validation rules, handling nested objects, custom validations, and conditional logic. Customize error
  • Docker Desktop 4.37: AI Catalog Access and Command-Line Control12/19/2024 8:24:48 AM. Docker Desktop 4.37 introduces AI Catalog access, command-line management, component upgrades, and bug fixes, streamlining modern development workflows.
  • Harmony & Hooks - React inspired meditation12/18/2024 4:42:51 PM. This video offers a tranquil refuge from fast-paced world of technology, guiding attendees through meditative exercises specifically tailored for the developer's mind.
  • 6 Ways to Build for Android XR with Unity 612/18/2024 10:16:18 AM. Unity 6, the latest iteration of the popular game engine, offers powerful tools for developing immersive Android XR experiences. Here are six key ways to leverage Unity 6 for building compelling Andro
  • How To Remove Duplicate Characters From String In C#12/18/2024 10:15:00 AM. Learn how to remove duplicate characters from a string in C# with simple and effective methods. it will cover various approaches, including using loops, LINQ, and HashSet, to streamline string manipul
  • Google launches Android XR: Gemini Era Arrives for Headsets and Glasses12/18/2024 10:13:45 AM. Android XR. This new platform is designed to power the next generation of augmented reality (AR) and virtual reality (VR) devices, ushering in a new era of immersive experiences.
  • How to Create and Manage an S3 Bucket in AWS12/18/2024 10:08:35 AM. In this article, we will cover the step-by-step process of setting up a storage container for your files, including bucket configuration, uploading files, and testing.
  • Handling Azure AD B2C Claims in Blazor Application12/18/2024 7:12:15 AM. This article covers how to handle Azure AD B2C claims in a Blazor application. It explains how to integrate Azure Active Directory B2C for authentication, manage user claims, and configure claims-base
  • How to Upload Files to S3 Bucket Using S3 Browser12/17/2024 10:45:03 AM. Uploading files to an S3 bucket with S3 Browser is quick and easy. This simple guide walks you through each step starting from clicking the upload button, adjusting upload settings, tracking progress,
  • Implement the Mediator Pattern in a .NET Web API12/17/2024 10:44:03 AM. Learn how to implement the Mediator Pattern in a .NET Web API using the MediatR library. This design pattern reduces tight coupling between components by centralizing communication through a mediator.
  • Understanding HTTP Status Codes: List of Errors & Their Meanings12/17/2024 9:11:55 AM. Comprehensive guide to HTTP error codes, covering their meanings, uses, and practical examples. Learn to troubleshoot 4xx errors effectively.
  • Unit Testing in .NET Core with xUnit12/16/2024 11:34:13 AM. One of the main aspects of software testing that a developer can manage themselves is unit testing. It is employed to test your code's tiniest elements. Unit tests are used to verify that your cod
  • Implementing Background Tasks in Python12/16/2024 10:08:39 AM. This article covers key concepts like concurrency, task queues, and process management, helping you execute time-consuming tasks efficiently without blocking your main program flow.
  • Understanding Dictionary in C#12/16/2024 9:36:06 AM. In this article, we will learn about the potential of C#'s Dictionary collection type with this comprehensive guide. Learn essential operations, iterate through key-value pairs, and explore advan
  • Implementing Localization in ASP.NET Core Web API12/16/2024 9:29:14 AM. Learn How to implement localization in ASP.NET Core Web API enables developers to create multilingual applications by supporting various languages and cultures.
  • Implementing Versioning in ASP.NET Core WebAPI12/16/2024 9:19:48 AM. Implementing Versioning in ASP.NET Core WebAPI. This article provides a step-by-step guide to implementing versioning in ASP.NET Core WebAPI, enabling backward compatibility, managing API changes, and
  • Implementing Responsible AI using Python12/16/2024 7:10:56 AM. This article covers Python libraries, frameworks, and techniques for building AI models that prioritize accountability, explainability, and compliance with AI governance standards.
  • Azure AD B2C as an Identity Provider for Blazor Applications 12/16/2024 7:04:28 AM. From this article, you will learn how to integrate Azure AD B2C as an identity provider for a Blazor application. This article explains integrating Azure AD B2C with a Blazor server application, cover
  • Triggering Topics in two ways in Copilot Studio12/16/2024 6:04:40 AM. This article explores automated and manual methods for managing topics effectively, enhancing workflows, and leveraging AI-driven capabilities. Master topic configuration and streamline your content c
  • How to Manage Teams Channel Policies in Microsoft Teams12/16/2024 5:30:23 AM. Learn how to effectively manage Teams Channel Policies in Microsoft Teams to streamline collaboration and maintain control over your organization's communication channels.
  • A Threadsafe C# LRUCache Implementation12/16/2024 5:27:17 AM. The LRUCache<TKey, TValue> class in C# provides a custom implementation of a Least Recently Used (LRU) cache. It optimizes memory usage by retaining a fixed number of items and evicting the leas
  • Implement Basic, Custom and Multiple Health Checks in .NET Web API12/16/2024 4:51:56 AM. In this article, we are going to learn about Implement Basic, Custom and Multiple Health Checks in .NET Web API. This article explains Health Check implementation in .NET Web API, covering basics, cus
  • Debug Angular (1), In VS Code by Debugger for Chrome 12/16/2024 12:36:06 AM. Describe how to debug in VS Code, and give some basic discussion
  • SQS Message Polling using C#12/15/2024 5:49:24 AM. This article explores integrating Amazon Simple Queue Service (SQS) with C# applications, covering essential concepts like long polling, receiving messages, and using the AWS SDK for .NET.
  • Git GUI Clients (1), Visual Studio12/13/2024 5:44:49 PM. This article will discuss Visual Studio as a client of Source Control Server. This series dives into various Git GUI clients, detailing features like repository management, interaction with local and
  • Git GUI Clients (3), GitHub Desktop12/13/2024 5:42:51 PM. This article discusses the GitHub Desktop as a client GUI. This series explores various Git GUI clients like Visual Studio, GitHub Desktop, and SmartGit, detailing features such as repo management, in
  • Git GUI Clients (2), VS Code12/13/2024 5:42:21 PM. This series explores various Git GUI clients like Visual Studio, VS Code, GitHub Desktop, TortoiseGit, and SmartGit, focusing on their features for repos management, interaction between local and remo
  • Understanding Responsive Applications12/13/2024 8:47:19 AM. Create seamless responsive applications compatible with all devices. Learn key tips, including viewport meta tags, CSS media queries, grid systems, accessibility, lazy loading, performance testing, an
  • Overview of Azure App Service Environment V3 - ASE V3 12/13/2024 7:31:17 AM. In this article, we will learn about what is Azure App Service Environment V3, The basics of ASE V3, and how to create ASE V3 infrastructure using Terraforem
  • The Rise of Central Bank Digital Currencies (CBDCs): What It Means for Businesses12/13/2024 7:01:21 AM. Explore the transformative potential of Central Bank Digital Currencies (CBDCs) for businesses. Learn how CBDCs enhance digital payments with blockchain security, reduce costs, enable cross-border tra
  • Dining Philosophers Algorithm in C# with Real World Implementation 12/13/2024 4:34:37 AM. Explore the practical implementation of the Dining Philosophers algorithm in C# to understand resource allocation and synchronization in concurrent programming.
  • Entity Framework (13), with .Net Core Code-First Summary12/12/2024 2:39:27 PM. This is a summary article to discuss .Net Core Entity Framework Code First Approach.
  • Entity Framework (12), with New .Net Core MVC Code-First12/12/2024 2:33:35 PM. This article discuss the new .Net Core MVC entity framework, code first module.
  • Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)12/12/2024 2:33:05 PM. This is a discussion for Entity Framework Razor, the second part.
  • Entity Framework (11), with .Net Core Razor Pages Code-First12/12/2024 2:32:20 PM. This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
  • Entity Framework (10), With .Net WebForms, Database-First12/12/2024 2:31:52 PM. This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
  • Entity Framework (7), With .NET WPF, Database-First12/12/2024 2:31:04 PM. This article describe to develop a WPF app with entity framework, database first approach.
  • Entity Framework (5), With .Net Core MVC, Database-First12/12/2024 2:30:37 PM. This article will describe Entity Framework with .Net Core MVC, Database-First approach,
  • Entity Framework (4), With .Net Core MVC, Code-First12/12/2024 2:29:55 PM. This article will be Entity Framework with .Net Core MVC, Code-First approach,
  • Real-Time Algorithm Creation for Traffic Signal Handling in C#12/12/2024 8:42:18 AM. Explore the development of a real-time traffic signal handling algorithm in C#, designed to dynamically adjust signal timings based on current traffic conditions to improve flow and reduce congestion.
  • Introduction To Minimal API in ASP.NET Core12/12/2024 8:34:43 AM. Minimal APIs in ASP.NET Core are a streamlined approach to building web APIs designed to be lean and efficient. ASP.NET Core Minimal APIs simplify web API development with concise syntax, reduced boil
  • Entity Framework (3-1), with .Net Console Model-First 12/11/2024 9:29:27 PM. This article is to discuss Entity Framework with .Net Console Model-First .
  • Entity Framework (3), with .Net MVC, Model-First12/11/2024 9:29:01 PM. This article will discuss Entity Framework with .Net MVC, Model-First approach
  • Entity Framework (2), With .Net MVC, Database-First12/11/2024 9:28:27 PM. This article will be Entity Framework with .Net MVC, Database-First approach,
  • Entity Framework (1), With .Net MVC, Code-First12/11/2024 9:27:58 PM. Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
  • Entity Framework (0-1), Overview Additions12/11/2024 9:27:29 PM. This article will add some additions for Entity Framework Overview.
  • Entity Framework (0), Overview12/11/2024 9:26:56 PM. In this article, you will learn about entity framework (0), Overview, concept, and approaches.
  • Entity Framework (3-0), Entity Data Model (EDM)12/11/2024 9:26:16 PM. This article is to describe Entity Data Model for EF
  • Modern Featured Entity Framework With SQLite DB Example 12/11/2024 10:31:03 AM. Learn to build a .NET Core application using C# async/await and SQLite with Entity Framework. Implement CRUD operations, handle asynchronous tasks, and explore efficient database interaction using Vis
  • NATS Message Queue Authentication12/11/2024 8:38:23 AM. How to set Authentication and Authorisation in the NATS Message Queue. Explore NATS authentication techniques, including Username/Password, Tokens, NKEY, JWT, and custom methods. Understand security h
  • New LINQ Methods in .NET 9: Index, CountBy, and AggregateBy12/11/2024 5:06:01 AM. In this article, I will showcase the new methods: Index, CountBy, and AggregateBy. These powerful additions in .NET 9 bring significant enhancements to LINQ, aimed at improving your coding experience
  • The Complete Guide to NUnit Testing in C# 13 and .NET 912/10/2024 3:23:37 PM. This comprehensive guide explains NUnit testing in C# 13 with .NET 9 with detailed explanations, modern testing techniques, and practical code examples. Authored by Ziggy Rafiq.
  • Using SignalR for Real-Time Communication in Blazor Applications12/10/2024 9:10:45 AM. SignalR enables real-time communication in Blazor applications, providing instant updates and efficient data transfer. This article explores its integration in Blazor Server and WebAssembly, including
  • Create Customer and Process Card Payments with Tokenization Angular12/10/2024 9:05:45 AM. Create a customer using tokenization and the payment process with a card in Angular. Explore integrating Stripe for credit card payments and design in Angular using Stripe.js and .NET backend. Detaile
  • Real-Time Notifications in Amazon Aurora PostgreSQL12/10/2024 6:46:05 AM. In this article, we are going to learn about Implement real-time notifications (Transactional Outbox Pattern) in Amazon Aurora PostgreSQL
  • Learn Tree Shaking in JavaScript12/9/2024 11:26:49 AM. Tree Shaking in JavaScript optimizes bundling by eliminating unused code, ensuring cleaner, efficient production code. Tools like Webpack utilize ES6 modules and minifiers to streamline application pe
  • Why Meme Coins are so Popular? 12/9/2024 9:36:53 AM. Meme coins like Dogecoin and Shiba Inu thrive due to internet culture, community engagement, celebrity influence, and accessibility. Their humor, relatability, and speculative appeal make them fun yet
  • Implementing Dijkstra's Algorithm in C#12/9/2024 7:44:04 AM. Implement Dijkstra's algorithm in C# to efficiently find the shortest paths in a weighted graph, enhancing your ability to solve complex pathfinding problems in various applications.
  • Explaining Palindrome Program in C#12/9/2024 6:00:47 AM. In this article, I will discuss the Palindrome Program in C# (Palindrome Number and Palindrome String) with Examples. It includes detailed explanations and practical C# implementations.
  • Learn =, == and === in Javascript12/9/2024 5:53:56 AM. In JavaScript, =, ==, and === are key operators used for assignment and comparison. = is used for assignment, == checks for equality with type coercion, and === checks for strict equality without type
  • Efficiently Managing Data with Binary Tree Implementation in C#12/9/2024 5:32:36 AM. This article tells you how to implement and leverage binary trees in C# to optimize data storage and retrieval, ensuring your applications run smoothly and efficiently.
  • Implement Hybrid Cache in .NET 9 + Redis Caching12/9/2024 5:18:05 AM. Hybrid cache simplifies .NET caching by unifying in-memory and distributed approaches. It supports extensible code, concurrency management, multi-source caching, Redis integration, serialization, and
  • Building Percentage Calculator with using JavaScript with Code12/9/2024 4:22:51 AM. The title "Building an Enhanced Percentage Calculator with HTML, CSS, and JavaScript" refers to the process of creating a fully functional and visually appealing percentage calculator using
  • What are Meme Coins?12/9/2024 4:06:43 AM. Meme coins or meme tokens are one of the biggest hypes today. Learn about what meme coins are all about. Meme coins, inspired by internet humor, thrive on community support but lack utility and face h
  • How to Reverse Order of the Given String12/8/2024 5:24:12 AM. Discover simple methods using popular programming languages like JavaScript, Python, or Java. Understand string manipulation concepts and implement effective solutions for reversing text with code exa
  • Leveraging TypeScript Decorators for Modern Web Development12/8/2024 5:08:15 AM. Explore the role of TypeScript decorators in modern web development. Learn how decorators enhance code readability, simplify logic, and support powerful metadata features.
  • Payment and Invoice Processing Using Stripe in .NET12/7/2024 3:58:00 AM. Learn how to integrate Stripe with .NET for secure payment processing, including customer creation, payment methods, invoices, refunds, and more. A step-by-step guide for building robust and scalable
  • Transactional Outbox Pattern12/7/2024 3:35:29 AM. The Transactional Outbox Pattern ensures data consistency in distributed systems by storing events in an outbox table within the database. It simplifies reliable messaging, enabling seamless communica
  • Goodbye Swagger: How .NET 9 is Redefining API Documentation12/6/2024 5:05:39 AM. Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure se
  • Menu Navigation Layout in Android Studio12/6/2024 4:29:15 AM. The article explains creating a navigation menu layout in Android to enable seamless activity transitions. It covers Java code and XML design with DrawerLayout and NavigationView, ensuring intuitive U
  • DbContext Register and Lifetime12/5/2024 6:22:08 PM. This article discusses DbContext and its lifetime
  • How to Create a Stopwatch Application using JavaScript with Code12/5/2024 8:33:20 AM. Learn how to build a fully functional stopwatch with HTML, CSS, and JavaScript in this beginner-friendly tutorial. Create a stopwatch with start, stop, reset, lap recording, and theme switching featur
  • Palindrome Number in C#12/5/2024 8:28:36 AM. Learn to check if a number is a palindrome in C#. Understand what a palindrome number is and follow a step-by-step guide with code examples to implement it efficiently.
  • Palindrome String Program in C#12/4/2024 10:58:47 AM. Explore how to determine if a string is a palindrome in C#. Learn the concept and examples, and implement a simple solution to check palindrome strings for interview preparation.
  • How to Locally Override Code and Test It in the Browser?12/4/2024 5:21:01 AM. This guide covers setting up a local development environment, using browser developer tools, and implementing changes directly to see the results instantly, enhancing your web development workflow.
  • Create Worker Service and Deploy as Windows Service .NET Core12/4/2024 5:01:25 AM. In this article, we will learn how to create a .NET Worker Service in Visual Studio, configure it as a Windows Service, and manage it using commands for seamless background task execution.
  • Create a Node.js API for Web 3.0: Simple Steps and Code Examples12/4/2024 4:52:54 AM. Explore step-by-step instructions, practical code examples, and integration tips for Web3.js to connect with blockchain networks. Build powerful APIs to interact with decentralized applications (dApps
  • Implementing Logging in C# 9.012/4/2024 4:22:37 AM. This article explores the fundamentals of logging in C# 9.0, showcasing the importance of logging and how to implement it using different frameworks such as Microsoft.Extensions.Logging, NLog, and Ser
  • Alibaba Cloud IMS: End-to-End Media Management Solution12/3/2024 6:32:39 AM. Explore Alibaba Cloud IMS, a powerful media service for content collection, processing, production, and delivery with advanced AI-driven workflows.
  • Top IDEs for Java Development in 202412/2/2024 6:14:06 AM. An IDE (Integrated Development Environment) is a software tool that helps developers code, test, and debug efficiently. Popular Java IDEs in 2024 include IntelliJ IDEA, Eclipse, NetBeans, and more.
  • Integration of Web 3.0 with Angular Framework12/2/2024 5:28:32 AM. Integrate Web 3.0 with Angular to build decentralized apps using blockchain technology. Leverage Web3.js for Ethereum interaction, smart contracts, and Angular’s dynamic features for transparent, secu
  • Integration of Web 3.0 with React Framework12/2/2024 5:01:16 AM. Learn about leveraging Web3.js, interacting with blockchain networks, connecting smart contracts, and creating innovative solutions using React. Unlock the future of decentralized web development.
  • Top Benefits of Alibaba Cloud's ACK for Kubernetes Management12/2/2024 4:11:03 AM. Discover how Alibaba Cloud's ACK simplifies Kubernetes with scalability, security, and cost-efficiency, empowering businesses with streamlined container management.
  • Receive Incoming Message in Twilio using Power Automate11/30/2024 5:12:06 AM. This article explains how to set up Twilio webhooks, configure Power Automate flows, and automate SMS workflows for efficient message handling. Simplify communication with this step-by-step tutorial.
  • Create A Classic Snake Game Using HTML5 Canvas in 10 Simple Steps11/29/2024 7:12:59 AM. In this article we learn how to create a classic snake game using HTML5 Canvas. HTML5 canvas let's you to draw graphics using JavaScript.
  • CRUD Operations with ASP.NET Core API and EF Core11/29/2024 5:16:11 AM. This article provides step-by-step instructions for building a RESTful API, integrating EF Core for database management, and performing essential data operations seamlessly.
  • Implement Databricks Lakehouse Federation (BigQuery)11/29/2024 4:42:00 AM. In this new video, I covered how to implement and run federated queries federated queries on Google BigQuery.
  • How to Use Microsoft Teams for Project Management11/28/2024 9:58:05 AM. Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with c
  • C# Foundation - Implicitly Typed Variables11/28/2024 6:08:47 AM. Implicitly typed variables in C#, declared using the var keyword, let the compiler infer the data type from the initialization expression. This improves code readability and reduces verbosity, especia
  • What is Params In C#?11/28/2024 4:49:01 AM. In C# programming, the "params" keyword plays a crucial role in enhancing flexibility and convenience when dealing with methods that accept a variable number of the same type of parameters.
  • High-Performance Apps Using C# Span<T>11/27/2024 11:35:46 AM. Often in application we come scenarios where we need to perform string manipulation operations. In such cases using string type take up huge memory as it is immutable. Instead Span can be used, which
  • Azure Function to Read Incoming Message in Twilio11/27/2024 10:44:55 AM. Learn how to create an Azure Function that reads incoming SMS messages from Twilio. This tutorial covers the setup of Azure Functions, integrating with Twilio&#39;s API, and processing incoming messag
  • Explaining CTE in SQL Server11/27/2024 8:21:27 AM. Common Table Expressions (CTEs) in SQL simplify complex queries by creating temporary result sets. They can be used in SELECT, INSERT, UPDATE, and DELETE statements, supporting scenarios like hierarch
  • OpenAPI Document Generation in .NET 9 APIs11/27/2024 5:17:08 AM. Explore Open API support in .NET 9 for seamless API documentation and integration. With Microsoft.AspNetCore.OpenApi, easily generates OpenAPI documents for APIs, customizes endpoints, adds authorizat
  • Renaming a Database in SQL Server11/27/2024 5:11:47 AM. Renaming a database in SQL Server is vital for tasks like aligning naming conventions, testing, or version control. It involves setting the database to single-user mode, ensuring no active connections