Serie | Days | Hours | Read: | Equivalent to: | Difficulty | In Story | Acceptable on Sprint? |
---|---|---|---|---|---|---|---|
1 | 0 | 4 | 4 hours | Less than half a day | Simple | Complete | Yes |
2 | 0 | 7 | 7 hours | Almost a day | Simple | Complete | Yes |
3 | 1 | 4 | Day and a half | More than one day | Simple | Complete | Yes |
5 | 2 | 0 | 2 days | 2 days | Reachable | Complete | Yes |
8 | 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "stackoverflow" | |
}, | |
"basics": { | |
"name": "Hugo Mario Tilano Osorio", | |
"label": "Backend developer", | |
"image": "https://avatars.githubusercontent.com/u/12479873?v=4", | |
"email": "[email protected]", | |
"phone": "(+57) 300 728 34 93", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontSize": 22, | |
"files.autoSave": "onWindowChange", | |
"editor.renderWhitespace": "boundary", | |
"window.restoreWindows": "all", | |
"window.zoomLevel": 1, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnSave": true, | |
"editor.tabSize": 2 |