techai-explained

TechAI Explained

Complex tech. Simple explanations.

A tech education platform delivering in-depth tutorials, visual guides, and video content on AI, DevOps, reactive programming, and modern software engineering.

🌐 Live Site: techai-explained.netlify.app


πŸ“š Published Tutorials

Article Topic Read Time
Understanding AI Agents: Architecture Patterns That Work AI 12 min
Building Your First Copilot Extension in 30 Minutes Developer Tools 10 min
Kubernetes Autoscaling: A Visual Guide DevOps 13 min
Reactive Programming in 2026: What Changed Programming 11 min
Aspire for .NET Developers: The Missing Dashboard .NET 12 min
WebSockets vs SSE vs gRPC Streaming in 2026 Architecture 11 min
From Monolith to Microservices: A Practical Migration Guide Architecture 14 min
Event-Driven Architecture with Azure Service Bus and .NET Azure 13 min
GitHub Actions Advanced: Matrix Builds, Reusable Workflows, and OIDC DevOps 12 min
AI Code Generation: When to Trust It and When to Rewrite AI 10 min

πŸŽ₯ Video Script Outlines

Script Duration
AI Agents Explained in 10 Minutes 10 min
Why Kubernetes Won (And What’s Next) 12 min
The Developer Productivity Stack for 2026 11 min
Docker vs Podman: The Real Differences 9 min
How AI Changed Code Review Forever 10 min
Microservices Are Dead? What Actually Replaced Them 11 min
The 5 Tools Every Platform Engineer Uses Daily 10 min

πŸ› οΈ Tech Stack

πŸ—οΈ Development

# Install dependencies
npm install

# Local development
npm run dev

# Build for production
npm run build

The site builds to _site/ and deploys automatically via GitHub Actions.

πŸ“ Content Pipeline

  1. Research β€” identify trending topics in AI, DevOps, and software engineering
  2. Draft β€” write tutorials with code examples and visual diagrams
  3. Review β€” technical accuracy check and readability pass
  4. Publish β€” merge to main, auto-deploy to GitHub Pages
  5. Video β€” adapt written content into video scripts

πŸ“„ License

Content is Β© TechAI Explained Team. Code examples in tutorials are MIT licensed.


Built with ⚑ by the TechAI Explained Team