forked from WendellAdriel/dev-curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
129 lines (114 loc) · 2.96 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Site settings
baseurl: "" # the subpath of your site, e.g. /portfolio
url: "" # the base hostname & protocol for your site
language: "" # language to set into html tag, default is en
# User settings
author: Samuel Grave
author-title: Full Stack Developer
email: [email protected]
twitter: itsmegrave
github: itsmegrave
facebook: itsmegrave
linkedin: grave
bio: "Father. Brazilian developer. Game, music, beer and technology lover.
My first steps with development began at age 13, with creation of websites. In 2002 I met C#, and then I worked in several projects, focusing on web development.
Since 2015, I'm working with NodeJS. Now it's my main stack.
I am passionate about technology and always seek new and better ways to solve problems.
Enthusiast for agile methodologies, already realized projects with SCRUM, XP and attended some workshops with Kanban."
# Skills
#
# I'll use five differents levels:
# 1 - Studying: You know the basics of the skill and is studying it to get better
# 2 - Padawan: You know a little more than the basics and is comfortable to work with it
# 3 - Work with: You know how to handle the skill and how to properly use it in a real project
# 4 - Specialist: You have advanced knowledge of the skill and know how to use its best practices in a real project
# 5 - Jedi: You master the skill, know how and when to use and when not use it
#
# You can change these names in _includes/_skill-level-name.html if you wish
#
# If you don't want one of the sections below, leave the variable without any values
front-end:
- name: HTML 5
level: 4
- name: React
level: 4
- name: CSS 3
level: 4
- name: JavaScript
level: 5
- name: jQuery
level: 3
- name: Angular
level: 2
- name: Bootstrap
level: 3
- name: Materialize CSS
level: 1
- name: LESS
level: 1
- name: SASS
level: 1
back-end:
- name: C#
level: 5
- name: Node.js
level: 4
- name: Elixir
level: 3
- name: Python
level: 2
- name: Java
level: 3
- name: SQL
level: 4
mobile:
- name: Xamarin
level: 3
db:
- name: MySQL
level: 4
- name: PostgreSQL
level: 4
- name: MongoDB
level: 3
- name: SQL Server
level: 4
- name: Oracle
level: 3
- name: NoSQL
level: 2
devops:
- name: Docker
level: 3
- name: Git
level: 4
- name: Continuous Integration
level: 4
- name: Continuous Delivery
level: 4
methodologies:
- name: Agile Methodologies
level: 4
- name: Scrum
level: 4
others:
- name: Web Services
level: 5
- name: REST
level: 4
- name: EntityFramework
level: 3
- name: MERN Stack
level: 4
# Build settings
markdown: kramdown
highlighter: rouge
sitemap: true # Generate sitemap.xml
sass:
sass_dir: css
style: compressed
## For more settings: https://jekyllrb.com/docs/configuration/
# exclude files if no need build
exclude: ['package.json', 'node_modules', 'README.md', 'LICENSE']
# Gems
gems: [jekyll-sitemap]