Tim Warner's Avatar

Tim Warner

@techtrainertim

Tim Warner 🌐 TechTrainerTim.com πŸ“ Nashville, TN, USA (Central Time Zone) Tech educator specializing in DevOps with Microsoft Azure, GitHub Enterprise Cloud, and the Copilot generative AI ecosystem.

930
Followers
1
Following
134
Posts
09.05.2023
Joined
Posts Following

Latest posts by Tim Warner @techtrainertim

Preview
Prevent Secret Exposure with Secret Scanning (GH-500)

My new Pluralsight course published! Prevent Secret Exposure with Secret Scanning (GH-500): www.pluralsight.com/courses/gh50...

04.03.2026 22:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I built an AZ-104 Cert Buddy in VS Code + GitHub Copilot: agents + skills that generate exam-real practice questions, grade answers with doc-grounded explanations, and create labs you can validate in your Azure subscription.

Video: youtu.be/9RZWTgNTy90

Repo: github.com/timothywarne...

02.03.2026 18:16 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Just retook AZ-104 fresh after letting it expire. Candid take:

πŸ”₯ Hardest Microsoft cert exam, period
🧠 It's a data synthesis test disguised as a technical exam
πŸ“¦ Azure Storage gets HEAVY coverage
🚫 Stop worrying about perf-based labs and subnetting

Full NDA-friendly breakdown:
youtu.be/AjFPRg0QTac

28.02.2026 18:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

My GH-100 (GitHub Administration) exam review is up. Real-world admin skills (SSO/SCIM, RBAC, audit logs), plus a few β€œwhy is this question written like that” moments.

Study guide: learn.microsoft.com/en-us/creden...

Video: youtu.be/N8HrQGWBhjM

25.02.2026 16:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Git worktree helpers for parallel Claude Code sessions β€” Start-ClaudeWorktree / Stop-ClaudeWorktree (PowerShell 7+) Git worktree helpers for parallel Claude Code sessions β€” Start-ClaudeWorktree / Stop-ClaudeWorktree (PowerShell 7+) - ClaudeWorktree.ps1

Yo! I built a PowerShell utility for parallel Claude Code sessions via git worktrees.

Start-ClaudeWorktree: one command to spin up a sibling worktree + new terminal tab with Claude running.

Stop-ClaudeWorktree: merge back, nuke the worktree, done.

Gist: gist.github.com/timothywarne...

17.02.2026 17:23 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Enhance Software Supply Chain Security with Dependency Review (GH-500)

Hey there! If you're studying for the GH-500 GitHub Advanced Security (GHAS) certification, check out my latest Pluralsight course, Enhance Software Supply Chain Security with Dependency Review (GH-500)!

www.pluralsight.com/courses/gh50...

16.02.2026 15:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I realized I was using "token" sloppily. Not wrong exactly, just imprecise.

This quick video separates tokens, identifiers, and symbols by layer:

πŸ“ Text β†’ Tokens (lexing)
🌳 Tokens β†’ Structure (parsing)
πŸ”— Names β†’ Symbols (binding)
⚑ Symbols β†’ Values (runtime)

youtu.be/bsB3BS2hC6Q

01.02.2026 18:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Multi-cursor editing in VS Code is genuinely life-changing once it clicks

🎯 Alt+Click for surgical placement
⚑ Ctrl+D grabs matching tokens one by one
πŸ”₯ Ctrl+Shift+L selects ALL occurrences
πŸ”§ Toggle modifier key to Ctrl if Alt feels wrong

8 min tutorial:
youtu.be/7NgU_FTnGJ0

31.01.2026 18:40 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

TIL after years of using Git: git archive

Creates clean zip snapshots of your repo without:

🚫 node_modules
🚫 virtual environments
🚫 .git metadata

My 180MB folder β†’ 14MB. Perfect for uploading codebases to ChatGPT/Claude.

youtu.be/WaZkdLRZubM

27.01.2026 16:22 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Post image

New video: Getting Gemini Code Assist running in VS Code

Google's copying everyone else's patterns and honestly? That's great for us. Learn it once, use it everywhere.

Fair warning: run multiple AI assistants and they WILL fight like puppies in a bag.

youtu.be/rGPfi4Q9Rj8

20.01.2026 17:27 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Claude Cowork just saved me hours of scutwork:

πŸ”Ή Bulk social posts from 20 YT videos β†’ Buffer CSV
πŸ”Ή 9-year-old conference repo β†’ 2026 presentation
πŸ”Ή Folder-based, not chat-based

This is what real AI automation looks like.

youtu.be/vz6y5BaUQsc

19.01.2026 23:19 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Hey! We shipped my new Pluralsight course: CircleCI Advanced Configuration.

Advanced workflows, config reuse, parameters, Orbs, and sane pipeline architecture for grown-up CI/CD.

No fluff. No copy-paste YAML debt.

πŸ”— www.pluralsight.com/courses/circ...

19.01.2026 17:08 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

Stop mousing around in VS Code.

The Command Palette has hidden prefix modes:

@ β†’ symbols in current file
# β†’ symbols across your whole project
: β†’ jump to any line
? β†’ shows all the options

Quick win: Remove the > caret with backspace for instant file search.

youtu.be/fZnS4DA9egU

18.01.2026 17:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

GitHub killed Knowledge Bases. Spaces are the replacement.

Getting them working in VS Code? That was a journey.

πŸ”§ HTTP transport, not Docker stdio
πŸ”‘ X-MCP-Toolsets: default,copilot_spaces
⚠️ Only 2 tools right now, but watch for updates

