NTaheij Blog

How to check if an Email Address is Valid and Exists With Python

Noah Taheij

Noah Taheij

Jun 05, 2023

With Python Programming Language, We can Easily Check if am Email address is Valid or not a valid email address. Once we find that an Email address is Valid then we can check if the email address is actually existing or not. Normally for validation, we can use a Normal Regular Expression to check for all the conditions if an Email Address is Valid or Not. In this article, I will show you all possible ways through which we can check if an email address is valid and Exists with Python Programming Language. To check if an Email address is valid in python we can write a Regular Expression but for that, we will see how a normal address looks like.

Continue Reading

Sharing Bicep Modules with Azure Container Registry

Noah Taheij

Noah Taheij

Jan 11, 2023

My goal here is to demonstrate you can build your own private registry and share Bicep modules within your team/organization. So in this article, we'll walk through the following: - Creating a Bicep module - Manually publish a Bicep module to ACR - Automating Bicep module publishing with GitHub Actions

Continue Reading

Windows Server 2022, why?

Noah Taheij

Noah Taheij

Feb 22, 2022

Windows Server 2022, what's new and why should(n't) you upgrade?

Continue Reading

Hello World!

Noah Taheij

Noah Taheij

Jan 06, 2022

My first post on this blog!

Continue Reading

Recent Posts

Categories