-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
645 lines (645 loc) · 50.2 KB
/
index.html
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<meta http-equiv="author" content="">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Free Code Camp BA - Wiki</title>
<link rel="icon" href="favicon-32x32.png" type="image/png" sizes="32x32">
<link rel="icon" href="favicon-16x16.png" type="image/png" sizes="1FFI6x16">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.6.3/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/master/devicon.min.css">
<link rel="stylesheet" href="https://github.com/FreeCodeCampBA/freecodecampba.github.io/blob/master/dist/css/styles.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="jumbotron">
<div class="container">
<div class="wiki-header">
<h1>Wiki</h1>
<h2>Recursos complementarios gratuitos</h2>
<h3>¿Querés colaborar? Abrí un <a href="https://guides.github.com/activities/hello-world/#pr" target="_blank">Pull Request</a> en el <a href="https://github.com/FreeCodeCampBA/wiki/">repositorio de GitHub</a>.</h3>
<h3>👉 <em>Si buscás algo más breve, te recomendamos visitar la <a href="https://github.com/FreeCodeCampBA/quick-start/" target="_blank">Guía Rápida</a>!</em></h3>
</div>
<div class="wiki-entries">
<div class="wiki-accesibility">
<h2>Accesibilidad</h2>
<ul>
<li><a href="http://accessibility.voxmedia.com/">Accessibility Guidelines</a></li>
</ul>
</div>
<div class="wiki-algorithms">
<h2>Algoritmos</h2>
<ul>
<li><a href="https://www.khanacademy.org/computing/computer-science/algorithms">Khan Academy: Algorithms</a></li>
<li><a href="http://www.geeksforgeeks.org/fundamentals-of-algorithms/">GeeksforGeeks Fundamentals of Algorithms</a></li>
<li><a href="http://algo-visualizer.jasonpark.me/">Algorithm Visualizer</a></li>
<li><a href="https://es.coursera.org/learn/algorithms-part1">Coursera Algorithms, Part I</a></li>
<li><a href="https://es.coursera.org/learn/algorithms-part2">Coursera Algorithms, Part II</a></li>
<li><a href="https://es.coursera.org/learn/algorithm-design-analysis">Algorithms: Design and Analysis, Part 1</a></li>
<li><a href="https://es.coursera.org/learn/algorithm-design-analysis-2">Algorithms: Design and Analysis, Part 2</a></li>
</ul>
<h3>Big-O</h3>
<ul>
<li><a href="https://justin.abrah.ms/computer-science/big-o-notation-explained.html">Big-O notation explained by a self-taught programmer</a></li>
<li><a href="https://justin.abrah.ms/computer-science/how-to-calculate-big-o.html">Big-O is easy to calculate, if you know how</a></li>
<li><a href="https://rob-bell.net/2009/06/a-beginners-guide-to-big-o-notation/">A beginner’s guide to Big O notation</a></li>
<li><a href="https://medium.freecodecamp.com/time-is-complex-but-priceless-f0abd015063c#.5d3rj8oeq">Algorithms in plain English: time complexity and Big-O notation</a></li>
<li><a href="http://bigocheatsheet.com/">Big-O Cheat Sheet</a></li>
</ul>
</div>
<div class="wiki-angularjs">
<h2>Angular</h2>
<ul>
<li><a href="https://school.scotch.io/getting-started-with-angular-2">scotch.io’s Getting Started with Angular 2</a></li>
<li><a href="https://angular.io/tutorial">Fundamentals of Angular - Tour of Heroes.</a></li>
</ul>
</div>
<div class="wiki-api">
<h2>API</h2>
<ul>
<li><a href="https://medium.freecodecamp.com/what-is-an-api-in-english-please-b880a3214a82#.ba2wq6oag">What is an API? In English, please</a></li>
</ul>
</div>
<div class="wiki-dbs">
<h2>Bases de Datos</h2>
<ul>
<li><a href="https://code.tutsplus.com/tutorials/relational-databases-for-dummies--net-30244">Relational Databases for Dummies</a></li>
</ul>
<h3>SQL</h3>
<ul>
<li><a href="https://es.khanacademy.org/computing/computer-programming/sql">Khan Academy - Introducción a SQL: consulta y gestión de los datos</a></li>
<li><a href="http://sqlzoo.net/">SQLZOO: Learn SQL using: SQL Server, Oracle, MySQL, DB2, and PostgreSQL.</a></li>
<li><a href="https://sqlbolt.com/">SQLBolt: Learn SQL with simple, interactive exercises</a></li>
<li><a href="https://www.udacity.com/course/intro-to-relational-databases--ud197">Udacity’s Intro to Relational Databases</a></li>
<li><a href="https://lagunita.stanford.edu/courses/DB/2014/SelfPaced/about">Stanford’s Self-Paced DB Courses</a></li>
</ul>
<h3>MongoDB</h3>
<ul>
<li><a href="https://scotch.io/tutorials/an-introduction-to-mongodb">An Introduction to MongoDB</a></li>
<li><a href="https://github.com/evanlucas/learnyoumongo">learnyoumongo: A workshopper for MongoDB</a></li>
<li><a href="https://university.mongodb.com/courses/M101JS/about">M101JS: MongoDB for Node.js Developers</a></li>
<li><a href="https://www.edx.org/course/introduction-mongodb-using-mean-stack-mongodbx-m101x-0">Introduction to MongoDB using the MEAN Stack</a></li>
</ul>
</div>
<div class="wiki-browsers">
<h2>Browsers</h2>
<ul>
<li><a href="https://developers.google.com/web/updates/2012/04/Round-up-of-Web-Browser-Internals-Resources">Round-up of Web Browser Internals Resources</a></li>
</ul>
</div>
<div class="wiki-talks">
<h2>Charlas Recomendadas</h2>
<ul>
<li><a href="https://www.youtube.com/watch?v=rP1q6oIVco4">Raquel Vélez: Evolution of a Developer | JSConf EU 2014</a></li>
<li><a href="https://www.youtube.com/watch?v=8aGhZQkoFbQ">Philip Roberts: What the heck is the event loop anyway? | JSConf EU 2014</a></li>
<li><a href="https://www.youtube.com/watch?v=Xt5qpbiqw2g">The myth of the “Real JavaScript Developer” – Brenna O’Brien / Front-Trends 2016</a></li>
<li><a href="https://www.youtube.com/watch?v=e-5obm1G_FY">Anjana Vakil: Learning Functional Programming with JavaScript - JSUnconf 2016</a></li>
<li><a href="https://www.youtube.com/watch?v=NP9AIUT9nos">Real Software Engineering by Glenn Vanderburg</a></li>
<li><a href="https://www.youtube.com/watch?v=qZKvZzRynLE">How To Teach Yourself Code (ft. Quincy Larson)</a></li>
<li><a href="https://www.youtube.com/watch?v=_FioceDs7JA">Computer Science vs Self-Taught vs Coding Bootcamp (ft. Quincy Larson)</a></li>
</ul>
</div>
<div class="wiki-challenges">
<h2>Coding Challenges</h2>
<ul>
<li><a href="https://www.codewars.com/">Codewars</a></li>
<li><a href="https://www.hackerrank.com/">HackerRank</a></li>
<li><a href="http://exercism.io/">exercism.io</a></li>
<li><a href="https://www.codeeval.com/">CodeEval</a></li>
<li><a href="https://www.topcoder.com/">Topcoder</a></li>
<li><a href="https://projecteuler.net/">Project Euler</a></li>
</ul>
</div>
<div class="wiki-interviews">
<h2>Coding Interviews Preparation</h2>
<ul>
<li><a href="https://www.hackerrank.com/domains/tutorials/cracking-the-coding-interview">HackerRank's Cracking the Coding Interview</a></li>
<li><a href="https://www.topcoder.com/community/data-science/data-science-tutorials/">Topcoder’s Data Science Tutorials</a></li>
<li><a href="http://courses.csail.mit.edu/iap/interview/index.php">Hacking a Google Interview</a></li>
<li><a href="https://learn.hackerearth.com/">HackerEarth Academy</a></li>
<li><a href="https://www.hiredintech.com/">HiredInTech</a></li>
<li><a href="https://www.firecode.io/">Firecode.io</a></li>
<li><a href="https://www.interviewbit.com/">InterviewBit</a></li>
<li><a href="https://www.pramp.com/">Pramp</a></li>
<li><a href="http://www.practice.geeksforgeeks.org/">GeeksforGeeks Practice</a></li>
</ul>
</div>
<div class="wiki-cs">
<h2>Computación</h2>
<ul>
<li><a href="http://carlcheo.com/compsci">40 Key Computer Science Concepts Explained In Layman’s Terms</a></li>
</ul>
</div>
<div class="wiki-css">
<h2>CSS</h2>
<h3>Introductorios</h3>
<ul>
<li><a href="https://medium.freecodecamp.com/css-floats-explained-by-riding-an-escalator-57fa55232333#.x7oxjih6p">CSS Floats Explained By Riding An Escalator</a></li>
<li><a href="https://medium.freecodecamp.com/code-briefing-css-positioning-explained-by-building-an-ice-cream-sundae-f965f139deb9#.x2i3e0cz1">Code Briefing: CSS positioning explained by building an ice cream sundae</a></li>
<li><a href="http://marksheet.io/">MarkSheet</a></li>
<li><a href="http://www.htmldog.com/guides/css/">HTML Dog’s CSS Tutorials</a></li>
<li><a href="http://cssreference.io/">CSS Reference</a></li>
<li><a href="http://learnlayout.com/">Learn CSS Layout</a></li>
<li><a href="https://www.learnenough.com/css-and-layout-tutorial">Learn Enough CSS & Layout to Be Dangerous</a></li>
</ul>
<h3>Avanzados</h3>
<ul>
<li><a href="https://smacss.com/book/">Scalable and Modular Architecture for CSS: A flexible guide to developing sites small and large.</a></li>
</ul>
<h3>Posicionamiento</h3>
<ul>
<li><a href="https://medium.freecodecamp.com/css-positioning-explained-by-building-an-ice-cream-sundae-831cb884bfa9#.qke4y2jlr">CSS Positioning Explained By Building An Ice Cream Sundae</a></li>
<li><a href="https://www.rtfmanual.io/csssundae/">Learn CSS positioning by building an ice cream sundae (interactivo)</a></li>
</ul>
<h3>Performance</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Writing_efficient_CSS">Writing efficient CSS</a></li>
</ul>
<h3>Flexbox</h3>
<ul>
<li><a href="https://medium.freecodecamp.org/an-animated-guide-to-flexbox-d280cf6afc35">How Flexbox works — explained with big, colorful, animated gifs</a></li>
<li><a href="https://medium.freecodecamp.org/even-more-about-how-flexbox-works-explained-in-big-colorful-animated-gifs-a5a74812b053">Even more about how Flexbox works — explained in big, colorful, animated gifs</a></li>
<li><a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">A Complete Guide to Flexbox</a></li>
<li><a href="http://geddski.teachable.com/p/flexbox-zombies/">Flexbox Zombies</a></li>
<li><a href="https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties">A Visual Guide to CSS3 Flexbox Properties</a></li>
<li><a href="http://www.flexboxdefense.com/">Flexbox Defense</a></li>
<li><a href="http://flexboxfroggy.com/#es">Flexbox Froggy</a></li>
<li><a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">A Complete Guide to Flexbox (Chris Coyier)</a></li>
</ul>
<h3>Grid</h3>
<ul>
<li><a href="https://cssgrid.io/">Free Grid Course</a></li>
<li><a href="https://css-tricks.com/snippets/css/complete-guide-grid/">A Complete Guide to Grid</a></li>
<li><a href="https://cssgridgarden.com/#es">Grid Garden</a></li>
</ul>
<h3>Generadores</h3>
<ul>
<li><a href="http://loading.io/">Loading.io: Build Your Ajax Loading Icons with SVG / CSS / GIF</a></li>
</ul>
<h3>Efectos</h3>
<ul>
<li><a href="http://gudh.github.io/ihover/dist/">iHover</a></li>
<li><a href="http://ianlunn.github.io/Hover/">Hover.css</a></li>
</ul>
<h3>Otros</h3>
<ul>
<li><a href="https://afeld.github.io/emoji-css/">Emoji-CSS</a></li>
<li><a href="http://rscss.io/">rscss: A set of simple ideas to guide your process of building maintainable CSS</a></li>
</ul>
</div>
<div class="wiki-courses">
<h2>Cursos</h2>
<ul>
<li><a href="https://www.edx.org/course/introduction-computer-science-harvardx-cs50x">Harvard’s CS50x: Introduction to Computer Science</a></li>
<li><a href="https://www.edx.org/course/cs50s-introduction-to-game-development">Harvard’s CS50's: Introduction to Game Development</a></li>
<li><a href="https://www.edx.org/course/cs50s-apr-computer-science-principles-harvardx-cs50-ap">Harvard’s CS50's AP®: Computer Science Principles</a></li>
<li><a href="https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript">Harvard’s CS50's: Web Programming with Python and JavaScript</a></li>
<li><a href="https://www.edx.org/course/cs50s-mobile-app-development-with-react-native">Harvard’s CS50's: Mobile App Development with React Native</a></li>
<li><a href="https://www.edx.org/course/cs50s-computer-science-business-harvardx-cs50b">Harvard’s CS50's: Computer Science for Business Professionals</a></li>
<li><a href="https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0">Introduction to Linux</a></li>
<li><a href="https://frontendmasters.com/hi/courses/crash-course">Frontend Masters Crash Course</a></li>
<li><a href="http://mooc.fi/english.html">University of Helsinki’s Programming MOOCs</a></li>
<li><a href="http://www.nand2tetris.org/">From NAND to Tetris: Building a Modern Computer From First Principles</a></li>
</ul>
<h3>Otros</h3>
<ul>
<li><a href="https://medium.freecodecamp.com/the-data-dont-lie-here-are-the-50-best-free-online-university-courses-of-all-time-b2d9a64edfac#.fzvnaxd3m">The 50 best free online university courses according to data</a></li>
</ul>
</div>
<div class="wiki-devops">
<h2>DevOps</h2>
<h3>Docker</h3>
<ul>
<li><a href="https://www.docker.com/products/overview#/h_tutorial">Get Started with Docker</a></li>
<li><a href="https://www.katacoda.com/courses/docker/">Learn Docker & Containers using Interactive Browser-Based Labs</a></li>
<li><a href="http://mherman.org/blog/2015/03/06/node-with-docker-continuous-integration-and-delivery/">Node With Docker - Continuous Integration and Delivery</a></li>
<li><a href="https://blog.risingstack.com/node-hero-deploy-node-js-heroku-docker/">Node Hero - How to Deploy Node.js with Heroku or Docker</a></li>
</ul>
</div>
<div class="wiki-devtools">
<h2>DevTools</h2>
<h3>Chrome</h3>
<ul>
<li><a href="https://courses.nodecasts.io/courses/advanced-chrome-devtools">Advanced Chrome DevTools</a></li>
<li><a href="http://discover-devtools.codeschool.com/">CodeSchool’s Explore and Master Chrome DevTools</a></li>
</ul>
<h3>Firefox</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Tools">Firefox Developer Tools</a></li>
</ul>
</div>
<div class="wiki-design">
<h2>Diseño Web</h2>
<ul>
<li><a href="https://hackdesign.org/">Hack Design: Learn at your own pace. With articles, videos, and tutorials curated by some of the world’s best designers</a></li>
<li><a href="http://learndesignprinciples.com/">Design Principles</a></li>
</ul>
</div>
<div class="wiki-editor">
<h2>Editor de Texto</h2>
<h3>Atom</h3>
<ul>
<li><a href="http://flight-manual.atom.io/">Atom Flight Manual</a></li>
<li><a href="http://mherman.org/blog/2016/08/16/atom-for-web-developers/">Atom for Web Developers</a></li>
<li><a href="https://medium.freecodecamp.com/atom-treasures-82a64ac391c#.4j6jkrlfl">Atom treasures: a list of Atom plugins I can’t live without</a></li>
<li><a href="https://github.com/nwinkler/atom-keyboard-shortcuts">Atom Keyboard Shortcuts</a></li>
</ul>
<h3>General</h3>
<ul>
<li><a href="https://www.learnenough.com/text-editor-tutorial">Learn Enough Text Editor to Be Dangerous</a></li>
</ul>
</div>
<div class="wiki-students">
<h2>Estudiantes</h2>
<ul>
<li><a href="https://education.github.com/pack">GitHub Student Developer Pack</a></li>
<li><a href="https://www.jetbrains.com/student/">Free for students: Professional developer tools from JetBrains</a></li>
<li><a href="https://www.visualstudio.com/products/free-developer-offers-vs">Free Developer Offers | Visual Studio</a></li>
</ul>
</div>
<div class="wiki-ds">
<h2>Estructuras de Datos</h2>
<ul>
<li><a href="https://www.youtube.com/playlist?list=PLlipSLnrfrUlclWAcvmyxcn6R7tzwALhM">Data Structures in 5 Minutes (YouTube)</a></li>
<li><a href="https://github.com/thejameskyle/itsy-bitsy-data-structures">Itsy Bitsy Data Structures: super simplified examples of many of the common data structures written in easy to read JavaScript</a></li>
</ul>
</div>
<div class="wiki-git">
<h2>Git</h2>
<h3>Tutoriales</h3>
<ul>
<li><a href="http://rogerdudler.github.io/git-guide/">git - the simple guide</a></li>
<li><a href="http://learngitbranching.js.org/">Learn Git Branching</a></li>
<li><a href="https://www.git-tower.com/learn/">Tower’s Git & Version Control Tutorials</a></li>
<li><a href="https://es.atlassian.com/git/tutorials/">Atlassian’s Git Tutorials</a></li>
<li><a href="https://www.learnenough.com/git-tutorial">Learn Enough Git to Be Dangerous</a></li>
<li><a href="http://gitimmersion.com/">Git Immersion</a></li>
<li><a href="https://wildlyinaccurate.com/a-hackers-guide-to-git/">A Hacker’s Guide to Git</a></li>
</ul>
<h3>GitHub</h3>
<ul>
<li><a href="https://github.github.com/on-demand/intro-to-github/">Introduction to GitHub</a></li>
<li><a href="https://guides.github.com/">GitHub Guides</a></li>
</ul>
<h3>Otros</h3>
<ul>
<li><a href="http://ohshitgit.com/">Oh shit, git!: solucioná los problemas más comunes</a></li>
<li><a href="https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf">GitHub’s Git Cheat Sheet</a></li>
<li><a href="https://www.git-tower.com/blog/content/posts/54-git-cheat-sheet/git-cheat-sheet-large02.png">Tower’s Version Control Best Practices</a></li>
<li><a href="https://codewords.recurse.com/issues/two/git-from-the-inside-out">Git from the inside out</a></li>
</ul>
</div>
<div class="wiki-webdev">
<h2>Guías sobre desarrollo web</h2>
<ul>
<li><a href="https://www.codeschool.com/beginners-guide-to-web-development">CodeSchool’s Beginner’s Guide to Web Development</a></li>
<li><a href="http://webfieldmanual.com/code.html">Web Field Manual</a></li>
<li><a href="https://internetingishard.com/html-and-css/">HTML and CSS Is Hard: A friendly web development tutorial for complete beginners</a></li>
</ul>
</div>
<div class="wiki-html5">
<h2>HTML5</h2>
<ul>
<li><a href="https://www.edx.org/course/html5-introduction-w3cx-html5-0x-0">HTML5 Introduction</a></li>
<li><a href="http://www.htmldog.com/guides/html/">HTML Dog’s HTML Tutorials</a></li>
<li><a href="http://learn.shayhowe.com/html-css/">Shay Howe’s Learn to Code HTML & CSS</a></li>
<li><a href="https://www.learnenough.com/html-tutorial">Learn Enough HTML to Be Dangerous</a></li>
<li><a href="https://internetingishard.com/html-and-css/">https://internetingishard.com/html-and-css/</a></li>
</ul>
</div>
<div class="wiki-http">
<h2>HTTP</h2>
<ul>
<li><a href="https://codewords.recurse.com/issues/two/how-i-learned-to-stop-worrying-and-love-http">How I learned to (stop worrying and) love HTTP</a></li>
<li><a href="http://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-1--net-31177">HTTP: The Protocol Every Web Developer Must Know - Part 1</a></li>
<li><a href="http://code.tutsplus.com/tutorials/http-the-protocol-every-web-developer-must-know-part-2--net-31155">HTTP: The Protocol Every Web Developer Must Know - Part 2</a></li>
<li><a href="https://webdesign.tutsplus.com/tutorials/http-status-codes-in-60-seconds--cms-24317">HTTP Status COdes in 60 Seconds</a></li>
</ul>
<h3>HTTPS</h3>
<ul>
<li><a href="http://www.moserware.com/2009/06/first-few-milliseconds-of-https.html">The First Few Milliseconds of an HTTPS Connection</a></li>
</ul>
</div>
<div class="wiki-icons">
<h2>Íconos</h2>
<ul>
<li><a href="http://www.flaticon.com/">Flaticon</a></li>
<li><a href="http://fontawesome.io/">Font Awesome</a></li>
<li><a href="http://devicon.fr/">Devicon: a set of icons representing programming languages</a></li>
<li><a href="http://ionicons.com/">ionicons: The premium icon font for Ionic Framework</a></li>
<li><a href="http://getbootstrap.com/components/#glyphicons">Glyphicons</a></li>
<li><a href="http://zurb.com/playground/foundation-icon-fonts-3">Foundation Icon Fonts</a></li>
<li><a href="https://materialdesignicons.com/">Material Design Icons</a></li>
<li><a href="http://elusiveicons.com/">Elusive Icons</a></li>
</ul>
</div>
<div class="wiki-ai">
<h2>Inteligencia Artificial</h2>
<h3>Machine Learning</h3>
<ul>
<li><a href="https://www.coursera.org/learn/machine-learning">Machine Learning</a></li>
<li><a href="https://www.udacity.com/course/intro-to-artificial-intelligence--cs271">Udacity's Intro to Artificial Intelligence: Learn the Fundamentals of AI</a></li>
</ul>
</div>
<div class="wiki-images">
<h2>Imágenes</h2>
<ul>
<li><a href="https://unsplash.com/">Unsplash: free high-resolution photos</a></li>
<li><a href="http://stocky.pro/">Stocky: download free photo, video, graphics and music for commercial and personal use</a></li>
<li><a href="https://www.pexels.com/">Pexels: free stock photos</a></li>
<li><a href="https://burst.shopify.com/">Burst</a></li>
<li><a href="https://unsplash.it/">Unsplash It: beautiful placeholders using images from unsplash</a></li>
<li><a href="http://loremflickr.com/">LoremFlickr: placeholder images for every case, web or print, on almost any subject, in any size.</a></li>
<li><a href="https://placehold.it/">placehold.it: a quick and simple image placeholder service.</a></li>
</ul>
</div>
<div class="wiki-linux">
<h2>Linux</h2>
<ul>
<li><a href="https://www.guru99.com/unix-linux-tutorial.html">Guru99's Free Linux Tutorials</a></li>
</ul>
</div>
<div class="wiki-readings">
<h2>Lecturas Recomendadas</h2>
<ul>
<li><a href="http://www.20thingsilearned.com/en-US">20 Things I Learned About Browsers and the Web</a></li>
<li><a href="https://medium.com/@akosma/ser-programador-despu%C3%A9s-de-los-40-7daff770219e#.x1yhp5jsa">Adrian KosmaczewskiFollow: Ser Programador Después De Los 40</a></li>
<li><a href="http://blog.thefirehoseproject.com/posts/learn-to-code-and-be-self-reliant/">Firehose Blog: The Key To Accelerating Your Coding Skills Passing the Inflection Point and Becoming a Self-Reliant Web Developer</a></li>
<li><a href="https://medium.com/@mscccc/jr-developers-1-pull-requests-you-39a11c3bdd94#.4o4e0zguh">Jr. Developers #1: Pull Requests & You</a></li>
<li><a href="http://blog.thefirehoseproject.com/posts/35-bad-programming-habits-you-should-drop-right-now/">Firehose Blog: 35 Bad Programming Habits You Should Drop Right Now</a></li>
</ul>
</div>
<div class="wiki-books">
<h2>Libros</h2>
<ul>
<li><a href="https://medium.com/javascript-scene/12-books-every-javascript-developer-should-read-9da76157fb3#.eoj2yhk23">12 Books Every JavaScript Developer Should Read</a></li>
<li><a href="https://www.gitbook.com/book/frontendmasters/front-end-handbook/details">Front-End Handbook</a></li>
<li><a href="https://www.packtpub.com/packt/offers/free-learning">Packt Free Learning (1 eBook gratuito por día)</a></li>
</ul>
<h3>Git</h3>
<ul>
<li><a href="https://git-scm.com/book/en/v2">Pro Git</a></li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a href="https://watchandcode.com/p/practical-javascript">Practical JavaScript</a></li>
<li><a href="http://eloquentjavascript.net/">Eloquent JavaScript</a></li>
<li><a href="https://github.com/getify/You-Dont-Know-JS">You Don’t Know JS: A book series on JavaScript</a></li>
<li><a href="http://chimera.labs.oreilly.com/books/1234000000262/index.html">Programming JavaScript Applications</a></li>
<li><a href="http://jargon.js.org/">Simplified JavaScript Jargon</a></li>
<li><a href="https://addyosmani.com/resources/essentialjsdesignpatterns/book/">Learning JavaScript Design Patterns</a></li>
<li><a href="http://read.humanjavascript.com/ch01-introduction.html">Human JavaScript</a></li>
<li><a href="http://www.javascriptenlightenment.com/JavaScript_Enlightenment.pdf">JavaScript Enlightenment</a></li>
<li><a href="https://leanpub.com/javascriptallongesix/read">JavaScript Allongé, the “Six” Edition</a></li>
<li><a href="http://speakingjs.com/es5/">Speaking JavaScript</a></li>
<li><a href="http://jsbooks.revolunet.com/">JSbooks: muchos libros gratuitos para descargar</a></li>
</ul>
<h3>ES6</h3>
<ul>
<li><a href="https://leanpub.com/understandinges6/read">Understanding ECMAScript 6</a></li>
<li><a href="http://exploringjs.com/es6/">Exploring ES6: Upgrade to the next version of JavaScript</a></li>
<li><a href="https://leanpub.com/setting-up-es6/read">Setting up ES6</a></li>
<li><a href="https://leanpub.com/exploring-es2016-es2017/">Exploring ES2016 and ES2017</a></li>
</ul>
<h3>Programación Funcional</h3>
<ul>
<li><a href="https://www.gitbook.com/book/drboolean/mostly-adequate-guide/details">Professor Frisby’s Mostly Adequate Guide to Functional Programming</a></li>
<li><a href="http://reactivex.io/learnrx/">Functional Programming in Javascript</a></li>
<li><a href="https://channel9.msdn.com/Series/C9-Lectures-Erik-Meijer-Functional-Programming-Fundamentals/">C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals</a></li>
</ul>
</div>
<div class="wiki-mean">
<h2>MEAN Stack</h2>
<ul>
<li><a href="https://scotch.io/tutorials/a-realtime-room-chat-app-using-node-webkit-socket-io-and-mean">Make A Real-Time Chat Room using Node Webkit, Socket.io, and MEAN</a></li>
</ul>
</div>
<div class="wiki-design-patterns">
<h2>Patrones de Diseño</h2>
<h3>MVC</h3>
<ul>
<li><a href="https://medium.freecodecamp.com/model-view-controller-mvc-explained-through-ordering-drinks-at-the-bar-efcba6255053#.h325x57g1">Model-View-Controller (MVC) Explained Through Ordering Drinks At The Bar</a></li>
<li><a href="https://realpython.com/blog/python/the-model-view-controller-mvc-paradigm-summarized-with-legos/">Model-View-Controller (MVC) Explained – With Legos</a></li>
<li><a href="http://blog.iandavis.com/2008/12/what-are-the-benefits-of-mvc/">What Are The Benefits of MVC?</a></li>
<li><a href="https://en.wikibooks.org/wiki/Computer_Science_Design_Patterns/Model%E2%80%93view%E2%80%93controller">Model–view–controller</a></li>
</ul>
</div>
<div class="wiki-podcasts">
<h2>Podcasts</h2>
<h3>General</h3>
<ul>
<li><a href="http://www.codenewbie.org/podcast">CodeNewbie</a></li>
<li><a href="http://thisdeveloperslife.com/">This Developer’s Life: a personal and sometimes emotional look into the lives of web developers</a></li>
<li><a href="http://hanselminutes.com/">Hanselminutes Podcast by Scott Hanselman: Scott brings on prestigious guests for each episode and discusses their work and how it is influencing the world of tech and development</a></li>
<li><a href="https://www.computer.org/portal/web/computingnow/oncomputing">On Computing: Grady Brooch uses IEEE Software magazine as a reference in order to discuss the effect that computing is having on our species</a></li>
<li><a href="http://giantrobots.fm/">Giant Robots Smashing Into Other Giant Robots: a weekly podcast from Thoughtbot discussing the business of great software products</a></li>
<li><a href="http://5by5.tv/webahead">The Web Ahead: Conversations with world experts on changing technologies and future of the web. The Web Ahead is your shortcut to keeping up</a></li>
</ul>
<h3>Software Engineering</h3>
<ul>
<li><a href="http://www.se-radio.net/">Software Engineering Radio</a></li>
<li><a href="http://softwareengineeringdaily.com/category/podcast/">Software Engineering Daily</a></li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a href="https://javascriptair.com/">JavaScript Air: the live broadcast podcast all about JavaScript</a></li>
<li><a href="https://devchat.tv/js-jabber">JavaScript Jabber: a weekly discussion about JavaScript, front-end development, community, careers, and frameworks.</a></li>
<li><a href="https://fivejs.codeschool.com/">FiveJS: the latest news in the JavaScript community</a></li>
</ul>
<h3>Node.js</h3>
<ul>
<li><a href="http://nodeup.com/">NodeUp: A Node.js Podcast</a></li>
</ul>
<h3>FLOSS / Open Source</h3>
<ul>
<li><a href="https://changelog.com/podcast/">The Changelog: Open Source moves fast. Keep up</a></li>
<li><a href="https://twit.tv/shows/floss-weekly">FLOSS Weekly</a></li>
</ul>
</div>
<div class="wiki-programming">
<h2>Programación</h2>
<ul>
<li><a href="https://medium.com/javascript-scene/the-single-biggest-mistake-programmers-make-every-day-62366b432308#.fkjn379g5">The Single Biggest Mistake Programmers Make Every Day</a></li>
<li><a href="https://medium.com/javascript-scene/the-single-biggest-mistake-programmers-make-every-day-62366b432308#.fkjn379g5">The Single Biggest Mistake Programmers Make Every Day</a></li>
</ul>
<h3>Functional Programming</h3>
<ul>
<li><a href="https://codewords.recurse.com/issues/one/an-introduction-to-functional-programming">An Introduction to Functional Programming</a></li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a href="http://jsforcats.com/">JavaScript For Cats</a></li>
<li><a href="https://www.udacity.com/course/javascript-basics--ud804">Udacity's JavaScript Basics</a></li>
<li><a href="https://github.com/ericelliott/essential-javascript-links">Essential JavaScript Links</a></li>
<li><a href="http://blog.adtile.me/2014/01/16/a-dive-into-plain-javascript/">A Dive Into Plain JavaScript</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript">MDN’s A re-introduction to JavaScript (JS tutorial) - Mozilla Developer Network</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript">MDN’s Introduction to Object-Oriented JavaScript</a></li>
<li><a href="http://www.htmldog.com/guides/javascript/">HTML Dog’s JavaScript Tutorials</a></li>
<li><a href="https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3#.uz0ofsrwu">The Two Pillars of JavaScript — Part 1: Prototypal OO</a></li>
<li><a href="https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4#.bert2g85a">The Two Pillars of JavaScript — Part 2: Functional Programming</a></li>
<li><a href="https://medium.com/javascript-scene/common-misconceptions-about-inheritance-in-javascript-d5d9bab29b0a#.9giapnn2g">Common Misconceptions About Inheritance in JavaScript</a></li>
<li><a href="http://ejohn.org/apps/learn/">Learning Advanced JavaScript</a></li>
<li><a href="http://jstherightway.org/">JavaScript: The Right Way</a></li>
<li><a href="http://superherojs.com/">SuperHero.js</a></li>
<li><a href="http://bonsaiden.github.io/JavaScript-Garden/">JavaScript Garden: a growing collection of documentation about the most quirky parts of the JavaScript programming language</a></li>
</ul>
<h4>jQuery</h4>
<ul>
<li><a href="http://try.jquery.com/">Try jQuery: Learn the basic building blocks of jQuery</a></li>
</ul>
<h4>JavaScript ES6</h4>
<ul>
<li><a href="https://medium.com/javascript-scene/how-to-learn-es6-47d9a1ac2620#.sjqekkj4o">How to Learn ES6</a></li>
<li><a href="https://courses.nodecasts.io/courses/javascript-es6">JavaScript ES6</a></li>
</ul>
<h3>Node.js</h3>
<ul>
<li><a href="https://github.com/maxogden/art-of-node/#the-art-of-node">The Art of Node</a></li>
<li><a href="https://hyperdev.com/help/learn-node-js-free-beginner-course/">Learn Node.js: A free interactive course for Node beginners</a></li>
<li><a href="https://blog.risingstack.com/node-hero-tutorial-getting-started-with-node-js/">Node Hero - Getting Started With Node.js Tutorial</a></li>
<li><a href="http://www.nodebeginner.org/">The Node Beginner Book</a></li>
<li><a href="http://nodeguide.com/">Felix’s Node.js Guide</a></li>
<li><a href="http://nodeschool.io/">NodeSchool: Open source workshops that teach web software skills</a></li>
<li><a href="https://s3.amazonaws.com/scotchio/First-Node-App.pdf">First Node App</a></li>
<li><a href="https://courses.nodecasts.io/courses/introduction-to-node-js">Introduction to Node.js</a></li>
<li><a href="https://www.coursera.org/learn/server-side-development">Server-side Development with NodeJS</a></li>
<li><a href="http://www.journaldev.com/7462/node-js-architecture-single-threaded-event-loop">Node JS Architecture – Single Threaded Event Loop</a></li>
</ul>
<h4>Express.js</h4>
<ul>
<li><a href="https://courses.nodecasts.io/courses/express-js">Express.js</a></li>
</ul>
<h3>npm</h3>
<ul>
<li><a href="https://docs.npmjs.com/getting-started/what-is-npm">Getting Started</a></li>
<li><a href="https://courses.nodecasts.io/courses/introduction-to-npm">Introduction to npm</a></li>
<li><a href="https://blog.risingstack.com/node-hero-npm-tutorial/">Node Hero - Using NPM: Tutorial</a></li>
</ul>
<h3>React</h3>
<ul>
<li><a href="https://daveceddia.com/learning-react-start-small/">Learning React? Start small.</a></li>
<li><a href="https://ihatetomatoes.net/react-tutorial-for-beginners">React Tutorial for Beginners</a></li>
<li><a href="https://egghead.io/courses/react-fundamentals">Start learning React</a></li>
<li><a href="http://code.tutsplus.com/tutorials/intro-to-the-react-framework--net-35660">Intro to the React Framework</a></li>
<li><a href="https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.html">Create Apps with No Configuration</a></li>
<li><a href="https://github.com/markerikson/react-redux-links">React/Redux links: curated tutorial and resource links on React, Redux, ES6, and more</a></li>
</ul>
<h3>Redux</h3>
<ul>
<li><a href="https://medium.freecodecamp.org/understanding-redux-the-worlds-easiest-guide-to-beginning-redux-c695f45546f6?gi=813bdd3afe8c">Understanding Redux: The worlds easiest guide to beginning redux</a></li>
</ul>
<h3>Reactive Programming</h3>
<ul>
<li><a href="https://codewords.recurse.com/issues/two/an-introduction-to-reactive-programming">An Introduction to Reactive Programming</a></li>
</ul>
<h3>Otros</h3>
<ul>
<li><a href="http://youmightnotneedjquery.com/">You Might Not Need jQuery: Examples of how to do common event, element, ajax and utility operations with plain javascript</a></li>
<li><a href="http://youmightnotneedjs.com/">You Might Not Need JavaScript: Examples of common UI elements and interactions with HTML and CSS alone</a></li>
</ul>
</div>
<div class="wiki-recursos">
<h2>Recursos útiles para los proyectos</h2>
<ul>
<li><a href="http://caniuse.com/">Can I Use: provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers</a></li>
<li><a href="https://modernizr.com/">Modernizr</a></li>
<li><a href="http://necolas.github.io/normalize.css/">Normalize.css</a></li>
</ul>
</div>
<div class="wiki-references">
<h2>Referencias</h2>
<ul>
<li><a href="https://developer.mozilla.org/en-US/">Mozilla Developer Network</a></li>
</ul>
</div>
<div class="wiki-regex">
<h2>Regex</h2>
<ul>
<li><a href="http://regexone.com/">RegexOne</a></li>
<li><a href="http://regexr.com/">RegExr</a></li>
<li><a href="https://regex101.com/">regex101</a></li>
</ul>
</div>
<div class="wiki-infosec">
<h2>Seguridad</h2>
<h3>Criptografía</h3>
<ul>
<li><a href="http://www.wimp.com/how-encryption-works-in-your-web-browser/">How Encryption Works In Your Web Browser</a></li>
<li><a href="http://math.scu.edu/~eschaefe/book.pdf">An introduction to cryptography and cryptanalysis</a></li>
</ul>
<h3>Ingeniería Reversa</h3>
<ul>
<li><a href="https://beginners.re/">Reverse Engineering for Beginners (libro)</a></li>
</ul>
</div>
<div class="wiki-terminal">
<h2>Terminal</h2>
<ul>
<li><a href="http://cli.learncodethehardway.org/book/">The Command Line Crash Course</a></li>
<li><a href="https://www.digitalocean.com/community/tutorials/an-introduction-to-the-linux-terminal">An Introduction to the Linux Terminal</a></li>
<li><a href="https://www.learnenough.com/command-line-tutorial">Learn Enough Command Line to Be Dangerous</a></li>
<li><a href="http://conqueringthecommandline.com/book">Conquering the Command Line: Unix and Linux Commands for Developers</a></li>
<li><a href="http://guide.bash.academy/">The Bash Guide</a></li>
<li><a href="https://github.com/Idnan/bash-guide">bash-guide</a></li>
<li><a href="http://linuxcommand.org/">LinuxCommand.org</a></li>
<li><a href="http://explainshell.com/">explainshell.com: write down a command-line to see the help text that matches each argument</a></li>
</ul>
</div>
<div class="wiki-study">
<h2>Técnicas de Estudio</h2>
<ul>
<li><a href="https://medium.com/learning-new-stuff/a-simple-technique-to-learn-hard-stuff-ffaa7879bf7c#.lkqe3u6xo">The Easy Way To Learn Hard Stuff</a></li>
<li><a href="https://www.youtube.com/watch?v=FrNqSLPaZLc">Learn Faster with The Feynman Technique</a></li>
<li><a href="http://jamison.dance/07-04-2016/how-to-learn-technical-things">How To Learn Technical Things</a></li>
</ul>
</div>
<div class="wiki-ui">
<h2>UI</h2>
<ul>
<li><a href="https://yeun.github.io/open-color/">Open color: a color scheme for UI design</a></li>
<li><a href="https://coolors.co/">coolors: color schemes generator</a></li>
<li><a href="https://color.adobe.com/create/color-wheel/">Adobe's Color Wheel</a></li>
<li><a href="http://www.colors.commutercreative.com/grid/">147 colors: grid with the CSS named colors</a></li>
<li><a href="https://www.materialpalette.com/">Material Design Color Palette Generator</a></li>
<li><a href="http://htmlcolorcodes.com/">HTML Color Codes: HTML color codes, Hex color codes, RGB and HSL values, color chart and HTML color names</a></li>
<li><a href="https://palx.jxnblk.com/f3c">PALX: Automatic UI Color Palette Generator</a></li>
</ul>
</div>
<div class="wiki-universities">
<h2>Universidades</h2>
<ul>
<li><a href="http://www.uopeople.edu/programs/">University Of The People</a></li>
<li><a href="https://ossu.firebaseapp.com/">Open Source Society University: Path to a free self-taught education in Computer Science</a></li>
</ul>
</div>
<div class="wiki-utilities">
<h2>Utilidades</h2>
<ul>
<li><a href="http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python">Really Simple HTTP Server with Python</a></li>
<li><a href="https://mlab.com/">MongoDB Database-As-A-Service (500Mb gratis)</a></li>
</ul>
</div>
<div class="wiki-ux">
<h2>UX</h2>
<ul>
<li><a href="https://www.edx.org/course/introduction-user-experience-michiganx-ux501x">edX's Introduction to User Experience</a></li>
</ul>
</div>
<div class="wiki-dataviz">
<h2>Visualización de Datos</h2>
<h3>D3</h3>
<ul>
<li><a href="https://www.rtfmanual.io/d3garden/">Learn D3.js Basics By Planting A Vegetable Garden</a></li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>