Emma Jagger

Emma Jagger is a versatile engineer and maker with expertise in developing robust, scalable technical solutions. A Carnegie Mellon University graduate and Google alumna, Emma specializes in areas such as email validation, IP geolocation, and API integration. Her deep understanding of backend processes and frontend user experiences allows her to craft detailed, practical guides aimed at both developers and businesses. With a passion for simplifying complex technical concepts, Emma now writes insightful technical articles that help others navigate and implement real-world applications in the digital landscape.

API Guides written by Emma Jagger

The Simple Way to Validate Phone Numbers in Python
August 4, 2023
A simple guide to how to validate phone numbers in Python. We’ll cover format variations, the use of Python’s phone number library, and other methods.
Validate Phone Numbers in Laravel 6, 7, 8
August 4, 2023
A simple guide to validate both mobile and landline phone numbers in Laravel. We cover international numbers and Regex methods for Laravel 6, 7, and 8.
How to validate an email address in JavaScript
January 20, 2022
Follow this step by step guide and learn to validate email addresses using Javascript. Code samples, email structure and examples included.
Why are SMTP and MX checks important for email verification?
February 8, 2021
Learn everything you wanted to know about SMTP and MX checks: what they are, how to do them, and why they're critical to email verification.
Why IP Geolocation Can Go Wrong: Causes and Fixes
August 4, 2023
Find out why IP location may be incorrect, the general accuracy of IP geolocations, and what you can do to improve location data reliability.
What are the parts of an IP address
August 7, 2023
Learn what the different parts of an IP address mean with this easy to follow guide from Abstract API. We break down each piece of the address.
No items found.
What is the Difference Between PUT and PATCH?
October 24, 2024
Exploring the difference between PUT and PATCH. This articles will tell you what a PUT request is, what a PATCH request is, and much more.
What's the Difference Between Stateful and Stateless?
August 17, 2021
Exploring the difference between stateful and stateless. This article will tell you about stateful services, stateless services, give examples, and more.