Skip to content

Instantly share code, notes, and snippets.

View Claercio's full-sized avatar

Claércio Santos Claercio

  • CJS_Development
  • Brasil
View GitHub Profile
@Claercio
Claercio / cloudSettings
Created March 14, 2018 19:53
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-03-14T19:51:45.735Z","extensionVersion":"v2.9.0"}
@Claercio
Claercio / cloudSettings
Created March 14, 2018 19:50
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-03-14T19:50:25.547Z","extensionVersion":"v2.9.0"}

Links úteis

  • A Rant about Estimation – When Will We Stop Being Crazy

  • InfoQ BR

    • Fuja da escravidão antes que ela te alcance - Nesta palestra, Vinícius Teles nos fala a respeito da realidade de muitos trabalhadores que possuem vidas estáveis, porém repletas de frustrações advindas de suas rotinas e carreiras aparentemente seguras. Vinícius trata do empreendedorismo, com dicas para profissionais de tecnologia que buscam atingir não apenas a estabilidade financeira, mas também a plena satisfação profissional e pessoal.

    • Agile Brazil 2012

@Claercio
Claercio / index.md
Last active August 29, 2015 14:06 — forked from mathisonian/index.md

demo gif

The final result: require() any module on npm in your browser console with browserify

This article is written to explain how the above gif works in the chrome (and other) browser consoles. A quick disclaimer: this whole thing is a huge hack, it shouldn't be used for anything seriously, and there are probably much better ways of accomplishing the same.

Update: There are much better ways of accomplishing the same, and the script has been updated to use a much simpler method pulling directly from browserify-cdn. See this thread for details: mathisonian/requirify#5

inspiration