A centralized repository for all talent development materials, training resources, and educational content. This repository serves as the single source of truth for learning resources, glossaries, templates, and training materials across Reaktor's Talent Development function.
A comprehensive glossary of artificial intelligence and generative AI terms, concepts, and definitions. This living document covers everything from basic AI concepts to advanced topics like agentic AI, RAG systems, and model architectures.
Location: training_materials/genAI-glossary.md
Guidance and instructions for the trainees.
Location: training_materials/trainee-instructions.md
A complete React/TypeScript starter template designed for AI-assisted development workflows. This template demonstrates modern development practices and provides a foundation for building applications with AI tools.
Location: training_materials/spec-dev-template/
Includes:
- Backend: TypeScript-based backend with SQLite database integration
- Frontend: React + TypeScript with Vite, Tailwind CSS, and atomic component design
- Documentation: Comprehensive specs, templates, and agent prompts for development workflows
talent-development-assets/
βββ README.md # This file
βββ training_materials/
β βββ genAI-glossary.md # Comprehensive AI terminology reference
β βββ trainee-instructions.md # Training delivery guidance
β βββ spec-dev-template/ # React/TypeScript starter template
β β βββ backend/ # Node.js/TypeScript backend
β β βββ frontend/ # React/TypeScript frontend
β β βββ docs/ # Documentation and specifications
β β βββ package.json # Root package configuration
β β βββ tsconfig.json # TypeScript configuration
β β βββ README.md # Template-specific documentation
β β βββ node_modules/
β
This repository will grow to become the central hub for all talent development assets, providing comprehensive resources for learning modern development practices, AI-assisted workflows, and best practices in software engineering.