Resources  
  • What is DNS Resolution Process and How Does It Work Step by Step?Apr 17, 2026. Demystify the DNS resolution process! Learn how domain names translate to IP addresses, enabling seamless website access. Explore the steps, components, and benefits.
  • What is CXL 3.1 and How It Addresses AI Memory Pooling IssuesMar 30, 2026. CXL 3.1 revolutionizes AI memory pooling! Learn how it solves fragmentation, underutilization, and cost issues in AI clusters for optimized performance.
  • Inbound and Outbound IP Architecture in Cloud DeploymentsJan 07, 2026. Secure cloud deployments by separating inbound/outbound IPs! Boost scalability, reduce risks, and improve traffic management with load balancers and NAT gateways.
  • How Does a Recovery Phrase Create a Secret KeyDec 30, 2025. Unlock the mystery of recovery phrases! Learn how they generate secret keys, seeds, and addresses in HD wallets. Master wallet safety and avoid common mistakes. A must-read for crypto security!
  • Does a Recovery Phrase Generate One Address or Many Addresses?Dec 30, 2025. Unlock the mystery of crypto wallets! Learn why one recovery phrase generates multiple addresses, enhancing privacy and security. Understand hierarchical deterministic wallets and protect your funds!
  • Does a Recovery Phrase Generate One Address or Many Addresses?Dec 30, 2025. Unlock the mystery of crypto wallets! Learn why one recovery phrase generates multiple addresses, enhancing privacy and security. Understand hierarchical deterministic wallets and protect your funds!
  • Why Do I See Different Addresses Even With the Same Recovery Phrase?Dec 30, 2025. Seeing different crypto addresses after wallet recovery? Don't panic! This article explains derivation paths, account indexes, and network settings that cause this issue. Learn how to find your funds!
  • What Is a Derivation Path and Why Does It Matter in Crypto Wallets?Dec 30, 2025. Unlock the mystery of crypto wallet derivation paths! Learn how they generate addresses from your recovery phrase and why matching them is crucial for successful restores. Avoid 'missing funds' panic!
  • How Many Accounts Can You Create on One Ledger Wallet?Dec 26, 2025. Unlock Ledger's full potential! Discover how many accounts you can create on one device without compromising security. Learn about limits, best practices, and common mistakes.
  • How to Check If a Wallet Is a MultisigDec 21, 2025. How to check if a crypto wallet is a multisig wallet. Learn how to verify multisig wallets on Ethereum, Bitcoin, and other blockchains using public explorers and on-chain data.
  • Multi-Layered Rate Limiting (User-Level, IP-Level, API-Level)Nov 24, 2025. Protect APIs with multi-layered rate limiting! Learn a practical architecture for fair usage, abuse prevention, and scalability using IP, user, and API tiers.
  • Multi-Layered Rate Limiting (User-Level, IP-Level, API-Level)Nov 21, 2025. Protect your apps from overload with multi-layered rate limiting! Implement IP, user, API, tenant, & global limits for stability, fairness, & security.
  • Azure Functions at the Edge: IP Restrictions and Azure AD Authentication in a Global Payment GatewayOct 18, 2025. Secure your Azure Functions with a zero-trust approach! This article demonstrates how to implement IP restrictions and Azure AD authentication for HTTP-triggered functions, using a global payment gateway as a real-world example. Learn how to protect sensitive data, prevent unauthorized access, and meet compliance requirements by leveraging platform-level security features. Implement defense in depth without writing authentication code, ensuring a robust and auditable serverless architecture. Essential for finance, healthcare, and government workloads.
  • Locking Down Financial Transaction APIs: Enforcing IP Restrictions on Azure Functions in Real-Time Payment SystemsOct 16, 2025. Secure real-time payment systems using Azure Function IP restrictions. This article provides a step-by-step guide to implementing network-level access control, crucial for financial services compliance (PCI DSS, PSD2). Learn how to allow traffic only from trusted sources, preventing unauthorized API calls and bolstering zero-trust security. Includes Azure CLI scripts, testing strategies, and operational best practices for enterprises processing instant SEPA or FedNow payments.
  • Migrating Azure VPN Gateway SKU and Public IP Address.Oct 08, 2025. Migrate your Azure VPN Gateway SKU and Public IP address before the March 2026 deadline! Microsoft's new "Migrate to Standard IP" tool simplifies the process of upgrading from Basic Public IP and Legacy VPN Gateway SKUs (Standard/VpnGw1-5). This guide walks you through the migration steps, ensuring a smooth transition and avoiding service disruptions. Learn how to prepare, commit, and verify your migration, including details on Dynamic IP addresses and VPN SKU upgrades (VpnGw1 to VpnGw1AZ, VpnGw2 to VpnGw2AZ).
  • Validate Email Addresses with Regular Expressions in C#Oct 06, 2025. Learn how to effectively validate email addresses in C# using regular expressions (regex). This guide covers practical regex patterns, from simple checks to more robust RFC-like validation. Explore safer alternatives like System.Net.Mail.MailAddress and techniques for handling internationalized domains (IDN). Discover best practices for performance, security, and comprehensive email verification beyond just format, including unit testing and real-world examples.
  • Sending Emails from Alias Addresses in Exchange OnlineOct 03, 2025. This allows users to send emails directly from their alias addresses (e.g., [email protected]) without needing shared mailboxes. Simplify communication, manage team identities, and consolidate multiple addresses under a single mailbox. We'll guide you through enabling the feature via PowerShell and configuring it in Outlook Web App, Outlook Desktop, and mobile apps.
  • 🌐 Understanding Protocols: The Rules Behind Digital CommunicationSep 18, 2025. Unravel the mystery of protocols, the unsung heroes of digital communication! This guide explains how these essential rules govern data exchange across the internet, ensuring seamless interaction between devices. Learn about different types of protocols like TCP/IP, HTTP/HTTPS, and DNS, and discover why they're crucial for interoperability, reliability, and security in our connected world. Understand the advantages and challenges of protocols in modern networks.
  • Assigning IP Addresses to VLANs on Cisco SwitchSep 09, 2025. Learn how to assign IP addresses to VLANs on a Cisco switch to enable inter-VLAN communication and improve network segmentation. This guide provides a step-by-step walkthrough, including VLAN creation, port assignment, and IP configuration. Enhance network security, performance, and manageability by properly configuring VLAN interfaces and default gateways. Includes verification commands for confirming your setup.
  • Different types of Network Protocols?Sep 09, 2025. Explore the essential world of network protocols, the unsung heroes of digital communication. This guide breaks down various protocol types, from communication protocols like HTTP, TCP/IP, and UDP, to management and security protocols such as SNMP, SSL, and TLS. Understand how these protocols ensure seamless, reliable, and secure data transfer across networks, powering the internet and beyond.
  • What is Dynamic Host Configuration Protocol (DHCP)Sep 04, 2025. Dynamic Host Configuration Protocol (DHCP) automates IP address assignment and network configuration, streamlining network management. Learn about DHCP components, packet formats, and the DORA process (Discover, Offer, Request, Acknowledge). Understand DHCP's advantages, disadvantages, and crucial security considerations like preventing rogue servers and IP starvation attacks for a robust network.
  • What is a Default Gateway in Networking?Sep 04, 2025. Unlock seamless network communication! A default gateway is your network's 'exit door,' routing traffic from your local network to the internet and beyond. Learn how it works, its key functions like packet forwarding and NAT, and why proper configuration is crucial for reliable and secure connectivity.
  • What Is DNS and How Does It Work in NetworkingSep 04, 2025. Demystify the Domain Name System (DNS) and learn how it powers the internet! This guide explains DNS functionality, from translating domain names into IP addresses to its crucial role in website usability, email delivery, and security. Explore DNS records, server structure, and real-world examples to understand this essential networking component. Discover how DNS impacts website speed and simplifies online navigation.
  • What is TCP Three-Way Handshake?Sep 04, 2025. In this article, we will break down the TCP three-way handshake. This process helps two devices connect and start talking on a network. We will use a simple diagram to show you how it works step-by-step. Understanding this method is key to knowing how data moves online. Let's dive in!
  • What Is NAT in Networking?Sep 03, 2025. Network Address Translation (NAT) explained! Learn how NAT efficiently manages IP addresses by allowing multiple devices to share a single public IP, conserving addresses and enhancing security. Explore Static, Dynamic, and PAT NAT types with configurations.
  • Address Resolution Protocol (ARP) in Networking: How It WorksSep 03, 2025. Unlock the secrets of ARP (Address Resolution Protocol)! This guide explains how ARP translates IP addresses to MAC addresses, enabling seamless communication on local networks. Learn about ARP requests, replies, caching, and its role in different network scenarios. Discover ARP's vulnerabilities, security concerns like ARP spoofing, and its evolution towards NDP in IPv6. Understand the core of network communication!
  • What Is CIDR Notation in IP Addressing? (With Examples)Sep 03, 2025. Learn CIDR notation in IP addressing with easy examples, diagrams, and subnetting explained. Understand IPv4, IPv6, and supernetting in networking.
  • Explain the 7 Layers of the OSI Model?Aug 29, 2025. Demystifying the OSI Model: Explore its 7 layers (Physical, Data Link, Network, Transport, Session, Presentation, Application) and their functions for network communication.
  • Difference Between OSI Model and TCP/IP ModelAug 29, 2025. Explore the OSI and TCP/IP models, the backbones of computer networking. Understand their layers, differences, similarities, and real-world applications. Learn how data flows!
  • What is an IPv4 Address and Its Different Classes?Aug 28, 2025. Learn what an IPv4 address is, why it is important, and understand its different classes (A to E) with examples. This article explains networking basics in very simple words.
  • Basic Configuration of a Cisco Switch using the Cisco Packet Tracer SimulatorAug 23, 2025. Setting up a Cisco switch means giving it a name, adding passwords to keep it safe, and setting an IP address so you can connect to it from another device. You also add a gateway, so it knows how to reach other networks. After that, you save the settings, so they don’t get lost when the switch turns off
  • Fix Exchange Hybrid Error: Socket Code 10061 Fix GuideAug 06, 2025. Fixing Exchange Hybrid Deployment Error: Socket code 10061 occurs when a connection to port 25 is refused. Learn how to troubleshoot firewalls, connectors, IPs, and HCW issues to restore mail flow.
  • Balancing the Burn: A Strategic Approach to Team Wellness and ResilienceJul 16, 2025. Addressing burnout and promoting balance within teams requires emotional intelligence, structured dialogue, and cultural shifts that foster resilience.
  • Deploying IP Address Management (IPAM) in AzureJul 02, 2025. Azure IP Address Management (IPAM) helps plan, allocate, and manage private IPs efficiently using Virtual Network Manager and IP pools, preventing conflicts and ensuring organized address space deployment in VNets.
  • Automating Azure Analysis Services (AAS) Firewall Whitelisting Using Azure Data FactoryJun 30, 2025. This article explains how to automate IP whitelisting in Azure Analysis Services (AAS) using Azure Data Factory (ADF). It covers dynamic firewall rule management using a configuration-driven pipeline, secured with Managed Identity and REST API integration.
  • Migrating the VPN Gateway's Basic SKU Public IP Address with Minimal DowntimeJun 02, 2025. Migrate your Azure VPN Gateway's Basic SKU public IP with minimal downtime. Learn how to update configurations, preserve connectivity, and ensure a smooth transition in your network setup.
  • How PT-SLMs Address Leading AI Data Management Business ChallengesMay 19, 2025. PT-SLMs solve key AI data challenges by providing secure, domain-specific models. They reduce hallucinations, protect privacy, ensure compliance, and deliver faster, more accurate insights for businesses.
  • Addressing Concerns About Vibe Coding in Professional Software DevelopmentMay 02, 2025. This article addresses common concerns, potential risks, and how to balance creativity with code quality, standards, and team collaboration.
  • Differences Between Layer 2 Switches, Layer 3 Switches & RoutersApr 28, 2025. A Layer 2 switch moves data using device MAC addresses in the same network, a Layer 3 switch can also move data between networks using IP addresses, and a router connects different networks and sends data to the right place.
  • Assigning a Static Private IP While Launching an Instance in AWSJan 29, 2025. Learn how to assign a static private IP to an AWS EC2 instance during launch for consistent internal communication, avoiding IP conflicts, and ensuring predictable application dependencies within a VPC subnet.
  • How to Attach an Elastic/Static IP to an EC2 Instance in AWSJan 20, 2025. Elastic IP (EIP) in AWS is a static IPv4 address that stays fixed even if you stop/start your EC2 instance. It ensures a persistent, reliable IP that can be reassigned to different instances, offering flexibility and control.
  • What’s the Difference Between localhost and 127.0.0.1?Jan 07, 2025. Understand the difference between localhost and 127.0.0.1, their roles in networking, and when to use each for development, testing, or troubleshooting.
  • Socket Class and ServerSocket Class in Java NetworkingSep 16, 2024. TCP/IP sockets are the most reliable, bi-directional, stream protocols. It is possible to send arbitrary amounts of data using TCP/IP. Sockets are used for data communication using this protocol.
  • Dynamic Expansion Panel as a separate component.Jul 21, 2024. Create a dynamic expansion panel in Angular using Angular Material to display user personal and correspondence addresses. This involves defining components with TypeScript for logic, HTML for view, and CSS for styling.
  • Getting started with Power PagesJul 10, 2024. This article guides you through getting started with Power Pages. It covers two methods: starting with a template or from scratch. You'll learn to create a unique web address, generate your first site, and customize the homepage.
  • Integrating IoT Projects with ESP32 Using C# and .NETJun 27, 2024. The ESP32 is a versatile, low-cost microcontroller with built-in Wi-Fi and Bluetooth, ideal for IoT projects. Integrating it with C# and .NET allows developers to create robust applications for monitoring and controlling devices.
  • Enhancing Security with a Client IP Safelist in .NETJun 27, 2024. Enhance your web application's security by implementing an IP safelist in ASP.NET Core. This technique restricts access to trusted IP addresses only, preventing unauthorized access. Our guide covers creating middleware to enforce the safelist, ensuring sensitive data and endpoints are protected effectively.
  • Blockchain Efficiency with Solana Address Lookup TablesJun 06, 2024. Explore Address Lookup Tables (ALTs) in Solana, enhancing blockchain efficiency by optimizing address management in transactions. Learn how ALTs streamline processes, reduce transaction size, and improve network performance, with a focus on scalability and cost efficiency.
  • Building a Simple Socket Listener in .NET CoreMay 20, 2024. In this article, we'll walk you through the process of setting up a basic socket listener using .NET Core. You'll learn how to create a Socket instance, bind it to an endpoint, and handle incoming connections and data.
  • Pointers to Pointers and How Pointers Relate with ArrayMay 16, 2024. Pointers is a type of data in C; hence we can also have pointers to pointers, just we have pointers to integers. Pointers to pointers offer flexibility in handling arrays, passing pointers variables to functions, etc.
  • Program, Accounts and Program Driven Addresses(PDA) in SolanaMay 03, 2024. In this article, we will learn about Programs, Accounts, and Program Driven Addresses(PDA) in Solana. programs are like the building blocks of decentralized applications.
  • Dereferencing Pointers and Void Pointers in CApr 29, 2024. Dereferencing pointers involves accessing the value stored at the memory address pointed to by a pointer. Void pointers in C are generic pointers that can point to any data type but require explicit typecasting before dereferencing to access the correct data.
  • What is Alibaba Cloud Elastic IP Address?Apr 23, 2024. Alibaba Cloud EIPs provide static public IP addresses for your cloud resources, offering flexibility, cost control, and easy management in a Virtual Private Cloud (VPC) environment.
  • Establishing Communication Between Executable Files Using TCP/IPMar 19, 2024. WPF apps use various IPC methods like Named Pipes, WCF, TCP/IP Sockets. TCP/IP sockets offer cross-platform communication with advantages like reliability but face complexity and firewall issues. Steps include server/client development, execution instructions. Use CommonHelper for collaboration.
  • SendEmailFromTemplate to Send Emails to Unresolved AddressesFeb 28, 2024. This article delves into the process of streamlining communication in Dynamics 365 CE using Power Automate, specifically focusing on sending emails to unresolved addresses.
  • Steps to Change Sender Email address in Power AutomateFeb 24, 2024. When using Power Automate, changing the sender email address for notifications involves choosing between V3 and V2 actions, utilizing a shared mailbox, and adjusting settings for personalized communication.
  • Load Balancing Strategies: Optimizing Performance and ReliabilityJan 22, 2024. This article explores the significance of load balancing in modern computing, emphasizing its role in optimizing performance and reliability for applications dealing with varying traffic levels. It covers the basics of load balancing, and its importance in resource utilization, scalability, and reliability.
  • Implementing IP Rate Limiting in ASP.NET Core MVCJan 18, 2024. IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through the process of implementing IP rate limiting in an ASP.NET Core MVC application using middleware.
  • Difference between wallet, account, addressNov 29, 2023. Master digital finance with wallets, accounts, and addresses. Your gateway to a dynamic financial landscape awaits!
  • Addressing Common Code Smells in ASP.NET Core Sep 09, 2023. Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for maintaining a clean and maintainable codebase. Let's go through an example and address some common code smells step by step.
  • Deploy Angular Project On DomainAug 22, 2023. In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please provide more context or clarify the subject you're referring to? Whether it's a technology, concept, process, or something else, providing additional details will help me provide you with an accurate and relevant description.
  • What is CEP and How to Validate CEP using C#?Aug 21, 2023. In this article, we will learn about what is CEP and how to validate CEP using C#.
  • How to Connect a SQL Server Data Source to Grafana and Creating a DashboardAug 16, 2023. One such powerful integration is connecting a SQL Server data source to Grafana, enabling users to display, analyze, and monitor data from their SQL databases in a visually appealing and informative manner.
  • Understanding Internal/External IP Address in Google Cloud VM Instances And Working With Static IP AddressJan 30, 2023. In this article, we will understand difference between Internal and External IP address of VM instance. We would also learn how to create a static IP Address and assign it to VM Instance.
  • Types Of Virtual Networks In VMware Virtualization Concepts?Jul 08, 2022. We've been talking about the types of Virtual Networks in VMware Virtualization Concepts
  • How To Handle Apostrophe In Email Address In Power AutomateFeb 01, 2022. The web methods that is been triggered in Power Automate flow have conditions not to include any special characters other than the URI reserved. But there are some specific scenarios where few users email addresses is containing special characters which are unallowed and when logic hits such conditions the entire flow fails. This articles provides a solution workaround for such situations in detail
  • Hide Microsoft 365 Group Mail From Global Address ListJan 28, 2022. In this article, you will learn how to hide the Microsoft 365 group from the Organizational Global Address List.
  • How To Send An Email To The Unresolved Email Addresses In Dynamics 365 CRMDec 09, 2021. In this article, you will learn how to send an email to the unresolved email addresses in dynamics 365 crm?
  • Configure Named Pipe And TCP/IP Settings Of SQL ServerOct 25, 2021. In this article, we are going to configure Microsoft SQL Server on windows machine to listen on specific TCP port.
  • Block IP Address In ASP.NET Core Web APISep 06, 2021. This article will explain that how to block IP address for particular time frame with multiple request. It will restrict user to enter into controller if user hit system multiple times during fixed time frame. It will keep system safe from brute force attack.
  • How To Build An Angular 12 Application With Google Places AutocompleteJul 08, 2021. In this article, we will learn how to quickly build an Angular 12 application with Google Places Auto-Complete. Your can get the User Location, Latitude and Longitude information using the same.
  • Azure DevOps - Automate Bulk IP Address Restriction Of Azure App ServiceJun 12, 2021. We will learn how to automate the process of Access Restriction every time there is a change in the list of IP addresses using Azure DevOps Pipelines
  • How To Integrate Database Server With AppService Through The Private Virtual NetworkJun 02, 2021. In this article, you will learn how to integrate database server with AppService through a private virtual network.
  • Azure DevOps - Bulk IP Address Restriction Of Azure App Service Dynamically Using PowerShellMay 31, 2021. We learn how to leverage PowerShell scripting to dynamically do bulk insertion of IP Addresses for configuring access restrictions for the Azure App Service.
  • Basics Of Azure Load Balancer ServiceMay 14, 2021. In this article, you will learn about the basics of Azure Load Balancer Service.
  • Basics On Azure - Network Address Translation (NAT) May 13, 2021. In this article, I will explain Network Address Translation(NAT) for a better understanding of networking in Azure.
  • How To Validate An Email Address In PythonFeb 07, 2021. In this article, you will learn different ways to verify whether an email address is valid or invalid in Python.
  • How To Validate An Email Address In JavaFeb 07, 2021. Learn how to validate email addresses effectively in Java using regular expressions. This tutorial provides a comprehensive guide on implementing email validation, covering regex patterns, Java code examples, and best practices.
  • AWS - API Gateway - 🔒 Only Allow Requests From Your IPJan 21, 2021. In this short reference, I will describe how to quickly secure your API Gateway so that it will only accept requests from your IP address. This will effectively prevent any malicious attacks to your API while you're learning AWS.
  • Getting An Email Address In An Alexa SkillSep 12, 2020. In this article on custom Alexa skills, I am going to demonstrate how to get a user’s email address for use in a custom Alexa skill.
  • What Is The Internet?Jul 07, 2020. In this article, you will learn how the internet works.
  • SharePoint Online -Nintex Workflow - Properly Display The Email Address From Filter CollectionMay 13, 2020. In this article you will learn about SharePoint online - Properly Display the Email address from Filter collection.
  • Azure Kubernetes Service - Understanding Networking Service TypesMar 30, 2020. In this article, we will learn what a service is and explore the different types of services available in Azure Kubernetes Service.
  • Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part TwoFeb 13, 2020. In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol
  • Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part OneFeb 13, 2020. In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol.
  • How to Get the Client IP Address in an Angular ApplicationJan 24, 2020. In this article, we will learn how to get the client's IP address in an Angular application.
  • Docker Part 1 - IP Based Inter Container Communication for ASP.NET Core WEB API REST Services 🤟Dec 11, 2019. You ever wondered how communication across containers happens? For example, if you have different services deployed inside different docker containers, how they can communicate each other? This article is guiding you to there in a developmental environment perspective. Deployment environment will be considered later.
  • MVC - Block IP Address Using Action FilterSep 16, 2019. In this article, you will learn about a real life example of Action Filter implementation along with inject at different levels as well as skip at specific levels
  • SharePoint Based Triggers In MS Flow - Part TwoJul 11, 2019. This article explores SharePoint triggers in MS Flow, detailing five key trigger points: file deletion, item creation, item modification, item deletion, and file creation/modification in a folder. It explains how to set up workflows based on these triggers, highlighting their significance for automating processes in SharePoint document libraries.
  • Implementing Here Map API In Angular 8Jul 10, 2019. In this article, we will discuss how to use Here Map API in Angular 8.
  • Assign Static Public IP Address To Azure VMFeb 18, 2019. In this article, we will explore what a public IP address brings to a virtual machine, how we can assign a static public IP address during creation of a VM, and on an existing VM.
  • Demystifying The Resultant Objects From Service Fabric Cluster Creation - Part TwoFeb 09, 2019. In this article, I will be going through the details of all the objects that result from the "Create Service Fabric Cluster" template, the default template used by Visual Studio Publish wizard and Azure Portal.
  • Function And Address In SolidityJan 22, 2019. In Ethereum smart contract, function and address are broadly used value types. This article talks about the usage of function and address including examples.
  • Xamarin.Android - Build Real Life Applications Using TCP/IP - Part ThreeJan 08, 2019. This is the third and final part of my article series of Xamarin.Android where we learned how to build real-life applications using TCP/IP”.
  • Xamarin.Android - Build Real-life Application Using TCP/IP - Part TwoDec 19, 2018. In the last article, I had completed the first module of the client application. Let’s start to build a server application for workstations.
  • Xamarin.Android - Build Real-life Application Using TCP/IP - Part OneDec 18, 2018. The purpose of this project is to develop an Android-based application which will serve the administrator with on-demand remote surveillance and controlling of workstations of a workplace. The project will involve the development of two applications, one will run on workstations and the other one will run on the mobile phone of the Administrator. Both of these applications will be connected through Wi-Fi.
  • Setting Up Your First Raspberry PiNov 16, 2018. There are many cases, where a Raspberry Pi can do the things you want perfectly, in this post we are not going to cover those, instead, we will be going through how we can set up your Raspberry Pi. Let’s just start then.
  • Xamarin.Forms - Geocoding Get Full Address (PlacemarK) Using Xamarin EssentialsOct 26, 2018. In this article you will learn how to get full address using Latitude and Longitude Using Xamarin.Essentials in Xamarin forms.
  • Terraform - Deploy End-End Azure Virtual Machine (VNET + IP + RDP + WinRM) - Part ThreeJul 19, 2018. In this article, we are going to deploy a full-fledged Azure virtual machine using terraform.
  • How To Create A Virtual Machine (VM) With Reserved Public IP (VIP)Jul 17, 2018. In my previous blog, we learned that a Virtual IP (VIP) get lost or changed when we stop or deallocate the virtual machine (VM). So, to overcome this we can assign a reserved IP so that whenever we restart the virtual machine we would get the same IP.