Skip to content

Commit

Permalink
adding university courses and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinesoto committed Apr 18, 2023
1 parent d1285ff commit 7ad61dc
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# my-classnotes
Just a repo with all my classnotes from college and personal studies

Just a repo with all my classnotes from college and personal studies

# Personal studies

## Deep Neural Networks with PyTorch:

- [Tensors and datasets](dnn-pytorch/week-1/week-1.md)

# University Engineering Sciences

## Professional programming

- [Class 3](Scrum/class3.md)
56 changes: 56 additions & 0 deletions scrum/class3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Class 3

# Gestión de la configuración

## Repaso

### Etapas:

- Prejuego:

- Sprint planning:
- Parte uno : definir el qué y el como (Product owner)

- Juego:
- Sprint
- Postjuego: puede conllevar a una release note

Minutas se hacen en la reuniones de coordinación:

- información importante: duración de un sprint, velocidad de un sprint con tiempo fijo.
- se menciona información y acuerdos que van tomando los desarrolladores.
-

En este esquema todavía no se menciona la parte de producción

## Proceso de control de la información:

### Nomenclatura y versionamiento:

- Convención de nombres:
- itemes de configuración
- ejemplo: project_id + type_id + version_id + draft_id

### Control de documentos

- Versionado
- Historial revisión

Tema

Apunte profe:

- Sprint planning:
Parte uno : definir el qué y el como (Product owner)

Actividad de hoy:

- Gestión curzada
- Gestion configuración:
- Control V
- control cambi
- Gestión Build

Integration continua:

- Travis - CI

0 comments on commit 7ad61dc

Please sign in to comment.