This commit is contained in:
2026-01-14 13:49:51 +01:00
commit db5b347cc1
20 changed files with 1466 additions and 0 deletions

View File

@@ -0,0 +1,101 @@
---
tags: [learning, roadmap]
---
# Learning Roadmap 2025
## 🎯 Priority 1: Interview Essentials
### Data Architecture Terminology (For SEB-like roles)
**Timeline**: 2 weeks
**Why**: Failed SEB interview due to terminology gap
- [ ] Data Mesh concepts and principles
- [ ] Data Governance frameworks
- [ ] Data Fabric vs Data Mesh
- [ ] Modern data architecture patterns
- [ ] Data Catalog and metadata management
- [ ] Create translation document: My work → Modern terms
**Resources**:
- "Data Mesh" by Zhamak Dehghani
- Azure Data Architecture documentation
- Data governance frameworks overview
---
### React Fundamentals (For Svenska Kraftnät)
**Timeline**: 3-4 weeks
**Why**: Job requirement, have Angular background
- [ ] React basics: Components, Props, State
- [ ] Hooks (useState, useEffect, etc.)
- [ ] React Router
- [ ] Integration with .NET Web APIs
- [ ] Build sample project: Todo app with .NET backend
**Resources**:
- React official documentation
- "React - The Complete Guide" (Udemy)
- Build personal project
---
## 🎯 Priority 2: Strengthen Core
### Modern .NET Patterns
**Timeline**: Ongoing
- [ ] .NET 8 new features
- [ ] Minimal APIs
- [ ] New authentication patterns
- [ ] Performance improvements
### Azure Architecture
**Timeline**: Ongoing
- [ ] Azure Well-Architected Framework review
- [ ] Cost optimization patterns
- [ ] Security best practices
---
## 🎯 Priority 3: Emerging Skills
### MLOps (For Vattenfall-type roles)
**Timeline**: 1-2 months
- [ ] ML model deployment patterns
- [ ] Azure ML services
- [ ] Model monitoring and governance
- [ ] MLOps pipelines
---
## 📅 Weekly Learning Schedule
### Monday
- 1 hour: Data Architecture reading
### Tuesday
- 1 hour: React practice
### Wednesday
- 1 hour: Technical articles/blogs
### Thursday
- 1 hour: React practice
### Friday
- 1 hour: Review and consolidation
### Weekend
- Build projects, experiment
---
## 🔗 Related
- [[Skills Inventory]]
- [[Data Mesh]]
- [[React]]
- [[Current Focus]]