Resources  
  • Validate Multiple Tokens with Different Providers in ASP.NET 8 APIMar 15, 2024. Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation requirements seamlessly.
  • Create Custom Search Filter Directive in Vue.jsMar 15, 2024. Learn to create a custom search filter directive in Vue.js to dynamically filter a list based on user input. Directives allow DOM manipulation, enabling special behaviors.
  • Understanding CSS Grid: Building a Responsive LayoutMar 14, 2024. Illustrating the application of CSS Grid to construct a responsive webpage layout. Through precise grid definitions and item placements, it delineates sections like header, sidebar, content, and footer.
  • Sort Array Directive in Vue.jsMar 13, 2024. Custom directives in Vue.js empower developers to extend HTML elements' functionality, enabling direct manipulation of the Document Object Model (DOM) within Vue applications. This example demonstrates creating a directive to sort an array based on a specific property.
  • Use and Manage Microsoft Viva Engage Mar 11, 2024. Yammer was rebranded to Viva Engage, and would now be part of the Microsoft Viva employee experience platform. So Yammer is now called as Viva Engage as it rebranded. This article is about Viva Engage.
  • Creating Custom NuGet Packages in C#Mar 10, 2024. Learn how to create custom NuGet packages in C# with this step-by-step guide. Set up a project, add components, create a .nuspec file, package your project, and optionally publish to nuget.org.
  • Building AI Applications in .NETMar 07, 2024. Artificial Intelligence (AI) can seem complex and shrouded in mystery. But for developers, the power of AI is becoming increasingly accessible, particularly within the .NET framework. This guide aims to demystify AI for .NET developers, providing a clear roadmap to building your own intelligent applications.
  • Creating Custom Attribute Directives in AngularMar 07, 2024. Angular is a powerful framework for building dynamic web applications with JavaScript, HTML, and CSS. One of its key features is the ability to create custom directives, which allow developers to extend HTML with new attributes and behaviors. The process of creating a custom attribute directive in Angular.
  • Creating Funnels Using Custom Events in Application InsightsMar 07, 2024. Learn to add custom events to a simple .NET application's telemetry and then use these events to create funnels that identify users who complete a specific sequence of steps in your application.
  • Performance Testing with K6 ToolMar 06, 2024. k6 is an open-source framework designed to simplify performance testing for developers. It leverages the Goja programming language, an implementation of ES2015 JavaScript on Golang. This allows developers to write performance testing scripts using JavaScript syntax compatible with ES2015 standards.
  • Selecting the Ideal Tools for Database DocumentationMar 06, 2024. In this article, we will explore database documentation tools for efficient database management. Choose software that streamlines data modeling, schema documentation, and metadata organization, enhancing the database design and documentation process.
  • How to Remove Duplicate Email Items in OutlookMar 06, 2024. Explore methods to remove duplicate email items in Outlook. Get the best solutions to remove duplicate email items from Outlook in easy steps.
  • Data Migration Using Azure PipelinesMar 05, 2024. In this article, we will discuss how data can be imported from Source to Target environment using Azure Pipelines. Automate data migration in Microsoft's Power Platform using Power Platform Build Tools. Learn step-by-step with examples to create schema files and execute data export and import pipelines.
  • Grafana & Prometheus: Effective Monitoring ToolsMar 04, 2024. Grafana is a data visualization tool, while Prometheus is a monitoring and alerting toolkit. Together, they collect, store, and visualize time series data, enabling users to create informative dashboards for monitoring various metrics and systems.
  • Reactivity with Vue.js WatchersMar 04, 2024. In the world of Vue.js, watchers stand as vigilant guardians, monitoring specific data properties for any signs of change. When a change is detected, they leap into action, executing custom logic to check your application stays in sync and responds accordingly.
  • Vue.js Custom Events: Enhance Parent-Child Communication with $emit()Mar 01, 2024. Vue.js, with its powerful reactivity system, allows seamless communication between parent and child components. While props enable data flow from parent to child, the $emit() method serves as a bridge for sending information from the child back to the parent.In this comprehensive guide, we will explore the intricacies of Vue.js custom events, focusing on the application of the $emit() method to create dynamic and interactive user interfaces.
  • Customize Your Office Installer Using Office Deployment ToolsFeb 28, 2024. Customize your Microsoft Office installer effortlessly with Office Deployment Tools. Tailor settings, configurations, and deployment strategies to fit your organization's needs using command-line options and XML configuration for seamless setup.
  • Cherry-Pick and Stash for Efficient Development WorkflowsFeb 28, 2024. Excited to share SourceTree tips! Learn how to boost productivity with cherry-pick & stash features. Keep commits clean & manage work-in-progress seamlessly!
  • Using Plugin.Maui.Popup to Create Eye-Catching Popups in AppsFeb 28, 2024. Learn how to utilize Plugin.Maui.Popup to incorporate popup functionality into your Xamarin.Forms application. Follow step-by-step instructions to install the package, create custom popup pages, and call popups from the code behind.
  • Including Web.config While Taking Build in Angular 15 or LessFeb 27, 2024. To include the Web.config file in the destination folder during the Angular build, modify the angular.json file. Add the Web.config file to the assets block in the build declaration.
  • Creating Cohorts Using Custom Properties in Application InsightsFeb 27, 2024. In this article, we will learn how to leverage custom properties in Application Insights to create cohorts for in-depth user behavior analysis.
  • How Do You Define Custom Key Modifier Aliases in Vue.jsFeb 26, 2024. In Vue.js, enhance keyboard event handling by defining custom key modifier aliases through Vue.config.keyCodes. This guide details the process, demonstrating how to create and utilize these aliases in Vue templates.
  • Creating a Personalized Waiting Window in .NET 6, 7, 8 WPFFeb 26, 2024. A custom loader in a WPF (Windows Presentation Foundation) .Net 6,7,8 application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
  • Introduction to Vue.js and Building a Simple Todo ListFeb 26, 2024. In the ever-evolving landscape of web development, Vue.js has emerged as a powerful and versatile JavaScript framework. In this three-part series, we'll embark on a journey to explore Vue.js and demonstrate its capabilities by building a simple yet functional to-do list application.
  • Create a Custom Wait Loader in .NET MAUI Feb 24, 2024. Within MAUI, a loading indicator, also known as a "wait loader," is commonly employed to notify the user of an ongoing time-consuming task, such as data retrieval, processing, or any operation that could potentially lead to the UI becoming unresponsive or frozen.
  • Creating Email Template for Custom Entities in Dynamics 365 CEFeb 24, 2024. This article is about using email template for custom entity in Dynamics 365
  • Building an Interactive Chatbot with Prompt Engineering using ChatGPT, .NET Core, and AzureFeb 23, 2024. This article will talk about building an Interactive chatbot with Prompt Engineering using ChatGPT, .NET Core, and Azure.
  • Build a Storytelling App with Flutter and Gemini AIFeb 23, 2024. Learn how to build a storytelling application in Flutter using the Google Generative AI package. Building a storytelling application in Flutter using the Google Generative AI package. Explore the steps, including installation, folder structure, API key setup, and app creation.
  • How to Build a Calendar in PHP?Feb 22, 2024. In this article, we'll guide you through creating a calendar using PHP. It's a straightforward process that involves using HTML for the structure, CSS for styling, and PHP for the logic. We'll start by styling the calendar with CSS, defining how it looks, from the table and headers to individual cells and links.
  • Error Management in .NET CoreFeb 18, 2024. In software development, dealing with mistakes is really important. Whether it's a small problem or a big one, how a program handles mistakes can really affect how well it works for users. In the .NET Core world, there's a cool way to handle errors called global exception handling using custom middleware.
  • How to Shorten URL using Custom Pipe in AngularFeb 17, 2024. In this article, We will learn steps to create a pipe that shortens a long URL and Link.
  • Global Exception Handling in .NET Core with Custom MiddlewareFeb 16, 2024. Global exception handling in .NET Core, utilizing custom middleware, centralizes error management, enhancing resilience and simplifying maintenance. This approach streamlines error handling across the application, promoting consistency and fortifying against unexpected failures.
  • Exporting Custom OpenTelemetry Metrics to Azure Monitor using ASP.NET CoreFeb 14, 2024. Learn how to seamlessly export custom OpenTelemetry metrics from your ASP.NET Core applications to Azure Monitor. Enhance monitoring and observability by integrating with Azure's powerful toolset, leveraging the flexibility and insights provided by OpenTelemetry.
  • React Design Pattern Series: Mastering HOC PatternFeb 13, 2024. This React Design Pattern Series introduces the Higher Order Component (HOC) pattern, a powerful tool in React development. Exploring its definition, benefits, and a real-world example of an authentication HOC, the article emphasizes cleaner, more reusable components.
  • Build Temparature Convertor Application Using Angular and BootstrapFeb 12, 2024. In this tutorial, I will show you how to build an Temperature Convertor application using Angular Custom Pipe. The Pipes are a great way to transform the appearance of elements in the template.
  • JavaScript Removed When Publishing Form in Customer Insights journeyFeb 12, 2024. When editing the HTML of a Marketing form to embed any custom JavaScript code, upon saving and publishing the form, the custom JS is being removed from HTML by the dynamics.
  • GitHub Copilot: Sharing Code for Progress, Privacy in QuestionFeb 12, 2024. Explore GitHub Copilot: AI-driven code generation aiding developers, but privacy concerns arise. Balancing productivity with data privacy is crucial.
  • Azure DevOps Build Trigger: Integrating with Data Factory/Synapse PipelineFeb 11, 2024. Trigger Azure DevOps Build Pipeline via Azure Data Factory / Synapse Pipeline through Managed Identity. This blog addresses security concerns by triggering an Azure DevOps Build Pipeline via Azure Data Factory/Synapse using Managed Identity authentication. It employs Azure DevOps REST API for execution.
  • Implementing a Custom Loader in WPF with MVVMFeb 06, 2024. A custom loader in a WPF (Windows Presentation Foundation) application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
  • Build Interactive Map Visual in Power BIFeb 05, 2024. Unleash the power of geospatial data in Power BI by creating interactive maps. Transform raw data into compelling narratives, track sales, visualize demographics, and engage your audience with filters, drillthroughs, and storytelling bookmarks.
  • React Design Pattern Series: Mastering Hooks PatternFeb 05, 2024. This article delves into the transformative impact of React Hooks on state and side-effect management within functional components. The piece explores the "what" and "why" behind React Hooks, emphasizing their benefits, such as simplified state management, logic reusability, and improved lifecycle management.
  • Building Interactive Maps in Power BIFeb 05, 2024. Explore the art of creating interactive maps in Power BI, Microsoft's data visualization tool. From choosing geospatial data to configuring map visuals and enhancing interactivity
  • Build Calculator Application Using Angular And BootstrapFeb 04, 2024. In this article, I will show you how to build calculator application using Angular and Bootstrap in 2 minutes.
  • Building a Real-Time Chat App with Node.js and Socket.io 🚀Feb 04, 2024. Embark on a magical journey to build a real-time chat app using Node.js and socket.io. Follow simple steps to set up the server, create a chat UI, and handle real-time communication.
  • Optimize ASP.NET Core MVC Data Transfer with Custom MiddlewareFeb 01, 2024. In ASP.NET Core, middleware components are used to handle requests and responses as they flow through the application's pipeline. These middleware components can be chained together to process requests and responses in a specific order. Transferring data between middleware components can be achieved using various techniques.
  • Explain about Git and GitHubFeb 01, 2024. Git is a powerful, open-source distributed version control system designed by Linus Torvalds for efficient project management. Developers use Git for version control, tracking code changes, and collaborating. GitHub, a platform utilizing Git, facilitates collaborative coding, project hosting, and version control.
  • Building a URL Shortener with .NETFeb 01, 2024. Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring controllers and views.
  • Custom Events in C# for Enhanced Communication and FlexibilityJan 31, 2024. In C#, you can create custom events to provide a way for classes to communicate and react to certain actions or state changes.
  • Deploying a React App to GitHub PagesJan 29, 2024. In this article, we will learn how to deploy your React app to GitHub Pages. Follow steps like creating a GitHub repository, adding dependencies, updating package.json, pushing code updates, and viewing the deployed app.
  • Five ideas for building an AI startup as an engineer!Jan 27, 2024. Here I present 5 ideas to get you thinking about how to use AI to start your own business!
  • Building a Responsive Navigation Bar with Vue.jsJan 22, 2024. Creating a navigation bar is a fundamental step in web development, and Vue.js simplifies the process by offering a clean and efficient way to handle dynamic user interfaces. In this guide, we'll break down the components needed for a basic navigation bar, and delve into Vue.js concepts such as models, and views.
  • Extending List Functionality with C# Extension MethodsJan 22, 2024. In this article, I will demonstrate How to create an extension method in c# for List type. I will explain how we can extend the functionality of List without a new derived class. I will create extension methods for list type will help us use across project without creating new class.
  • Create Xamarin Android Custom Loader with LoaderEase NuGet PackageJan 19, 2024. The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the NuGet package " Xamarin.Custom.LoaderEase" enables users to effortlessly fashion a personalized loader aligned with the visual theme of their application.
  • Creating Custom User Authentication using AbstractBaseUser in DjangoJan 18, 2024. This article explains the complete process of how one can create and use custom user models. The AbstractBaseUser class in Django is a fundamental component of the authentication system.
  • Understanding and Utilizing .NET Core MiddlewareJan 18, 2024. This article is about middleware in .net core and how to create custom middleware. Middleware is a key component in the execution pipeline of .NET Core applications, handling requests and responses. Learn how to create custom middleware and pass data between components for enhanced functionality.
  • How to Develop a Custom Message Box in .NET 6,7,8 for WPF?Jan 18, 2024. As used in software development, the term "custom message box" describes a dialog box or pop-up window that is created and implemented with unique features, looks, and functionality instead of depending on the built-in or operating system-provided standard message box.
  • Minimal API in .NET 8: A Simplfied Approach to Build Web APIsJan 17, 2024. Experience the simplicity of ASP.NET Core with Minimal APIs in .NET 6. Explore advantages like conciseness, ease of use, and quick startup time, and delve into sample code and use cases.
  • Building a Secure PHP MySQL Signup/Login Website with Email VerificationJan 15, 2024. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
  • How to set Custom help URL in Dynamics 365Jan 08, 2024. Gain administration access to CRM, then navigate to Advanced Settings, Administration, and System Settings. In the General Tab, locate "Set Custom Help URL" to enable custom help for entities and set a Global Custom Help URL. Click OK to apply.
  • Create a Django Project Crash to BuildJan 07, 2024. Create a Django app in simple steps: Install Django, create a project and app, define models, apply migrations, set up views and templates, configure URLs, and run the development server.
  • Creating and Using React Custom Hooks 🚀Jan 06, 2024. In this article, we will learn about an exciting React journey! Learn the magic of custom hooks and React's wizardry for encapsulating logic. Follow step-by-step examples to create reusable hooks for counters, fetching data, and likes.
  • Azure Migrate Application and Code Assessment Tool for .NETJan 05, 2024. Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
  • Immutability: Creating Custom Immutable Types in C#Jan 04, 2024. In this article we will discuss about how to create custom immutable type in c#
  • A Guide for Building a .NET Project with Clean ArchitectureJan 02, 2024. In this article we will take a closer look at the foundational thoughts and factors influencing our project creation. Clean Architecture emphasizes the separation of concerns and dependency inversion to create a highly modular and testable codebase.
  • Building a Swagger-Enabled Node.js API with ExpressDec 29, 2023. Embark on a journey of creating a Swagger-enabled Node.js API with Express. This detailed guide covers key Swagger components, step-by-step integration, route definition, and testing via Swagger UI.
  • Building an API Gateway with Ocelot and gRPC: Understanding Forward and Reverse ProxiesDec 28, 2023. Explore the powerful combination of Ocelot and gRPC in API Gateway development for efficient routing and management in microservices. Learn about forward and reverse proxies, enhancing control, security, and scalability.
  • What are Solidity Modifiers and How do they boost the security of Smart Contracts?Dec 28, 2023. Explore the power of Solidity modifiers! From basic syntax to advanced implementations, learn how these tools enhance security, reusability, and efficiency in smart contract development.
  • Logging Brilliance in .NET Core Part 2 : Using of Serilog in Windows Service Dec 26, 2023. Learn to implement external logging in API and Windows Service using Serilog. This guide covers Serilog configuration, worker class setup, and package references, ensuring efficient information tracking with detailed examples.
  • Building Azure HTTP Trigger Function to Generate QR Codes from Post Request ResponsesDec 24, 2023. We'll guide you through the process of creating an Azure HTTP Trigger Function using Node.js. The goal is to generate QR codes in response to POST requests.
  • Building an Azure Queue Trigger Function for Sending Emails with NodemailerDec 22, 2023. In today's digital age, automated processes are essential for improving efficiency and productivity. One such automation is sending emails based on events or triggers. In this blog post, we'll explore how to create an Azure Queue Trigger Function using Node.js and Nodemailer to send emails when a message is added to an Azure Storage Queue.
  • Building a Custom Object Mapper in ASP.NET Core Using C#Dec 21, 2023. Unlock the power of data transformation in ASP.NET Core with a custom object mapper. Delve into the steps—defining mapping configurations, implementing logic, and seamless integration—ensuring tailored, efficient, and maintainable data conversion in your applications. Happy coding!
  • How to Download the Package Deployer using Power Platform Tools in Visual Studio Code?Dec 20, 2023. Step-by-step details to download the package deployer using power platform tools in Visual Studio code. Learn an efficient alternative to download the Dynamics 365 Package Deployer using Visual Studio Code and Power Platform Tools. Follow the outlined steps after setting up the prerequisites.
  • Deploying Your Solution to Azure via FTPDec 20, 2023. In this Article we will Learn how to deploy your solution to Azure by FTP (File Transfer Protocol). This step-by-step guide demonstrates efficient methods to upload builds, ensuring a smooth transition to Azure cloud services.
  • Building a Multithreaded Web Server in Rust from ScratchDec 19, 2023. This article will explore how to build a multithreaded web server in Rust.
  • How To Build A Simple Web Browser in PythonDec 18, 2023. Web browsers have become an integral part of our daily lives, allowing us to explore the vast realm of the internet.
  • Building a Podcast RSS Feed Generator with ASP.NET CoreDec 18, 2023. We are podcasting with ASP.NET Core. This article guides you through building a podcast RSS feed generator using ASP.NET Core. Learn to create, populate, and test the feed, enabling seamless distribution of your podcast content.
  • How to Download the Configuration Migration Tool using Power Platform in Visual Studio Code?Dec 18, 2023. Step by step details to download the configuration migration tool using power platform tools in visual studio code
  • How To Download The Dynamics 365 CE Package Deployer Tool using Powershell? Dec 18, 2023. Step by step details to download the dynamics 365 ce package deployer tool using power shell
  • Configure Azure AD Connect Sync and Cloud Sync Tools to Prevent Accidental Object DeletionDec 17, 2023. This blog post is a combination of old and new features of Azure AD Connect Sync and Azure AD Cloud Sync tools. AAD Connect Sync feature was there already and what’s new is the Sync Client’s feature of preventing accidental deletion.
  • Building To Do Application Using RustDec 15, 2023. In this article, we will learn to build a todo application using Rust Programming Language. This comprehensive guide navigates through creating a To-Do application using Rust. It covers Rust installation, setting up the project with Rocket, and building a functional UI for task management.
  • Adding Report Pages as Custom Tooltips in Power BIDec 13, 2023. Adding Report Pages as Custom Tooltips.
  • Building a GraphQL Backend with .NET 6Dec 13, 2023. Explore the world of GraphQL in .NET 6 with this comprehensive guide. Learn how to set up a GraphQL backend using HotChocolate, step by step, and unlock powerful data querying capabilities.
  • Guard Clauses in C#Dec 12, 2023. What are guard clauses? How do they implement them in . NET? There are multiple ways of implementation. How are they different from validation?
  • Create Custom Search Filter Pipe in AngularDec 12, 2023. Learn to create a custom search filter pipe in an Angular application with this guide. It covers prerequisites, creating a custom pipe, importing it, and implementing search functionality.
  • How to Download the Plugin Registration Tool using Power Platform Tools in Visual Studio Code?Dec 11, 2023. There are step-by-step details to download the plugin registration tool using Power platform tools in Visual Studio code. Plugins are mostly written in C# language and can be registered at various events like Create, Read, Update, Delete or on other messages and can run either in Synchronous or Asynchronous mode.
  • How to Install Power Platform Tools in Visual Studio Code?Dec 11, 2023. Step by step details to install Power Platform Tools in the Visual Studio Code. Effortlessly manage and deploy Power Platform solutions with the Power Platform extension for Visual Studio Code. Follow our step-by-step guide to install Power Platform Tools seamlessly.
  • How to Uninstall SPFx Tool ChainDec 08, 2023. The article explains step by step process to uninstall and clean up SPFx tool chain in your Developer Environment.
  • Logging Brilliance in .NET Core: Using of SerilogDec 05, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • .NET Core: Decoding .NET Core Custom MiddlewareDec 01, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • .NET Core: Custom Middleware Short CircuitDec 01, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • Custom Pagination using JavaScriptNov 30, 2023. In this article we will explore how to create custom pagination using JavaScript.
  • React Native Development: Building a CI/CD Pipeline with Azure DevOpsNov 27, 2023. In the dynamic realm of mobile app development, React Native has become a prominent framework for cross-platform apps. Ensuring a seamless and error-free deployment demands a robust Continuous Integration/Continuous Deployment (CI/CD) pipeline. Azure DevOps, with its suite of tools, provides an ideal solution for automating build, test, and deployment processes for React Native apps.
  • Empowering Developers with .NET 8Nov 20, 2023. Step into the realm of .NET 8, the latest iteration of Microsoft's open-source platform that empowers developers to craft cutting-edge applications. With its focus on enhanced performance, cloud-native capabilities, and developer productivity, .NET 8 has revolutionized the way we build software.
  • Building a Robust API with Flask, flask_restful, and flask_sqlalchemy in PythonNov 20, 2023. Developing robust APIs is fundamental for modern web applications, enabling seamless communication between different systems. Python, known for its simplicity and versatility, offers powerful tools like Flask and its extension flask_restful, making API development straightforward and efficient.
  • Building dynamic forms with SurveyJs and Blazor WebAssembly Nov 20, 2023. In this article, we will learn about integrating the surveyJs with blazor web assembly to compose a dynamic form. we'll learn how to integrate SurveyJs into a .NET Core 6.0 Blazor WebAssembly application for creating dynamic forms.
  • Building APIs with Flask and flask_restful in PythonNov 18, 2023. This article explores the process of building robust APIs with Flask and its extension, flask_restful, in Python. It covers setting up flask_restful, creating a basic API, resource management, request parsing with reqparse, and error handling using abort. By understanding these features, you can lay a solid foundation for crafting efficient APIs tailored to your application's needs.
  • How to build a Sentiment Analysis Chatbot using Python?Nov 18, 2023. In this article, we will explore the creation of a simple Sentiment Analysis Chatbot using Python and the Tkinter GUI library. Sentiment analysis involves determining the sentiment (positive, negative, or neutral) expressed in a piece of text. Our chatbot will leverage the TextBlob library for sentiment analysis and Tkinter for the graphical user interface.
  • How to Use Accessibility in SwiftUI?Nov 15, 2023. Discover the key steps to build inclusive SwiftUI apps in "How to Create Inclusive Apps with SwiftUI Accessibility." From VoiceOver support to dynamic type and custom actions, this guide empowers developers to enhance accessibility and create user-friendly apps for everyone. Elevate your SwiftUI skills and contribute to a more inclusive digital experience.
  • Building a Web API with C# Records for DTOsNov 06, 2023. This blog article explores the use of C# records for Data Transfer Objects (DTOs) in ASP.NET Core Web API development. It offers insights into the benefits and practical application of C# records, using a UserController example to showcase how these immutable structures enhance data transfer operations in web APIs.
  • How to build a DMARC Report Dashboard with PythonNov 05, 2023. Email security is a vital concern for organizations and individuals alike. One of the powerful tools in the fight against email abuse is Domain-based Message Authentication, Reporting, and Conformance (DMARC). DMARC enables email senders to specify how email servers should handle unauthenticated emails, reducing the risk of phishing and spam. To gain insights into the effectiveness of DMARC policies, we can create a DMARC Report Dashboard using Python and Dash, a web application framework. In this article, we'll walk you through the process of building such a dashboard.

About Custom-Build-Tool

NA

OUR TRAINING