Full walkthrough:
youtu.be/4luVUa-pS-c

15.01.2026 21:23 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Finally got BYOK working with GitHub Copilot!

πŸ”Ή Deploy your model in Azure AI Foundry
πŸ”Ή Register API key in GitHub Enterprise
πŸ”Ή Pick it from VS Code's model selector
πŸ”Ή Fine-tuning + agentic features unlocked

Stock models are fine. YOUR models are better.

youtu.be/gndyFfyp2J0

15.01.2026 01:12 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Code To Cloud: 2026 Certification Secrets: Elevate Your IT Career
Code To Cloud: 2026 Certification Secrets: Elevate Your IT Career YouTube video by Code To Cloud

Code to Cloud: 2026 Certification Secrets

Kevin and I discuss what we think are the most important IT certifications of the new year. Enjoy! www.youtube.com/watch?v=ZfjX...

13.01.2026 13:32 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Your wall-of-text AI prompts are holding you back.

πŸ”Ή XML-style tags give LLMs clear boundaries
πŸ”Ή All 3 major vendors recommend it
πŸ”Ή No valid XML needed -- intent matters

Quick demo + Claude Skills automation:
youtu.be/TBeZmQiZR5k

31.12.2025 19:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Just dropped a new video breaking down Copilot Studio agent creation from scratch.
🎯 Plain English β†’ working AI agent
πŸ“š Add your own knowledge sources
πŸ§ͺ Test in real-time before publishing
πŸš€ Live demo site in seconds
No code required. Easier than it looks.
youtu.be/tTj__zkK0dQ

30.12.2025 17:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

The chat UI lies to you about how LLMs actually work.

πŸ“ START = hot zone (high recall)
πŸ“ MIDDLE = risk zone (gets missed)
πŸ“ END = hot zone (immediate attention)

Structure beats sprawl. Position beats length.

New lessonβ€”12 min, no fluff:
youtu.be/oOL0WY1b_x4

20.12.2025 18:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

New video: How to create an agent in M365 Copilot

The catch? These aren't really "agents"β€”they're custom GPTs. Still useful for internal team scenarios, just know the limits.

I walk through building an RAI Coach from scratch, no code required.

youtu.be/Wn5UaH2YkqI

19.12.2025 15:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

New video: Subagents in Claude Code

πŸ”§ Spawn parallel AI instances with isolated context
⌨️ Ctrl+B to background agents while you work
πŸ“ Project or user-level storage for reuse
πŸ“Š /context shows your token breakdown

Real walkthrough, real debugging, real learning. Enjoy!

youtu.be/dk0kn2evY38

17.12.2025 19:04 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

I'm teaching context engineering, so I built a demo. Simple MCP server (~400 lines TypeScript):

β€’ Store notes locally
β€’ Search by relevance
β€’ Compress to fit a character budget

Run it in VS Code with Copilot. Clone it, break it, learn from it.
πŸ”— github.com/timothywarner-org/copilot-memory-store

14.12.2025 15:59 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Post image

CircleCI is an opinionated SaaS CI/CD platform that works hand in glove with GitHub Enterprise Cloud.

I just released a new Pluralsight course, Getting Started with CircleCI, focused on practical pipelines and how CircleCI thinks about CI/CD.

Check it out!

www.pluralsight.com/courses/gett...

12.12.2025 16:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Microsoft has 3 paths for building agents and most orgs pick wrong:

πŸ”Ή M365 Copilot agents = glorified custom GPTs
πŸ”Ή Copilot Studio = where real power lives
πŸ”Ή Azure Foundry = nuclear option

They're layers, not competitors. Start low-code.

youtu.be/3jZ_lzsgWTM

28.11.2025 18:03 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Case studies on Microsoft cert exams stress everyone out β€” until you have a system.

My 4-step strategy:

β†’ Skim for theme (90 sec max)
β†’ Find the callback hint in each question
β†’ Targeted tab search
β†’ Match and answer, keep moving

Work smarter, not harder.
youtu.be/jpJc0ElB4rY

27.11.2025 16:07 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

New video: Why AZ-104 is the hardest Microsoft cert exam (in my 30 years of experience)

4 pillars of pain:
- Breadth AND depth
- Azure networking (a whole career crammed in)
- Case studies & data analysis
- Multiple "correct" answers

Plus tips that actually work πŸ‘‡

🎬 youtu.be/qkSOrJwIQ70

26.11.2025 16:01 πŸ‘ 2 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Post image

Recording a breakdown of the Microsoft Certification Exam rules: AI bans, braindumps, score challenges, and how your data is shared. If you take MS certs, this clears up a lot of confusion. Video link: youtu.be/pXnM4Dbd2VI

#Microsoft #Certification

25.11.2025 19:43 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

New video alert! 🚨 Microsoft Practice Assessments aren't what you think they are.

Breaking down the truth about these free assessments and what you ACTUALLY need to pass your Microsoft cert exam.

Hope it helps! youtu.be/c7dTLq9SzmU

#Azure #Certification #CloudComputing #TechEducation

23.11.2025 21:26 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Hi! Here's my candid, NDA-friendly review of Microsoft brand-new expert-level cert Agentic AI Business Solutions Architect (AB‑100). Hope it's helpful!

youtu.be/MCIon6epv74

22.11.2025 23:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Visualizing Network Traffic and Advanced Analysis

Happy Friday! If you use Wireshark to any extent, you may be interested in my brand-new Pluralsight course, "Visualizing Network Traffic and Advanced Analysis"!

Enjoy!

www.pluralsight.com/courses/visu...

21.11.2025 14:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0