What did i learn today?
- .NET → https://courses.code-maze.com/courses/ultimate-aspnet-core-webapi/
- C# → https://www.educative.io/path/become-a-c-sharp-programmer
- C# → <Microsoft learn>
- C# (coding-interview) → https://www.educative.io/path/ace-the-c-sharp-coding-interview
- JavaScript → https://learnjavascript.online/
- TypeScript → https://learntypescript.online/
- React → https://react-tutorial.app/
#####################################################################
#####################################################################
LEYENDA RÁPIDA • Z1 = <70 % HRmáx (muy suave) · Z2 = 70–80 % HRmáx (fácil–cómodo) · Tempo = 85–88 % HRmáx • Fuerza: % sobre 1RM real y técnica estricta (tempo 3–1–1 cuando se indique). • Nordics solo Lun/Mar (excéntrico), Jue = isométricos (talón a banco) para respetar ≥72 h antes del sábado. • Escalera = 2 bloques: (1000/800/600) + (400/300/200). Descansos escritos en cada semana.
Semanas | Días/sem | Sesión (en orden semanal) | Ejercicios clave por sesión* | Objetivo principal |
---|---|---|---|---|
1-2 | 4 | A – B – A – B | A (Activación): quad sets, elevac. pierna recta, puente de glúteos, plancha. B (Movilidad/Core): clamshell, bird-dog, peso muerto 1 pierna sin carga, balance 1 pierna, foam-roller. |
Bajar dolor, activar musc. cuádriceps-glúteo, mejorar control. |
3-4 | 4 | A – C – B – C | C (Fuerza básica): sentadilla parcial + minibanda, step-up 15 cm, peso muerto rumano ligero, hip-thrust, calf-raise. | Ganar fuerza inicial y estabilidad sin impacto. |
5-6 | 4 | A – C – B – C | Igual que 3-4; sube reps → 15 antes de añadir 1-2 kg o banda +. | Consolidar fuerza, preparar más carga. |
7-8 | 5 | A – C – B – D – C | D (Propiocepción + cardio suave): caminata rápida 20 min (RPE 4/10) + balance BOSU/cojín 3×45 s/pierna + estiramientos & foam-roller. | Mejorar resistencia s |
Objetivo: desplegar imágenes de sistema operativo (Windows / Linux) de manera masiva y segura mediante arranque PXE y tráfico multicast/unicast, usando herramientas open-source (FOG Project, Clonezilla SE) o gratuitas de Microsoft (MDT).
Recurso | Detalle mínimo |
---|
Each Work Order (WO‑001 through WO‑005) represents a real sprint ticket from your lead architect. You must fulfill all MANDATORY TODOs for each order. Only those items will be evaluated during sprint review. Good luck!
STACK: .NET 8 Console, EF Core 8 (Npgsql), xUnit + SQLite InMemory
BUSINESS GOAL: The Compliance department needs a command‑line tool to register every technical book the company owns, for license audits.
Debug an entity:
using System.Text.Json;
var json = JsonSerializer.Serialize(entityFetchFromDb, new JsonSerializerOptions { WriteIndented = true });
Console.WriteLine("Response: ");
Console.WriteLine(json);