TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About OU
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (14)
Sarthak Varshney (8)
Praveen Raveendran Pillai (6)
Babita (4)
Raveena Attri (4)
Ganesan C (4)
Abiola David (4)
Naveen Kumar (3)
Gowtham K (2)
Varun Setia (2)
Shweta Lodha (2)
Subarta Ray (2)
Vijay Kumari (2)
Praveen Kumar (2)
Allen Oneill (2)
Tuhin Paul (2)
Kirtesh Shah (1)
Prarthana Bhat (1)
Pradeep Yadav (1)
Kaveendra Dhilhan (1)
Jignesh Kumar (1)
George (1)
Rohit Tomar (1)
Sangeetha S (1)
Aakash Chhillar (1)
Monish Bansal (1)
Rajeev Paliwal (1)
Najath Risni (1)
Chethan N (1)
Praveen Sreeram (1)
Lalit Bansal (1)
Sean Franklin (1)
Mervyn Manilall (1)
Nandan Hegde (1)
Ziggy Rafiq (1)
Sandeep Mishra (1)
Vinay Ayinapurapu (1)
Sanjay Kumar (1)
John Godel (1)
Devesh Omar (1)
Rajkumar Jain (1)
Jay Krishnareddy (1)
Viknaraj Manogararajah (1)
Gowtham Cp (1)
Shafana Safwan (1)
Jalpa Dhola (1)
Suraj Dhage (1)
Gunasekaran Palani (1)
Swesh S (1)
Jaydeep Patil (1)
Vipul Malhotra (1)
Rikam Palkar (1)
Meet Shah (1)
Related resources for OU
No resource found
Secure Logout redirect in Azure AD B2C for Blazor application
12/22/2024 5:41:54 AM.
From this article, you will learn how to implement secure logout redirect in Azure AD B2C for the Blazor application. Learn to implement secure logout redirection in Blazor with Azure AD B2C, ensuring
Navigating Front-End Complexity: A Blueprint for Loosely Coupled Systems
12/21/2024 4:38:07 PM.
We will learn in this video how building your Front-End Architecture with intention will keep code bases manageable and easy to reason about, allowing for rapid development and easily responding to ch
The Cloud Show with Magnus Mårtensson ft. Nitin Pandit - Ep: 50
12/21/2024 4:29:26 PM.
The show is about cloud leadership and all the important questions relating to cloud projects.
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”
How To Count Occurrence Of Each Character From The String In C#
12/21/2024 5:17:41 AM.
Learn how to count the occurrence of each character in a string using C#. This guide covers step-by-step instructions to efficiently analyze strings and determine the frequency of individual character
How to Launch Your First EC2 Instance
12/20/2024 9:12:14 AM.
Launching your first AWS EC2 instance introduces you to cloud computing. It involves choosing an AMI, selecting instance types, configuring security groups, and setting up key pairs. Use the AWS Free
Protect Your Data in S3: Enable Versioning for Extra Security
12/20/2024 8:27:48 AM.
Learn how to enable versioning in Amazon S3 to enhance data protection. This guide walks you through the steps to activate versioning, recover deleted or overwritten files, and safeguard against accid
Debouncing and Throttling
12/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
Introduction to Landing zone
12/20/2024 5:48:06 AM.
A Landing Zone in cloud architecture is a pre-provisioned environment for hosting workloads. It ensures scalability, modularity, and secure design by focusing on identity, networking, governance, secu
Handling Post Logout Redirection in Azure AD B2C with Blazor App
12/20/2024 4:36:15 AM.
This article covers configuring logout redirect URLs, managing user sessions, and enhancing the post-logout user experience. Simplify identity management and ensure seamless navigation after sign-out.
How to Create and Manage an S3 Bucket in AWS
12/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.
Sensitivity Labels in Teams 365 Groups and SharePoint Sites
12/18/2024 5:24:37 AM.
Extending sensitivity labels to Microsoft Teams, Microsoft 365 groups and SharePoint sites enhances data protection and compliance across collaboration platforms. It ensures that sensitive information
How to Upload Files to S3 Bucket Using S3 Browser
12/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 API
12/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 Meanings
12/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.
Integrating SQS with Lambda using Event Source Mapping
12/16/2024 11:58:06 AM.
This setup allows Lambda functions to automatically trigger in response to messages in an SQS queue, providing a serverless, scalable solution for asynchronous processing and efficient message handli
The Cloud Show with Magnus Mårtensson ft. Karl Ots - Ep: 49
12/16/2024 11:12:29 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Implementing Background Tasks in Python
12/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.
Clone Your Voice Using Open-Source LLM
12/15/2024 5:38:51 AM.
Learn how to clone your voice using open-source large language models (LLMs). This guide explores cutting-edge AI tools for voice synthesis, allowing you to create realistic voice replicas.
New LINQ Methods in .NET 9: Index, CountBy, and AggregateBy
12/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
Real-Time Notifications in Amazon Aurora PostgreSQL
12/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
Efficient Task Scheduling with Round Robin Algorithm in C#
12/9/2024 8:06:28 AM.
Explore the implementation of the Round Robin scheduling algorithm in C#, designed to ensure fair CPU time allocation among processes, with a practical use case example.
Pass Data Across Views In .NET MVC
12/8/2024 1:19:02 PM.
In this article, you will learn how to pass data across views in MVC.
Transactional Outbox Pattern
12/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
Why You Should Participate in Hackathons
12/6/2024 9:24:53 AM.
Hackathons have become a cornerstone of innovation in the tech world. These dynamic events bring together like-minded individuals to collaborate, create, and solve real-world problems in a competitive
How to Install Python on EC2(AWS)
12/6/2024 8:47:04 AM.
Learn how to install Python on an AWS EC2 instance using PowerShell. This step-by-step guide covers connecting via SSH, installing Python on Amazon Linux 2 or Ubuntu, and verifying your setup for clou
Take Input in Java using Scanner Class with Code
12/6/2024 6:44:28 AM.
Learn how to capture user input in Java using the Scanner class. This guide covers importing, creating Scanner objects, reading inputs (strings, integers, doubles), and handling exceptions with exampl
Deploying a Web Application Using NGINX on Alibaba Cloud
12/6/2024 5:25:43 AM.
Learn how to deploy a web application using NGINX on Alibaba Cloud with updated console steps, covering ECS setup, NGINX configuration, security, and optimization.
Understanding FlexBox: Flex Direction
12/6/2024 5:09:01 AM.
Learn how to align elements horizontally or vertically, explore row and column orientations, and create responsive layouts with ease. Perfect for frontend developers and designers.
Menu Navigation Layout in Android Studio
12/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
Introduction To Flexbox: A Powerful Layout Model
12/5/2024 4:51:11 AM.
Flexbox, short for Flexible Box Layout, is a modern CSS layout model that simplifies web design by providing powerful tools for alignment, spacing, and responsiveness.
Implementing Logging in C# 9.0
12/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
The Cloud Show with Magnus Mårtensson ft. Lalit Bansal - Ep: 48
12/3/2024 11:18:18 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
How to Stay Organized with Microsoft Teams Calendar
12/3/2024 8:30:45 AM.
How to Stay Organized with Microsoft Teams Calendar is a guide that explores how to effectively manage your schedule using the built-in calendar feature in Microsoft Teams. The article explains how to
Creating AWS Resource by Terraform
12/3/2024 8:21:45 AM.
Explore the process of setting up Terraform, writing configuration files, and managing AWS infrastructure with Infrastructure as Code (IaC). Discover key AWS services like EC2, S3, and more, all autom
Azure AI Studio is Now Azure AI Foundry Portal
12/3/2024 7:05:45 AM.
Azure AI Foundry, formerly Azure AI Studio, is Microsoft’s unified platform for AI development, management, and deployment. It integrates advanced tools like AI Agent Service, enhanced model catalogs,
Alibaba Cloud IMS: End-to-End Media Management Solution
12/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 Benefits of Alibaba Cloud's ACK for Kubernetes Management
12/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.
What is a CTE, and How Do You Write a CTE in SQL Server?
11/29/2024 8:23:30 AM.
A Common Table Expression (CTE) in SQL Server is a temporary result set that can be referred to within a SELECT, INSERT, UPDATE, or DELETE query. CTEs simplify complex queries by breaking them into ma
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.
C# Foundation - Nullable Types
11/28/2024 11:22:29 AM.
This article covers the basics, syntax, and practical use cases of nullable types, enabling you to write safer, more reliable code by avoiding null reference errors effectively.
How to Configure Azure Cloud Backup Service to Windows 11
11/28/2024 9:39:46 AM.
This article guides you through configuring Azure Cloud Backup Service on Windows 11. It covers the entire process from creating a resource in the Azure portal to setting up backup with the MARS agent
How to Customize Your Microsoft Teams Experience
11/28/2024 8:34:38 AM.
Learn how to customize your Microsoft Teams experience with simple steps! Adjust notification settings, organize your layout for better efficiency, and personalize themes and video call backgrounds.
C# Foundation - Implicitly Typed Variables
11/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
Renaming a Database in SQL Server
11/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
The Cloud Show with Magnus Mårtensson ft. Steef-Jan Wiggers - Ep: 47
11/25/2024 11:52:26 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Apache Kafka Without ZooKeeper
11/25/2024 9:06:11 AM.
Apache Kafka Without ZooKeeper employs the KRaft protocol (KIP 500), replacing ZooKeeper for metadata management. This enables simplified deployment, enhanced reliability, and native support for Kafka
Azure Storage Account Vs Azure Data Lake Service Gen 2
11/25/2024 8:15:25 AM.
Azure Data Lake Storage Gen2 (ADLS Gen2) is a highly scalable and analytics-optimized storage solution in Azure, offering hierarchical namespace, big data processing capabilities, and Secure File Tran
Alibaba Cloud ECS: Features, Benefits, and Service Architecture
11/25/2024 5:58:24 AM.
Learn about Alibaba Cloud ECS, its features, benefits, and scalable architecture. Discover how it simplifies cloud computing for businesses of all sizes.
Exploring the Role of KMS in Cloud Security and Encryption
11/25/2024 5:46:23 AM.
Key Management Systems (KMS) play a critical role in cloud security by managing encryption keys for data protection. KMS ensures secure cloud storage, prevents unauthorized access, and facilitates com
How to incrementally load data from Microsoft Fabric Lakehouse to Warehouse
11/25/2024 5:00:00 AM.
In this end-to-end data engineering episode, I demonstrated how to incrementally load data from Microsoft Fabric Lakehouse to Warehouse using Dataflow and Data Pipeline.
Limit Concurrent Execution in Asynchronous Methods
11/24/2024 7:43:01 AM.
In this article, we will learn how to finely control how many concurrent executions we will allow of our async methods, without blocking, using a semaphore.
Feature flagging using Azure App Configuration and Angular
11/23/2024 7:11:57 AM.
This guide covers setting up feature toggles, integrating Azure services with Angular, and dynamically managing features in real time. Optimize deployments and enhance app flexibility with this seamle
CI/CD of MSFT Fabric Database via Azure DevOps
11/22/2024 8:20:13 AM.
Learn how to set up a CI/CD pipeline for Microsoft Fabric Database using Azure DevOps. This guide covers automated deployment, integration, and management of databases in a seamless DevOps workflow.
Advanced C# 13 and .NET 9 Features for Expert .NET Engineers
11/22/2024 5:43:02 AM.
With this guide, you will learn about enhanced pattern matching, static abstract members, Native AOT, and much more in C# 13 and .NET 9. Written by Ziggy Rafiq, this is the best resource for experienc
Set Up Hugging Face API for Open Source LLM in Copilot Studio
11/21/2024 7:43:34 AM.
In this article, we will learn the steps to configure, implement, and test Hugging Face models, empowering developers to enhance AI-driven workflows and unlock the potential of LLMs in real time.
Azure Data Factory Lakehouse Connector to Read and Write Data
11/21/2024 5:24:15 AM.
In this new video, I covered how to use the new Lakehouse Connector in Azure Data Factory to read data from ADLS Gen2 to Fabric Lakehouse as a delta table and also to write data from the Lakehouse to
.NET 9 CountBy: A New LINQ Powerhouse
11/20/2024 7:19:31 AM.
.NET 9 introduces the CountBy method, a powerful addition to LINQ that enhances querying capabilities. This feature allows developers to count elements based on specified conditions efficiently.
Simplify Your Cloud-Native Development With .NET Aspire
11/20/2024 6:54:35 AM.
This video dives into .NET Aspire, a powerful toolkit designed to streamline and simplify the development process for cloud-native applications using .NET.
Create SharePoint Security Group using Power Automate
11/19/2024 6:25:10 AM.
This article explains how to create a custom SharePoint security group and assign permissions. Learn how to create custom SharePoint security groups with 'Contribute' permissions using Power A
Use of ItemsControl in WPF C# for Flexible UI Design
11/19/2024 4:38:09 AM.
This guide explores data binding, templates, and customization techniques for crafting sophisticated layouts. Enhance your WPF skills and unlock the full potential of ItemsControl for efficient UI dev
.NET 9 : Task.WhenEach
11/18/2024 11:56:11 AM.
In .NET 9, the new Task.WhenEach method enhances asynchronous programming by processing tasks as they complete, allowing for more efficient handling of varying completion times. Happy coding!
Top Health and Career Challenges of Software Developers
11/18/2024 8:29:18 AM.
Learn how to balance your health and career in the fast-paced world of software development. Tips for managing stress, growth, and productivity!
How to Create Lakehouse in Microsoft Fabric
11/18/2024 4:27:25 AM.
In this article, we will create a lakehouse in Microsoft Fabric. Discover Lakehouse architecture, a modern approach combining data lakes and warehouses. Learn how to build a Lakehouse in Microsoft Fab
Open-Source AI Models Gain Traction and Outperform Closed Models
11/17/2024 10:50:40 AM.
Open-source AI models offer startups flexibility, innovation, and cost-efficiency, enabling faster market adoption. They allow for customization, collaboration, and transparency, providing a competiti
Why AlbertAGPT by AlpineGate AI Outshines Other GPT Models
11/17/2024 10:42:00 AM.
AlpineGate AI Technologies Inc.’s AlbertAGPT model redefines AI performance, surpassing other GPT models in speed, accuracy, and contextual understanding.
Increase Application Performance using Task.Run in .NET Core
11/15/2024 11:18:38 AM.
Explore the power of Task.Run in .NET Core to efficiently handle background tasks like logging, report generation, and email sending, enhancing application performance and responsiveness without block
Amazon OpenSearch Service Setup with Kibana
11/15/2024 9:48:13 AM.
Amazon OpenSearch Service enables real-time search, monitoring, and analysis of business data. It integrates with AWS services like CloudWatch Logs and Lambda for log aggregation, with Kibana for data
.NET 9 is Out Now
11/15/2024 8:47:33 AM.
This article explains in detail the latest release of .NET. The latest .NET ecosystem updates improve performance, security, and productivity across C# 13, ASP.NET Core, EF Core, .NET Runtime, Librari
Build Testimonial Carousel in React with Dynamic Animations
11/15/2024 8:24:46 AM.
Create an interactive testimonial carousel in React to showcase client feedback effectively. This component offers smooth animations, auto-advancing slides, responsive design, and dynamic star ratings
Broadcom Launches VMware Tanzu Platform 10 for Private Cloud Apps
11/15/2024 8:22:15 AM.
Broadcom launches VMware Tanzu Platform 10, simplifying private cloud app development with reduced costs, enhanced security, and GenAI support for enterprises.
Organizing Resource Deployments Using Bicep
11/14/2024 11:01:24 AM.
Bicep modules simplify Azure resource deployment by enhancing organization, reusability, and maintainability. They allow for encapsulating deployment details into manageable components, enabling easy
Azure Data Factory PRESERVE HIERARCHY Copy Behaviour
11/14/2024 9:41:42 AM.
In this video, I covered how to use the Preserve Hierarchy in Azure Data Factory Copy Behaviour.
BGP Capabilities and Limitations in Azure
11/14/2024 6:57:10 AM.
Explore the capabilities and limitations of Border Gateway Protocol (BGP) in Azure, covering its role in Azure networking, routing, VPNs, ExpressRoute, BGP peering, and best practices for cloud connec
Rock, Paper, Scissors Game in Java
11/13/2024 1:49:27 PM.
This article provides a step-by-step guide to implementing the "Rock, Paper, Scissors" game in Java, complete with a demo video and downloadable source code, covering game rules and logic.
🚀 Unlock Your Coding Potential with Amazon Q: AWS’s New AI Coding Assistant! 🚀
11/13/2024 7:02:38 AM.
If you are looking to enhance your coding workflow, check out Amazon Q. This AI-Powered coding assistant helps simplify coding with features like Code Understanding, Code Generation, Refactoring and T
Understanding Alibaba Cloud's Anti-DDoS Solutions for Security
11/13/2024 5:19:56 AM.
Learn how Alibaba Cloud's Anti-DDoS solutions protect businesses from DDoS attacks, ensuring continuous online service availability and security.
Transform Weak Models into Powerhouses with Model Distillation
11/13/2024 5:11:33 AM.
This article explains how to take your underperforming AI models and supercharge them using the cutting-edge technique of model distillation.
Streamline Resource Onboarding with AWS Tag-Sync Task
11/13/2024 4:53:32 AM.
This guide explores using AWS Tag-Sync tasks to streamline onboarding resources into AWS applications. By automating resource tagging, AWS Tag-Sync helps improve organization, governance, and cost all
The Cloud Show with Magnus Mårtensson ft. Oscar Garcia Colon - Ep: 46
11/12/2024 11:24:20 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Best Practices in Building Cloud Distributed Systems
11/12/2024 11:17:56 AM.
This video will explore key topics related to building cloud-native and distributed systems, including scalability, availability, and resilience.
Scaling Oilfield Production Operations Workflows using Cloud Computing
11/12/2024 11:14:24 AM.
This video will focus on how operational production data foundation, hosted on the cloud, offers the underlying infrastructure, services, and interfaces needed to support and unify workflow orchestrat
How to Create a ListView Command Set Extension
11/12/2024 11:13:01 AM.
A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing s
Creating Views for Lists or Libraries in SharePoint Online
11/12/2024 6:02:41 AM.
Creating custom views in SharePoint Online allows users to tailor how lists and libraries display data. With options for filtering, sorting, grouping, and different layouts like calendar and gallery v
Build an Azure Blob Trigger Function to Compress Images with Sharp
11/12/2024 5:17:35 AM.
This guide walks through creating an Azure Blob Trigger Function that compresses images uploaded to Azure Storage using the Sharp image processing library. It covers setting up Azure Blob Storage, co
An Introduction to Microsoft Fabric Fundamentals
11/12/2024 5:13:49 AM.
Learn the core concepts, including Fabric architecture, data lake integration, and analytics capabilities, designed to streamline data management and empower insights across organizations.
Difference Between Large Language Model & Small Language Model
11/11/2024 6:01:01 AM.
Large and small language models differ primarily in scale, resources, and use cases. Large models, with billions of parameters, excel in generalization and diverse tasks but require significant comput
Azure Logic App
11/10/2024 7:04:51 AM.
In this article, we will learn about Azure Logic Apps, which is a cloud-based service that enables users to create automated workflows and integrate applications, data, and services across the cloud a
Creating Interactive Charts with Chart.js and TypeScript
11/10/2024 6:08:34 AM.
To create a responsive chart in a TypeScript application, use Chart.js—a popular library for data visualization. Set up your TypeScript project, install Chart.js and its types, and configure Webpack f
Deploying Infrastructure with Terraform on Azure
11/9/2024 10:08:43 AM.
This guide covers setting up the Azure environment, writing Terraform scripts, automating resource provisioning, and managing cloud infrastructure with efficiency and scalability in a secure manner.
Everything you need to know about QuickGrid in Blazor
11/9/2024 6:21:07 AM.
This guide covers the basics of setting up QuickGrid, customizing columns, and optimizing performance in Blazor projects. Perfect for developers seeking a simple, powerful grid component for their Bla
Mastering Basic Arithmetic Operations in Web Development
11/8/2024 9:19:24 AM.
Build a simple web-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This project utilizes HTML for structure, CSS for styling, an
Why is Kubernetes Necessary for Modern Applications Deployment?
11/8/2024 5:02:35 AM.
In this article, we will learn Kubernetes streamlines modern app deployment by orchestrating containers, ensuring scalability, and automating management. It optimizes resources, enhances reliability,
The Cloud Show with Magnus Mårtensson ft. Daniel Raniz - Ep: 45
11/6/2024 11:46:05 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Simplifying Multi-Cloud Observability
11/6/2024 11:31:54 AM.
This video highlights the essential role of standardized, vendor-agnostic approaches in ensuring scalability and usability in modern monitoring practices.
Build Your Own Number to Words Converter
11/6/2024 7:11:30 AM.
This tutorial guides you through setting up the HTML structure, styling the converter for an attractive look, and implementing JavaScript to convert numeric input into its word representation. Perfect
Top 10 stress busting strategies that every developer should follow
11/5/2024 11:27:10 AM.
Here are ten effective stress-busting strategies that every software developer should follow to maintain their well-being and productivity.
Create Azure App Service via PowerShell 7
11/5/2024 10:05:05 AM.
In this guide, learn how to create an Azure App Service using PowerShell 7. We'll cover the essential steps, including setting up your environment, configuring your app service plan, and deploying
How to Forensic Investigate Security Incidents in Microsoft Azure
11/5/2024 8:50:56 AM.
This video discusses the forensic acquisition methodology of an Azure VM and an assumed scenario to divide the whole process into multiple steps.
RAG-atouille
11/5/2024 8:44:44 AM.
This video focuses on the latest architectural pattern called Retrieval Augmented Generation (RAG).