Personal technical blog of Shaun Smith (@TechnicallyShaun).
This repository contains the source for technicallyshaun.com, a space focused on the intersection of AI, developer experience, and automation.
- AI & LLMs: Prompt engineering, agentic workflows, and the evolution of software engineering.
- Developer Tools: Building and configuring workflows that stay out of the way.
- Automation: Practical scripts and systems for the desktop, cloud, and lab.
- Homelab: Self-hosting, infrastructure, and hardware-level experimentation.
- Two Speeds of AI Coding
- The Moment AI Clicked
- Meet Dai
- I Tried to Prompt Inject My Own AI
- PKM: Personal Knowledge Management
- Engine: Jekyll 4.3.x
- Theme: Modified Minima
- Deployment: GitHub Actions
- Hosting: GitHub Pages
- Domain: technicallyshaun.com
# Install dependencies
bundle install
# Run server with live reload
bundle exec jekyll serve --livereloadPushes to master trigger a GitHub Action that builds the site and deploys it to the custom domain.
© Shaun Smith. Content is licensed under CC BY-NC-SA 4.0. Code is MIT.