Skip to content

Instantly share code, notes, and snippets.

View humatios's full-sized avatar
💻
Working at Qrvey

Hugo Tilano humatios

💻
Working at Qrvey
View GitHub Profile
{
"meta": {
"theme": "stackoverflow"
},
"basics": {
"name": "Hugo Mario Tilano Osorio",
"label": "Backend developer",
"picture": "https://avatars0.githubusercontent.com/u/12479873?s=460&u=c856863d682b13b2f4c55f981ac7d53fdf5040a8&v=4",
"email": "humatios@hotmail.com",
"phone": "(+57) 300 728 34 93",
@humatios
humatios / story point.md
Last active June 28, 2022 14:17
Explanation of story points according to the Fibonacci number, in which the points are described according to time, difficulty or the story itself.
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
@humatios
humatios / conventional_commits.md
Last active August 6, 2022 13:47
How to Write a Git Commit Message

Conventional Commits

Summary

The commit message should be structured as follows:


<Emoji> <type>(<scope>): <subject>
|&lt;---- Using a Maximum Of 50 Characters ----&gt;|
@humatios
humatios / VS Code Configuration
Last active November 16, 2017 23:08
Personal configuration for VS Code
{
"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