Skip to content

Instantly share code, notes, and snippets.

View Dcerverizzo's full-sized avatar
:shipit:
working at @cobrefacil

Daniel Cerverizzo Dcerverizzo

:shipit:
working at @cobrefacil
View GitHub Profile
{
"$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",
@Dcerverizzo
Dcerverizzo / README.md
Created June 17, 2019 18:17 — forked from joyrexus/README.md
Vanilla JS equivalents of jQuery methods

Sans jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@Dcerverizzo
Dcerverizzo / pry.rb
Created March 20, 2019 18:54 — forked from aalvesjr/pry.rb
Tutorial para usar PRY
# 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