I'm a Senior Architect at Lululemon and love working with Laravel and modern web technologies. All opinions are my own.
For over a decade, I've been using PHP (since the Movable Type days!), Laravel (since v5.4), TypeScript, JavaScript, and dabbling in Python and Rust across various industries. My journey has been driven by a single passion: making people's lives easier.
I have spent my entire career trying to find ways to improve the lives of others, and I'm always looking for new ways to do so. Whether it's solving world hunger or moving a button 3px to the left, if something I can do will help someone, I'll do it.
I share my knowledge through my YouTube channel Coding Out Loud and occasionally write how-tos on my blog.
<?php
class JTSmith extends Developer
{
public function getCurrentStack(): array
{
return [
'languages' => ['PHP', 'TypeScript', 'JavaScript', 'Python', 'Rust'],
'frameworks' => ['Laravel', 'React', 'Vue.js'],
'tools' => ['Git', 'Docker', 'Cloudflare'],
'location' => 'Calgary, Canada ๐จ๐ฆ'
];
}
public function getMission(): string
{
return 'Improve people\'s lives';
}
}OSS has been an important part of my journey, helping others automate their workflows and solve real problems:
| ๐ฆ Projects | ๐ Language | โญ Stars | ๐ Forks | โน๏ธ Issues | ๐ฌ Pull requests |
|---|---|---|---|---|---|
| ๐งฐ laravel-cfcache โ Cloudflare cache helpers for Laravel | |||||
| ๐บ LGTVMessenger โ Send messages directly to your LG webOS TV | |||||
| ๐ฎ Substr3am โ Passive reconnaissance/enumeration of interesting targets by watching for SSL certificates being issued |
You can also find me on other social media:
๐ฅ YouTube โ Laravel, PHP, web development
๐ Blog โ How-tos and tutorials
๐ฆ Twitter โ Tech thoughts and updates
๐บ Twitch โ Live coding sessions
๐ผ LinkedIn โ Professional network
๐ Website โ Portfolio and projects






