I'm a Technical SEO Consultant & Software Dev. I'm currently a Technical SEO Director at @locomotive-agency and help clients grow within Organic Search where it matters most. I also develop custom SEO tools & automation to help uncover invaluable SEO opportunities that move the needle.
When I'm not crawling websites or coding you can find me playing guitar or digging through thrift stores and antique shops.
class MeIrl:
def __init__(self):
self.name = 'Tyler Gargula'
self.work = ['LOCOMOTIVE Agency', 'Independent Consulting']
self.education = ['DePaul University', 'App Brewery', 'DeepLearning.AI']
self.hobbies = ['Guitar', 'Thrift', 'Vintage', 'Cooking', 'Gaming']
def current_location(self):
return 'Chicago, IL, USA'
def next_locations(self):
return ['Paris, FR', 'Barcelona, ESP', 'Toronto, CA']
def currently(self):
return {
'studying': ['Machine Learning', 'Natural Language Processing', 'Vector Databases'],
'reading': ['Ask the Dust', 'Journey to the End of the Night', 'The Utopia of Rules'],
'tinkering': ['Pinecone', 'Embeddings', 'LLMs', 'Cloudflare Workers'],
'gaming': ['The First Berserker: Khazan', 'Black Myth: Wukong', 'Silent Hill 2 (2024)', 'Avowed']
}