Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
GitHub, Node.js y otros secretos de Silicon Valley
Search
Jeduan Cornejo
July 23, 2015
Technology
0
74
GitHub, Node.js y otros secretos de Silicon Valley
Plática dada en Campus Party Mexico 6.
Jeduan Cornejo
July 23, 2015
Tweet
Share
More Decks by Jeduan Cornejo
See All by Jeduan Cornejo
Login con Angular + NodeJS
jeduan
1
430
Introducción en 5 minutos a Lua
jeduan
3
71
Tarjetitas
jeduan
0
73
Tooling para desarrollar software
jeduan
1
110
Other Decks in Technology
See All in Technology
Amazon Aurora のバージョンアップ手法について
smt7174
2
190
4th place solution Eedi - Mining Misconceptions in Mathematics
rist
0
150
Apache Iceberg Case Study in LY Corporation
lycorptech_jp
PRO
0
380
OPENLOGI Company Profile for engineer
hr01
1
20k
開発者のための FinOps/FinOps for Engineers
oracle4engineer
PRO
2
260
プルリクエストレビューを終わらせるためのチーム体制 / The Team for Completing Pull Request Reviews
nekonenene
3
1.2k
LINEギフトにおけるバックエンド開発
lycorptech_jp
PRO
0
430
Platform Engineeringで クラウドの「楽しくない」を解消しよう
jacopen
4
210
MIMEと文字コードの闇
hirachan
2
1.5k
ABWG2024採択者が語るエンジニアとしての自分自身の見つけ方〜発信して、つながって、世界を広げていく〜
maimyyym
1
220
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
2
1.6k
DevinでAI AWSエンジニア製造計画 序章 〜CDKを添えて〜/devin-load-to-aws-engineer
tomoki10
0
210
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
30
4.6k
Why Our Code Smells
bkeepers
PRO
336
57k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Producing Creativity
orderedlist
PRO
344
40k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
440
Into the Great Unknown - MozCon
thekraken
35
1.6k
Typedesign – Prime Four
hannesfritz
41
2.5k
Testing 201, or: Great Expectations
jmmastey
42
7.2k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Site-Speed That Sticks
csswizardry
4
420
Transcript
None
Github, Node.js y otros secretos de Silicon Valley
Jeduan Se pronuncia ‘Yeduán’ (Si, así me llamo) @jeduan
None
None
Jeduan
None
Nodeschool Workshop Pioneer 10 PM - Hoy
• La improbable historia de JavaScript • JavaScript hoy •
Secretos de Silicon Valley
JavaScript
• 1995 • 10 días
None
None
None
None
Muchas personas todavía tienen esa impresión de JavaScript
• 2004
None
None
“Muchas personas todavía tienen esa impresión de Internet Explorer” –Alguien
en Microsoft
None
None
Renacimiento.
$('button.showtab').on('click', function () { $('.tab').show() })
$.get('/user/profile', function (data) { $('.content').html(data) })
• 2008
None
None
None
None
None
None
Threads
None
V8
None
Laravel Rails Django Sinatra Express Spring hapi Requests per second
0 10000 20000 30000 40000
app.post('/signup', function (request, response) { User.create(request.body) .then(function (user) { response.json(user)
}) })
socket.on('message', function(message) { socket.broadcast.emit('message', { username: socket.username, message: message })
})
JavaScript hoy
None
None
express.js
WebSockets
• WebRTC • WebGL
–Benito Juarez “JavaScript is eating the world”
None
El repositorio de módulos más grande del mundo
“This is the Unix philosophy. Write programs that do one
thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.” –Doug McIlroy
npm install is-positive npm install type-is npm install cookie
npm install webtorrent npm install gameboy npm install doppler npm
install accel-mma84
–The Atwood law “Any application that can be written in
JavaScript, will eventually be written in JavaScript.”
email-templates
Una comunidad acostumbrada a colaborar La idea es que nadie
empieza como experto.
Secretos* de Silicon Valley o, cómo el open source cambió
para siempre cómo trabajamos
Pruebas automáticas para saber en segundos si rompiste algo.
None
None
None
None
None
None
None
None
None
Revisiones de código como parte del proceso
None
None
En conclusión • JavaScript es un lenguaje maduro • Puedes
colaborar en todo tipo de proyectos • Colaborar con open source te enseña técnicas que están usando en Silicon Valley
Gracias @jeduan
[email protected]
Nodeschool Workshop Pioneer 10 PM - Hoy