// jQuery
$(document).ready(function() {
// code
})
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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Daniel Cerverizzo🦄", | |
"label": "Engineer Front-end | NodeJs Speaker | VueJs | React Js | Proud Member Rotaractor | Freelancer", | |
"image": "https://avatars.githubusercontent.com/u/13081219", | |
"email": "[email protected]", | |
"phone": "17 997665227", | |
"url": "", | |
"summary": "PLEASE CONTACT ME AT: [email protected]\n\nhttp://about.me/cerverizzo\n\n• Software Enginner at Cobrefacil\n\n•Proud member Rotaractor\n\n• TOEFL ITP Level: B2 \n\n• Brazilian jiu jitsu blue belt athlete\n\n• Judô black belt brazilian athlete\n\n• 5+ years of experience doing the best i can everyday \n\n• JS Lover", |
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
# instalar a GEM pry | |
gem install pry pry-doc | |
# executa console | |
pry | |
# curiosidades: | |
# auto-complete com TAB | |
# entrar no contexto do objeto com cd <objeto> | |
# possui paginação automatica |