Aaron Mader is a backend web developer. This is his very short url.
>>> name = 'aaron'
>>> # Generate a numerical contraction
>>> # see: https://en.m.wikipedia.org/wiki/Numeronym
>>> short_name = f"{name[0]}{len(name)-2}{name[-1]}"
>>> print(short_name)
a3n
Aaron is an expert in the python programming language. You can say he speaks parseltongue if you like, he won't mind. You can learn more about him at his other, much longer domain: amad.ca