-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
762 lines (696 loc) · 79.7 KB
/
index.html
File metadata and controls
762 lines (696 loc) · 79.7 KB
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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
<!DOCTYPE HTML>
<html>
<head>
<title>Web Developer's Bookmarks</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MPPD0VP86D"> </script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag()
{
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-MPPD0VP86D');
</script>
</head>
<body>
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="images/avatar.jpg" alt="" /></span>
<h1 id="logo" class="animated lightSpeedIn">
<a rel="no-follow" href="#">Web Developer's Bookmarks</a></h1>
<p class="animated flip">Everything a Web Developer Needs!</p>
</header>
<p>Made with <span class="love">♥</span> by <a href="https://sutlej.net/mansoor/">Mansoor Rana</a></p>
<nav id="nav">
<ul>
<li><a href="#home" class="active">Index</a></li>
<li><a href="#proskill">Programmer's Skill</a></li>
<li><a href="#source">Source and Credits</a></li>
<li><a href="#report">Report an Issue</a></li>
<li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://www.twitter.com/dearmansoor" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/dearmansoor" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://instagram.com/rmak78" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/rmak78" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a rel="no-follow" href="https://api.whatsapp.com/send?phone=+923133359999&text=Hi!%20Mansoor" class="icon fa-whatsapp"><span class="label">WhatsApp</span></a></li>
<li><a href="mailto:mansoor@sutlej.net" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- One -->
<section id="home">
<div class="container">
<header class="major">
<h2 class="animated tada">Web Developer's Bookmarks</h2>
<p class="animated flash">Some useful websites for Web Developers.</p>
</header>
<p>When learning CS there are some useful sites you must know to get always informed in order to do your technologies eve and learn new things. Here is a non exhaustive list of some sites you should visit, this list will get updated as soon as I can
get another link, but you can also contribute by adding those you know!</p>
<ol>
<p class="subt">Index</p><ol>
<li><a rel="no-follow" href="#when-you-get-stuck">When you get stuck</a></li>
<li><a rel="no-follow" href="#news">News</a></li>
<li><a rel="no-follow" href="#coding-practice-for-beginners">Coding practice for beginners</a></li>
<li><a rel="no-follow" href="#for-those-who-want-to-start-a-small-project-but-cant-find-the-ideas">For those who want to start a small project but can't find the ideas</a></li>
<li><a rel="no-follow" href="#general-coding-advice">General Coding advice</a></li>
<li><a rel="no-follow" href="#coding-style">Coding Style</a></li>
<li><a rel="no-follow" href="#general-tools">General Tools</a></li>
<li><a rel="no-follow" href="#interview-preparation">Interview Preparation</a></li>
<li><a rel="no-follow" href="#documentaries">Documentaries</a></li>
<li><a rel="no-follow" href="#moocs-for-learning-something-new">MOOCs for learning something new</a></li>
<li><a rel="no-follow" href="#sites-related-to-your-preferred-programming-language-for-me-java">Sites related to your preferred programming language (For me Java)</a></li>
<li><a rel="no-follow" href="#learn-ai">Learn AI</a></li>
<li><a rel="no-follow" href="#seminar--research-writing--talks-etc">Seminar , research writing , talks etc</a></li>
<li><a rel="no-follow" href="#everything-in-one-place">Everything in one place</a></li>
<li><a rel="no-follow" href="#youtube-channels">YouTube Channels</a></li>
<li><a rel="no-follow" href="#good-articles">Good Articles</a></li>
<li><a rel="no-follow" href="#podcasts">Podcasts</a></li>
<li><a rel="no-follow" href="#building-a-simple-compilerinterpreter">Building a Simple Compiler/Interpreter</a></li>
<li><a rel="no-follow" href="#watch-others-code">Watch others code</a></li>
<li><a rel="no-follow" href="#tutorials">Tutorials</a></li>
<li><a rel="no-follow" href="#what-should-a-developer-know">What should a Web Developer know</a></li>
<li><a rel="no-follow" href="#competitive-programming">Competitive programming</a></li>
<li><a rel="no-follow" href="#computer-books">Computer Books</a></li>
<li><a rel="no-follow" href="#video-tutorials">Video Tutorials</a></li>
<li><a rel="no-follow" href="#online-compiler-and-sharing-code-snippets">Online Compiler and Sharing Code snippets</a></li>
<li><a rel="no-follow" href="#blogs-of-developers">Blogs of Developers</a></li>
<li><a rel="no-follow" href="#for-improving-your-english">For improving your English</a></li>
<li><a rel="no-follow" href="#when-you-get-bored-from-cs-related-stuff">When you get bored from CS related stuff</a></li>
<li><a rel="no-follow" href="#Bash-and-shell-scripting">Bash and Shell scripting</a></li>
<li><a rel="no-follow" href="#Magazines">Magazines</a></li>
</ol>
</div>
<div class="subtitle">
<section id="when-you-get-stuck">
<p class="subt"> When you get stuck</p><ol>
<ol>
<li>- <a rel="no-follow" href="https://stackoverflow.com/">Stack Overflow</a> : Subscribe to their weekly newsletter and any other topic which you find interesting</li>
<li>- <a rel="no-follow" href="https://www.quora.com/">Quora</a>: A place to share knowledge and better understand the world</li>
<li>- <a rel="no-follow" href="https://learn-anything.xyz/">Learn Anything</a> : Community curated knowledge graph of best paths for learning anything</li>
<li>- <a rel="no-follow" href="https://www.devrant.io/">devRant</a> : Community where you can rant and release your stress</li>
<li>- <a rel="no-follow" href="https://www.codementor.io/">Codementor</a>: A mentorship community to learn from fellow developers via live 1:1 help and more.</li>
</ol>
</section>
<section id="news">
<p class="subt"> News</p><ol><ol>
<li>- <a rel="no-follow" href="https://news.ycombinator.com/">Hacker News</a>: news aggregator for programmers where civility is king, try a newsletter to get top news to your inbox:</li>
<li>- <a rel="no-follow" href="http://www.hackernewsletter.com/">Hacker Newsletter</a> : curated by hand, delivered weekly</li>
<li>- <a rel="no-follow" href="https://hndigest.com/">Hacker News Digest</a> : Curated automatically, delivered as frequently as you want</li>
<li>- <a rel="no-follow" href="https://arstechnica.com/">Ars Technica</a> : Posts unique quality articles</li>
<li>- <a rel="no-follow" href="http://technews.acm.org/">ACM TechNews</a> : TechNews</li>
<li>- <a rel="no-follow" href="https://stratechery.com/">Stratechery</a> : Stratechery by Ben Thompson </li>
<li>- <a rel="no-follow" href="https://lobste.rs/">Lobsters </a>: Lobsters is a technology-focused community centered around link aggregation and discussion.</li>
<li>- <a rel="no-follow" href="https://techcrunch.com/">TechCrunch</a> : Dedicated to obsessively profiling startups, reviewing new Internet products, and breaking tech news</li>
<li>- <a rel="no-follow" href="https://www.theverge.com/">The Verge</a> : More product oriented tech news</li>
<li>- <a rel="no-follow" href="https://www.recode.net/">Recode</a> : Tech news that focuses on the business of Silicon Valley </li>
<li>- <a rel="no-follow" href="http://www.gsmarena.com/">GSMArena</a> : News related to latest mobile phones and android.</li>
<li>- <a rel="no-follow" href="https://hackernoon.com/">Hacker Noon</a> : AI, JavaScript and technology</li>
<li>- <a rel="no-follow" href="https://www.producthunt.com/">Product hunt</a> : Discover your next favorite thing</li>
<li>- <a rel="no-follow" href="https://alternativeto.net/">AlternativeTo</a> : Crowdsourced software recommendations</li>
<li>- <a rel="no-follow" href="https://betterdev.link/">Better Dev Links</a> : Weekly links to help you become a better developer</li>
<li>- <a rel="no-follow" href="http://devopslinks.com/">DevOpsLinks</a> : An online community of thousands of developers and IT experts interested in DevOps</li>
</section>
<section id="coding-practice-for-beginners">
<p class="subt"><strong> Coding practice for beginners</strong></p><ol>
<ol>
<li>- <a rel="no-follow" href="https://www.freecodecamp.org/">freeCodeCamp</a> : Learn to code and build projects for nonprofits. Build your full stack web development portfolio today</li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/dailyprogrammer">[Reddit.com/r/dailyprogrammer]</a>:Interesting programming challenges where you can learn from looking at other's code, even if you are not able to solve code you can look at how others solved.</li>
<li>- <a rel="no-follow" href="http://programmingbydoing.com/">Programming by doing</a>: very good site for those who want to start with absolute basics</li>
<li>- <a rel="no-follow" href="http://www.codeabbey.com/">CodeAbbey</a> :A place where everyone can master programming, Best place to begin with problems that start at the easiest and gradually increase difficulty with each problem.</li>
<li>- <a rel="no-follow" href="http://exercism.io/">Exercism.io</a>: Download and solve practice problems in over 30 different languages, and share your solution with others.</li>
<li>- <a rel="no-follow" href="http://rosettacode.org/wiki/Category:Programming_Tasks">Programming Tasks</a> : large collection of small programs</li>
<li>- <a rel="no-follow" href="https://github.com/karan/Projects-Solutions">karan/Projects-Solutions</a> : Solutions to most of the problems in the link above</li>
<li>- <a rel="no-follow" href="http://lod-cloud.net/">Lod - Cloud]</a>: The Linking Open Data cloud diagram</li>
<li>- <a rel="no-follow" href="https://caveofprogramming.com/">Cave of programming</a> : Learn to program, Upgrade your skills.</li>
<li>- <a rel="no-follow" href="https://www.peoplecanprogram.com/">People Can Program</a>: The most user-friendly code learning application on the internet.</li>
<li>- <a rel="no-follow" href="https://www.codecademy.com/">Codeacademy</a> : Learn to code interactively, for free.</li>
<li>- <a rel="no-follow" href="https://vim-adventures.com/">Vim adventures</a> : Learn VIM by playing</li>
<li>- <a rel="no-follow" href="https://www.pramp.com/">Pramp</a> : It's your turn to be the interviewer. when done, click on the swap roles button on the left</li>
<li>- <a rel="no-follow" href="http://paqmind.com/en">Paqmind</a> : Guides and challenges to learn programming.</li>
</ol>
</section>
<section id="for-those-who-want-to-start-a-small-project-but-cant-find-the-ideas"><p class="subt"><strong> For those who want to start a small project but can't find the ideas</strong></p><ol>
<ol>
<li>- <a rel="no-follow" href="http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list">martyr2s-mega-project-ideas-list</a>: contains about 125 project ideas from beginner to intermediate level.</li>
<li>- <a rel="no-follow" href="https://github.com/karan/Projects">karan/Projects</a>: a large collection of small projects for beginners with</li>
<li>- <a rel="no-follow" href="https://medium.freecodecamp.org/every-time-you-build-a-to-do-list-app-a-puppy-dies-505b54637a5d?gi=c786640fbd11">FreeCodeCamp | React project ideas</a>: 27 fun app ideas you can build while learning React.</li>
<li>- <a rel="no-follow" href="http://rodiongork.tumblr.com/post/108155476418/wrong-big-projects-for-beginners">Wrong "big projects" for beginners</a> : How to choose where to start</li>
<li>- <a rel="no-follow" href="https://github.com/vicky002/1000_Projects">vicky002/1000-Projects</a> : Mega List of practical projects that one can solve in any programming language!</li>
</ol>
</section>
<section id="general-coding-advice"><p class="subt"><strong> General Coding advice</br></strong></p><ol>
<ol>
<li>- <a rel="no-follow" href="https://medium.freecodecamp.com/things-i-wish-someone-had-told-me-when-i-was-learning-how-to-code-565fc9dcb329?gi=fc6d0a309be">Things I Wish Someone Had Told Me When I Was Learning How to Code — Free Code Camp</a> : What I’ve learned from teaching others</li>
<li>- <a rel="no-follow" href="http://thecodist.com/article/lessons_from_a_lifetime_of_being_a_programmer">Lessons From A Lifetime Of Being A Programmer</a> : The Codist Header Lessons From A Lifetime Of Being A Programmer</li>
<li>- <a rel="no-follow" href="https://webpro.github.io/programming-principles/">Programming Principles</a>: Categorized overview of Programming Principles & Patterns</li>
<li>- <a rel="no-follow" href="http://matt.might.net/articles/what-cs-majors-should-know/">What every computer science major should know</a> : The Principles of Good Programming</li>
<li>- <a rel="no-follow" href="https://okepi.wordpress.com/2014/08/21/how-to-become-a-programmer-or-the-art-of-googling-well/">How to become a programmer, or the art of Googling well</a> : How to become a programmer, or the art of Googling well</li>
<li>- <a rel="no-follow" href="https://www.kevinlondon.com/2015/05/05/code-review-best-practices.html">Code Review Best Practices</a>: Kevin London's blog</li>
<li>- <a rel="no-follow" href="https://stephenhaunts.com/2013/12/11/dieter-rams-10-principles-of-good-product-design/">Dieter Rams : 10 Principles of Good Product Design</a> : Stephen Haunts { Coding in the Trenches }</li>
<li>- <a rel="no-follow" href="../../stephenhaunts.files.wordpress.com/2014/04/10-ways-to-be-a-better-developer.png">10-ways-to-be-a-better-developer</a> : Ways to become a better dev!</li>
<li>- <a rel="no-follow" href="https://henrikwarne.com/2012/12/12/working-as-a-software-developer/">Working as a Software Developer</a> : Henrik Warne's blog</li>
<li>- <a rel="no-follow" href="https://en.wikipedia.org/wiki/Software_design_pattern">Software design pattern</a> : The entire collection of Design Patterns.</li>
<li>- <a rel="no-follow" href="https://sourcemaking.com/design_patterns">Design Patterns</a> : Design Patterns explained in detail with examples.</li>
<li>- <a rel="no-follow" href="https://github.com/wearehive/project-guidelines">JS Project Guidelines</a> : A set of best practices for JavaScript projects.</li>
</ol>
</section>
<section id="coding-style"><p class="subt"><strong> Coding Style</strong></p><ol><ol>
<li>- <a rel="no-follow" href="http://stanford.edu/class/archive/cs/cs106b/cs106b.1158/styleguide.shtml">CS 106B Coding Style Guide</a> : must see for those who create spaghetti</li>
<li>- <a rel="no-follow" href="https://google.github.io/styleguide/cppguide.html">Google C++ Style Guide</a></li>
<li>- <a rel="no-follow" href="https://github.com/airbnb/javascript">Airbnb JS Style Guide</a>: A mostly reasonable approach to JavaScript</li>
<li>- <a rel="no-follow" href="https://github.com/airbnb/ruby">Airbnb Ruby Style Guide</a> : A ruby style guide by Airbnb</li>
<li>- <a rel="no-follow" href="https://github.com/bbatsov/ruby-style-guide">Ruby coding style guide</a> : A community-driven Ruby coding style guide</li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/learnprogramming/comments/1i4ds4/what_are_some_bad_coding_habits_you_would/">What are some bad coding habits you would recommend a beginner avoid getting into?</a>: Bad habits to avoid when you get start</li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/C_Programming/comments/1vuubw/good_c_programming_habits/">Good C programming habits. • /r/C_Programming</a> : C programming habits to adopt</li>
<li>- <a rel="no-follow" href="https://www.python.org/dev/peps/pep-0008/">PEP8 - Style Guide for Python Code</a> : Style Guide for Python Code</li>
<li>- <a rel="no-follow" href="https://google.github.io/styleguide/pyguide.html">Google Python Style Guide</a>: Google Python Style Guide</li>
<li>- <a rel="no-follow" href="https://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How to Report Bugs Effectively</a> : Want to report a bug but you don't how? Check out this post</li>
<li>- <a rel="no-follow" href="http://www.umich.edu/~eecs381/generalFAQ/Debugging.html">Debugging Faqs</a>: Check out how to debug your program</li>
<li>- <a rel="no-follow" href="https://github.com/open-source-society/computer-science">Directory of Online CS Courses</a> : Free online CS courses</li>
<li>- <a rel="no-follow" href="https://github.com/prakhar1989/awesome-courses">Directory of CS Courses (many with online lectures)</a> : Another online CS courses</li>
<li>- <a rel="no-follow" href="https://github.com/johnpapa/angular-styleguide/tree/master/a1">Angular 1 Style Guide</a> : Officially endorsed style guide by John Pappa</li>
<li>- <a rel="no-follow" href="https://github.com/behzad888/Aurelia-styleguide">Aurelia Style Guide</a> : An Aurelia style guide by Behzad Abbasi(Behzad888)</li>
</section>
<section id="general-tools"><p class="subt"><strong> General Tools</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://regex101.com/">regex101</a> : Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript</li>
<li>- <a rel="no-follow" href="https://codepen.io/">CodePen</a>: Front End Developer Playground & Code Editor in the Browser</li>
<li>- <a rel="no-follow" href="http://vorillaz.github.io/devicons/#/main">Devicons</a> : Cheatsheet for devs icons</li>
<li>- <a rel="no-follow" href="http://regexr.com/">Regexr</a> : Another online regex tester, user friendly and contains lots of examples</li>
<li>- <a rel="no-follow" href="https://codepad.remoteinterview.io/DDCUYLAEYS">CodePad</a> : Quickly Conduct Coding Interviews and Phone Screen Interviews.</li>
</section>
<section id="interview-preparation"><p class="subt"><strong> Interview Preparation</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.pramp.com/ref/gt1">Pramp | A free on demand interview practice platform for Software Engineers</a> : Practice coding interviews with real peers
<li>- <a rel="no-follow" href="http://www.geeksforgeeks.org/">GeeksforGeeks | A computer science portal for geeks</a> : also subscribe to their feeds to get links to their new articles.
<li>- <a rel="no-follow" href="https://www.techinterview.org/">A site for technical interview questions, brain teasers, puzzles, quizzles</a> : whatever the heck those are and other things that make you think!</li>
<li>- <a rel="no-follow" href="https://www.beehyve.io/">BeehYve</a>: Student crowdsourced resources for any topic </li>
<li>- <a rel="no-follow" href="https://leetcode.com/problemset/algorithms">Problems | LeetCode OJ</a> : Coding practice for interviews
<li>- <a rel="no-follow" href="http://www.programmerinterview.com/">Programmer And Software Interview Questions Answers</a></li>
<li>- <a rel="no-follow" href="https://www.reddit.com/user/ashish2199/m/puzzles/">Reddit user ashish219 puzzles</a>: Logic Puzzles</li>
<li>- <a rel="no-follow" href="http://puzzles.nigelcoldwell.co.uk/">A Collection of Quant Riddles With Answers</a></li>
<li>- <a rel="no-follow" href="http://www.indiabix.com/">Aptitude Questions and Answers</a> : Quant and aptitude preparation
<li>- <a rel="no-follow" href="http://javahonk.com/category/interview/">Interview Archives - Java Honk</a></li>
<li>- <a rel="no-follow" href="http://www.programcreek.com/2012/11/top-10-algorithms-for-coding-interview">Top 10 Algorithms for Coding Interview</a></li>
<li>- <a rel="no-follow" href="https://www.hiredintech.com/algorithm-design">Algorithm design canvas</a></li>
<li>- <a rel="no-follow" href="http://bigocheatsheet.com/#">Big-O Algorithm Complexity Cheat Sheet</a></li>
<li>- <a rel="no-follow" href="http://cheatsheetworld.com/programming/unix-linux-cheat-sheet">Unix / Linux Cheat Sheet</a></li>
<li>- <a rel="no-follow" href="http://kelukelu.me/interview/index.html">How to interview</a></li>
<li>- <a rel="no-follow" href="http://www.palantir.com/2011/09/how-to-rock-an-algorithms-interview">How to Ace an Algorithms Interview</a></li>
<li>- <a rel="no-follow" href="http://gurmeet.net/puzzles/">Delightful Puzzles</a></li>
<li>- <a rel="no-follow" href="https://visualgo.net/en">visualising data structures and algorithms through animation</a></li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/cscareerquestions/comments/1jov24/heres_how_to_prepare_for_tech_interviews/">Here's How to Prepare for Tech Interviews • /r/cscareerquestions</a></li>
<li>- <a rel="no-follow" href="https://www.kchodorow.com/blog/2013/02/28/guide-to-tech-interviews/">Guide to Tech Interviews</a></li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/cscareerquestions/comments/1b8wa3/why_you_make_less_money/">Why You Make Less Money • /r/cscareerquestions</a></li>
<li>- <a rel="no-follow" href="http://placement-iit2013.blogspot.in/">IIT Delhi Placement Experience</a></li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/cscareerquestions/comments/209rkq/what_are_your_goto_questions_for_the_do_you_have/">What_are_your_goto_questions_for_the_do_you_have?</a></li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/cscareerquestions/comments/20ahfq/heres_a_pretty_big_list_of_programming_interview/">/r/cscareerquestions</a> : Here's a pretty big list of programming interview questions I compiled while studying for big 4 interviews. I think you guys will find it useful!</li>
<li>- <a rel="no-follow" href="https://blogs.janestreet.com/interviewing-at-jane-street/">Interviewing At Jane Street</a></li>
<li>- <a rel="no-follow" href="https://github.com/samwincott/Internship-Guide">Samwincott/Internship-Guide</a>: An aggregrate of links related to internships.</li>
<li>- <a rel="no-follow" href="http://se7so.blogspot.in/2014/01/how-to-prepare-for-interview-1.html">How to prepare for an interview - 1</a></li>
<li>- <a rel="no-follow" href="http://www.datsi.fi.upm.es/~frosal/docs/25mdq.html">The 25 most difficult HR questions</a></li>
<li>- <a rel="no-follow" href="http://lifehacker.com/tag/job-interviews">Job interviews News, Videos, Reviews and Gossip - Lifehacker</a></li>
<li>- <a rel="no-follow" href="http://www.icsjobportal.com/blog/job-interview-questions">How to Answer the Toughest 40 Job Interview Questions | ICS Job Portal</a></li>
<li>- <a rel="no-follow" href="https://www.thebalance.com/job-interview-questions-and-answers-2061204">Job Interview Questions and Best Answers</a></li>
<li>- <a rel="no-follow" href="http://www.artofmanliness.com/2016/01/05/tell-me-a-little-about-yourself/">How to Answer "Tell Me a Little About Yourself" | The Art of Manliness</a></li>
<li>- <a rel="no-follow" href="http://www.artofmanliness.com/2012/08/06/how-to-ace-a-job-interview">Job Interview: How to Ace a Job Interview | The Art of Manliness</a></li>
<li>- <a rel="no-follow" href="http://www.lifeclever.com/give-your-resume-a-face-lift/">Give your résumé a face lift</a></li>
<li>- <a rel="no-follow" href="http://ssp.impulsetrain.com/big-o.html">BIG O Misconceptions</a></li>
<li>- <a rel="no-follow" href="https://gist.github.com/dideler/2365607">Bitwise tricks</a></li>
<li>- <a rel="no-follow" href="http://javahonk.com/core-java-interview-questions/">Core Java Interview questions- Interview question on each topic</a></li>
<li>- <a rel="no-follow" href="http://www.adnjavainterview.com/">Java Interview Questions and Answers</a></li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/cscareerquestions/comments/2lzc4h/big_collection_of_interview_preparation_links/">Big collection of interview preparation links • /r/cscareerquestions</a></li>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/india/comments/1clgdj/unsolicited_advice_for_job_seekers_and_employers/">Unsolicited_advice_for_job_seekers_and_employers</a></li>
<li>- <a rel="no-follow" href="https://sites.google.com/site/steveyegge2/five-essential-phone-screen-questions">five-essential-phone-screen-questions - steveyegge2</a></li>
<li>- <a rel="no-follow" href="http://web.stanford.edu/class/cs9/">CS9: Problem-Solving for the CS Technical Interview</a></li>
<li>- <a rel="no-follow" href="https://github.com/mission-peace/interview/wiki">Mission-peace/interview problems</a> : A large collection of coding interview problems</li>
<li>- <a rel="no-follow" href="http://stevestedman.com/wp-content/uploads/VennDiagram1.pdf">QL Joins explained using venn diagram</a></li>
<li>- <a rel="no-follow" href="http://www.java67.com/2013/04/10-frequently-asked-sql-query-interview-questions-answers-database.html">10 Frequently asked SQL Query Interview Questions</a></li>
<li>- <a rel="no-follow" href="https://www.essentialsql.com/get-ready-to-learn-sql-database-normalization-explained-in-simple-english/">Get Ready to Learn SQL: 8. Database Normalization Explained in Simple English - Essential SQL</a></li>
<li>- <a rel="no-follow" href="http://www.cmi.ac.in/~madhavan/courses/pl2006/lecturenotes/lecture-notes/lecture-notes.html">Programming Language Concepts: Lecture Notes</a> : OOPs concepts and programming language concepts.</li>
<li>- <a rel="no-follow" href="https://www.hiredintech.com/app">We Help Coders Get Hired</a> : Website offering courses on system design, interview strategies, soft skills etc</li>
<li>- <a rel="no-follow" href="https://github.com/checkcheckzz/system-design-interview">checkcheckzz/system-design-interview</li>
<li>- <a rel="no-follow" href="http://haseebq.com/how-to-break-into-tech-job-hunting-and-interviews">How to Break Into the Tech Industry - a Guide to Job Hunting and Tech Interviews</a></li>
<li>- <a rel="no-follow" href="http://placementsindia.blogspot.com/">Freshers Interviews</a></li>
<li>- <a rel="no-follow" href="http://www.gowrikumar.com/c/index.php">C PUZZLES, Some interesting C problems</a></li>
<li>- <a rel="no-follow" href="https://www.ocf.berkeley.edu/~wwu/riddles/hard.shtml"> Wu riddles(hard)</a> : logic puzzles and riddles</li>
<li>- <a rel="no-follow" href="https://github.com/odino/interviews">Interview Questions</a> : list of important questions for interview</li>
<li>- <a rel="no-follow" href="https://github.com/svozniuk/java-interviews">svozniuk/java-interviews</a> : Java interview questions</li>
<li>- <a rel="no-follow" href="https://github.com/kimberli/interviews">kimberli/interviews</a> : study sheet for Interview</li>
<li>- <a rel="no-follow" href="https://stackoverflow.com/questions/11094330/determining-the-big-o-runtimes-of-these-different-loops">Determining the big-O runtimes of these different loops?</a> : really good stackoverflow question that covers basics of calculating runtime complexity.</li>
<li>- <a rel="no-follow" href="https://github.com/ChiperSoft/InterviewThis">ChiperSoft/InterviewThis</a> : questions to ask during on a interview to know more about the company.</li>
<li>- <a rel="no-follow" href="https://www.jitbit.com/news/181-jitbits-sql-interview-questions/">SQL interview questions</a> : great SQL test</li>
<li>- <a rel="no-follow" href="https://www.codeproject.com/">Code Project</a> : For those who code !</li>
<li>- <a rel="no-follow" href="https://github.com/samwincott/Internship-Guide">samwincott/Internship-Guide</a> : An aggregrate of links related to internships.</li>
</section>
<section id="documentaries"><p class="subt"><strong> Documentaries</strong></p><ol><ol>
- Machine that Changed the World - a very good documentary about history of computers</br>
- Part 1 is unavailable for free streaming due to widespread copyright claims.
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=0iPiYxjsYKk">Part 2: Inventing the Future</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=d7DKVfOXr54">Part 3: The Paperback Computer</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=enWWlx7-t0k">Part 4: The Thinking Machine</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=fLLXiP7diEo">Part 5: The World at Your Fingertips</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/playlist?list=PLn-Y3vvQbmHO5WUcBdIWqiUfNawhC1cn3">Triumph of the Nerds</a> : Play-list</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=a-49a_CjH0M">Project Code Rush </a>: The Beginnings of Netscape / Mozilla Documentary</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=XMm0HsmOTFI">The Code</a>: Story of Linux documentary</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=S23yie-779k">Breaking the Code</a>: Biography of Alan Turing</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=s1i-dnAH9Y4">Mechanical Computer (All Parts)</a>: a very good video from 1950s explaining how mechanical computers used to work without all the modern day electronics.</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/playlist?list=PL_IlIlrxhtPMqW4b0-v8OgLvFZQes6SoZ">Download: The True Story of the Internet</a> : Play-list of discovery channel documentary on browser wars , dot com bubble and more.</li>
<li>- <a rel="no-follow" href="https://teachyourselfcs.com/">Teach Yourself Computer Science</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=42KTvGYQYnA">How does CPU execute program (video)</a>: Take a look at how a CPU executes programs</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=Mv2XQgpbTNE">Machine Code Instructions (video)</a> : Code instructions</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=iOq5kSKqeR4">Harvard CS50</a> - Asymptotic Notation (video)</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=4NIb9l3imAo">Cracking The Code Interview</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=Eg5-tdAwclo">Cracking the Coding Interview</a> : Cracking the Coding Interview, Fullstack Speaker Series</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=1fqxMuPmGak">Ask Me Anything</a>: Gayle Laakmann McDowell (Author of Cracking the Coding Interview)</li>
</section>
<section id="moocs-for-learning-something-new"><p class="subt"><strong> MOOCs for learning something new</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.class-central.com/">Class Central</a> : a directory of 100,000+ student reviews of thousands of MOOCs.</li>
<li>- <a rel="no-follow" href="https://onlinecourses.nptel.ac.in/explorer/search?category=COMP_SCI_ENGG">NPTEL Vidoes COMP_SCI_ENGG</a> : National Programme on Technology Enhanced Learning</li>
<li>- <a rel="no-follow" href="https://www.coursera.org/">Coursera</a>: Take the world's best courses, online.</li>
<li>- <a rel="no-follow" href="https://www.edx.org/">edX</a> : Free Online Courses, Advance Your Career, Improve Your Life.</li>
<li>- <a rel="no-follow" href="http://mooc.fi/english.html">MOOC.fi</a> : Free online courses from the University of Helsinki</li>
<li>- <a rel="no-follow" href="https://www.udacity.com/">Udacity</a></li>
<li>- <a rel="no-follow" href="https://www.kadenze.com/courses?subjects%5B%5D=7">Kadenze | Creative Programming</a> : Programming courses focused on art and creativity</li>
<li>- <a rel="no-follow" href="https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/">MIT OCW Electrical Engineering and Computer Science</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/cs50tv/videos">CS50</a>: A set of goods tutorials from cs50 </li>
<li>- <a rel="no-follow" href="https://github.com/prakhar1989/awesome-courses/blob/master/README.md">prakhar1989/awesome-CS-courses</a> : List containing large amount of CS courses</li>
<li>- <a rel="no-follow" href="https://docs.google.com/spreadsheets/d/1BD8BJJUNaX63m2QmySWMGDp71nx4W4MyyiIBlfMoN3Q/htmlview?sle=true#">Computer Science Resources</a> : list of MOOCs for autodidacts</li>
<li>- <a rel="no-follow" href="http://nptel.ac.in/">NPTEL</a> : Free online courses by IIT with certificates</li>
</section>
<section id="sites-related-to-your-preferred-programming-language-for-me-java"><p class="subt"><strong> Sites related to your preferred programming language (For me Java)</strong></p><ol>
<ol>
<li>- <a rel="no-follow" href="http://javarevisited.blogspot.com/">Java Revisited</a> : good for learning about Java Language and interview preparation.</li>
<li>- <a rel="no-follow" href="https://docs.oracle.com/javase/tutorial/">The Java™ Tutorial</a>: The best tutorials for Java.</li>
<li>- <a rel="no-follow" href="http://www.artima.com/java/index.html">Java Corner at Artima.com</a></li>
<li>- <a rel="no-follow" href="http://www.cs.princeton.edu/~cos126/java_visualize/">Java Visualizer</a> : helps visualize references , values of variables ect</li>
<li>- <a rel="no-follow" href="http://www.cafeaulait.org/course/">Java Lecture Notes</a></li>
<li>- <a rel="no-follow" href="http://chimera.labs.oreilly.com/books/1234000001805/index.html">Learning Java</a>: a free online textbook for learning Java</li>
<li>- <a rel="no-follow" href="http://www.artima.com/insidejvm/ed2/index.html">Free Online Chapters of Inside the Java Virtual Machine by Bill Venners</a></li>
<li>- <a rel="no-follow" href="http://www.cubrid.org/blog/understanding-jvm-internals">Understanding JVM Internals</a></li>
<li>- <a rel="no-follow" href="https://www.dynatrace.com/resources/ebooks/javabook/how-garbage-collection-works/">How Garbage Collection Works</a></li>
<li>- <a rel="no-follow" href="http://www.javaworld.com/">Welcome to JavaWorld.com</a></li>
<li>- <a rel="no-follow" href="http://www.cs.umd.edu/~pugh/java/memoryModel/">The Java Memory Model</a></li>
<li>- <a rel="no-follow" href="https://netbeans.org/project_downloads/usersguide/shortcuts-80.pdf">Netbeans Keyboard Shortcuts</a> : Keyboard shortcuts to enhance your productivity when working in Netbeans.</li>
<li>- <a rel="no-follow" href="https://www.jetbrains.com/help/idea/keyboard-shortcuts-you-cannot-miss.html">IntelliJ Keyboard Shortcuts</a> : Keyboard shortcuts to enhance your productivity when working in IntelliJ.</li>
<li>- <a rel="no-follow" href="http://www.xyzws.com/javafaq/page/1">XyzWs Java FAQs</a> : large collection of java interview questions</li>
<li>- <a rel="no-follow" href="http://www.docjar.com/">Search Open Source Java API</a> : view source of java library and learn how things are implemented.</li>
<li>- <a rel="no-follow" href="http://www.journaldev.com/">JournalDev</a> : Java, Java EE, Android, Web Development Tutorials</li>
<li>- <a rel="no-follow" href="https://github.com/sherxon/AlgoDS">Implementation of Algorithms and Data Structures, Interview Questions and Answers</a></li>
<li>- <a rel="no-follow" href="https://plumbr.eu/handbook/what-is-garbage-collection">what-is-garbage-collection</a> : Demystify the garbage collection</li>
<li>- <a rel="no-follow" href="https://javahungry.blogspot.com/2014/02/best-books-for-learning-java-must-read.html">Best books for learning java must read</a> : Get basics of Java</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=StdfeXaKGEc&list=PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd&index=25">Garbage collection (Java); Augmenting data str (video)</a></li>
<li>- <a rel="no-follow" href="http://www.javaoffheap.com/">Java Off Heap</a>: Java Off the Heap house</li>
<li>- <a rel="no-follow" href="http://www.java-source.net/"> Java source</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/playlist?list=PLO9y7hOkmmSGTy5z6HZ-W4k2y8WXF7Bff">Compilers (video)</a></li>
<li>- <a rel="no-follow" href="https://www.infoq.com/presentations/garbage-collection-benefits">Deep Dive Java: Garbage Collection is Good!</a></li>
<li>- <a rel="no-follow" href="http://www.stroustrup.com/C++.html">The C++ Programming Language</a>: The C++ Programming Language.</li>
<li>- <a rel="no-follow" href="http://www.stroustrup.com/bs_faq.html">Bjarne Stroustrup's FAQ</a> : The C++ FAQ</li>
<li>- <a rel="no-follow" href="http://www.stroustrup.com/bs_faq2.html">Bjarne Stroustrup's C++ Style and Technique FAQ</a> : The C++ FAQ</li>
<li>- <a rel="no-follow" href="http://www.stroustrup.com/C++11FAQ.html">C++11 - the new ISO C++ standard</a> : The C++11 FAQ</li>
</section>
<section id="learn-ai"><p class="subt"><strong> Learn AI</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://blogs.nvidia.com/blog/2016/07/29/whats-difference-artificial-intelligence-machine-learning-deep-learning-ai/">What's the difference between AI- DP and ML?</a> : Difference artificial intelligence, machine-learning, deep-learning-ai</li>
<li>- <a rel="no-follow" href="https://blog.openai.com/unsupervised-sentiment-neuron/">Unsupervised Sentiment Neuron</a>" : Unsupervised Sentiment Neuron</li>
<li>- <a rel="no-follow" href="https://blog.openai.com/robots-that-learn/">Robots that learn</a> : Robots that Learn</li>
<li>- <a rel="no-follow" href="https://grakn.ai/">grakn.ai</a> : The Database for AI</li>
<li>- <a rel="no-follow" href="http://course.fast.ai/">fast.ai</a>: Free practical *deep learning* course for coders without grad-level maths!</li>
<li>- <a rel="no-follow" href="https://www.tensorflow.org/">TensorFlow</a>: An open-source software library for Machine Intelligence</li>
<li>- <a rel="no-follow" href="http://scikit-learn.org/">Scikit-learn</a> : A Python module for machine learning build on top of SciPy </li>
<li>- <a rel="no-follow" href="https://www.deeplearning.ai/">Deeplearning.ai</a> : Deep Learning course by Andrew Ng, Founder of coursera</li>
</section>
<section id="seminar--research-writing--talks-etc"><p class="subt"><strong>Seminar , research writing , talks etc</strong></p><ol><ol>
<li>- <a rel="no-follow" href="http://www.cs.cmu.edu/~mleone/how-to.html">Advice on Research and Writing</a> : A collection of advice about how to do research and how to communicate effectively (primarily for computer scientists). </li>
<li>- <a rel="no-follow" href="https://www.cse.iitb.ac.in/~ranade/communicationskills.html">Seminar and reports</a> : Everyone must read this tiny book before writing the seminar report</li>
<li>- <a rel="no-follow" href="http://latex.knobs-dials.com/">Latex reference</a> : Arbitrary reference </li>
<li>- <a rel="no-follow" href="https://github.com/LewisVo/Begin-Latex-in-minutes">Begin Latex in minutes</a> : Brief Intro to LaTeX for beginners that helps you use LaTeX with ease </li>
<li>- <a rel="no-follow" href="https://tobi.oetiker.ch/lshort/lshort.pdf">Lshort</a> : The Not So Short Introduction to LATEX2ε</li>
<li>- <a rel="no-follow" href="https://stephenhaunts.com/2015/10/02/practical-tips-for-talking-at-usergroups-and-conferences-part-1/">Practical Tips for Talking at Usergroups and Conferences and Giving presentation on software project to non-programmers</a> : Practical Tips for Talking at Usergroups and Conferences </li>
</section>
<section id="everything-in-one-place"><p class="subt"><strong> Everything in one place</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.reddit.com/user/ashish2199/m/cs_student_subs/">reddit.com/user/ashish2199/m/cs_student_subs</a> : a multisubreddit of all subreddits of topics related to computer science and programming.</li>
</section>
<section id="youtube-channels"><p class="subt"><strong> YouTube Channels</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/Computerphile/videos">Computerphile</a> : Must watch for every CS student</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/ComputerHistory/videos">ComputerHistory</a> : for those who like to know how we reached where we are.</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/GoogleTechTalks/videos">GoogleTechTalks</a> : videos on trending topics and cool stuff happening in the tech industry.</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/PlacementGrid/videos">Placement Grid</a> : Interview and campus placement experience</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/GoogleDevelopers/videos">Google Developers</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/FacebookDevelopers/videos">Facebook Developers</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/OreillyMedia/videos">O'Reilly</a> : Interviews and talks of world's best technical writers.</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/java/videos">Java</a>:Talks related to java</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/channel/UCdDhYMT2USoLdh4SZIsu_1g/videos">JavaOne</a>: Java Conference</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/CppCon/videos?shelf_id=0&view=0&sort=dd">CppCon</a> : C++ Conference</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/channel/UC5e__RG9K3cHrPotPABnrwg"> C++Now (BoostCon)</a>: C++Now (previously BoostCon) conference</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/MeetingCPP/videos"> Meeting C++ YT Kanalseite</a>: Talks on C++</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/ThinMatrix/videos">ThinMatrix</a>: blogs and tutorials developer making a 3d game in Java using opengl</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/technoparkcorp/videos">yegor256</a></li>
<li>- <a rel="no-follow" href="http://www.aristeia.com/presentations.html">Scott Meyers: Past Talks</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/ThoughtbotVideo/videos">thoughtbot</a>: talks on various topics</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/channel/UCU0Rt8VHO5-YNQXwIjkf-1g">Code: dive conference</a> :Conference organized by NOKIA Wrocław Technology Center</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/HowToBecomeTV/videos">HowToBecomeTV</a>: contains good interviews of developers and people related to tech industry.</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A">Siraj Raval</a> : Artificial Intelligence and deep learning tutorials videos</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/channel/UCGGRRqAjPm6sL3-WGBDnKJA/videos">Netflix UI Engineering</a> : great videos to watch for web developers, mobile developers and those interested in some of Netflix's tech stack</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/codingblocks">Coding Blocks</a> : Tutorials, how to's, tips and tricks</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/c/mpjmevideos">Fun Fun Function</a> : A weekly series from Mattias Petter Johansson on an assortment of programming topics, including some not directly related to coding.</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/GynvaelEN">Gynvael Coldwin</a> : Awesome reverse engineering and hacking(CTF) videocasts. Every wednesday are new live streams.</li>
</section>
<section id="good-articles"><p class="subt"><strong> Good Articles</strong></p><ol><ol>
<li>- <a rel="no-follow" href="http://blog.thefirehoseproject.com/posts/expectations-of-a-junior-developer">Expectations of a Junior Developer</a></li>
<li>- <a rel="no-follow" href="http://blog.thefirehoseproject.com/posts/learn-to-code-and-be-self-reliant">The Key To Accelerating Your Coding Skills</a></li>
<li>- <a rel="no-follow" href="https://stevewedig.com/2014/02/03/software-developers-reading-list">A Software Developer’s Reading List</a> : Some good books and links in there.</li>
<li>- <a rel="no-follow" href="http://carlcheo.com/compsci">40 Keys Computer Science Concepts Explained In Layman’s Terms</a></li>
<li>- <a rel="no-follow" href="https://lwn.net/Articles/250967">What every programmer should know about memory, Part 1</a></li>
<li>- <a rel="no-follow" href="http://multithreaded.stitchfix.com/">We are reinventing the retail industry through innovative technology</a></li>
<li>- <a rel="no-follow" href="https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/">Unicode</a></li>
<li>- <a rel="no-follow" href="http://kunststube.net/encoding/">What every programmer absolutely, positively needs to know about encodings and character sets to work with text</a></li>
<li>- <a rel="no-follow" href="https://www.wikiwand.com/en/List_of_algorithms">List of algorithms</a></li>
<li>- <a rel="no-follow" href="https://www.wikiwand.com/en/Java_bytecode">Dive into the byte code</a></li>
<li>- <a rel="no-follow" href="https://fkcd.ca/b7d.svg">Data Structure Map</a></li>
<li>- <a rel="no-follow" href="https://codewords.recurse.com/issues/four/the-language-of-choice">Codewords.recurse</a> : The language of choice</li>
<li>- <a rel="no-follow" href="https://dev.to/vaidehijoshi/a-gentle-introduction-to-graph-theory">A Gentle Introduction To Graph Theory</a></li>
<li>- <a rel="no-follow" href="https://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-1.html">Linux Inside</a></li>
<li>- <a rel="no-follow" href="http://moonscript.org/">A programmer friendly language that compiles to Lua.</a></li>
<li>- <a rel="no-follow" href="https://fly.io/articles/why-fast-pages-are-important/">Why fast pages are important</a> : Why App Speed Matters, Revenue</li>
<li>- <a rel="no-follow" href="https://techiedelight.quora.com/500-Data-Structures-and-Algorithms-practice-problems-and-their-solutions">Data structure and Algoritms</a> : List of some algoritms and datastructure with their solutions.</li>
<li>- <a rel="no-follow" href="http://www.saminiir.com/lets-code-tcp-ip-stack-5-tcp-retransmission/">Code a TCP/IP stack</a> : Let's code a TCP/IP stack, 5: TCP Retransmission</li>
</section>
<section id="podcasts"><p class="subt"><strong> Podcasts</strong></p><ol><ol>
<li>- <a rel="no-follow" href="http://www.codingblocks.net/">Coding Blocks</a> A podcast covering topics such as best programming practices, design patterns, coding for performance, object oriented coding, database design and implementation, tips, tricks and a whole lot of other things.</li>
<li>- <a rel="no-follow" href="http://msdevshow.com/">MS Dev Show</a>: Jason Young and Carl Schweitzer talk about the latest in developer news covering topics such as the Azure cloud, Windows, Windows Phone, Visual Studio, and cross-platform development using the Microsoft platform.</li>
<li>- <a rel="no-follow" href="http://cynicaldeveloper.com/">The Cynical Developer</a>: A podcast that aims to help you to improve your development knowledge and career, through explaining the latest and greatest in development technology and providing you with what you need to succeed as a developer. Covering Desktop, web and mobile development, mainly around the .Net Stack but often looking into other software and frameworks.</li>
<li>- <a rel="no-follow" href="http://www.se-radio.net/">Software Engineering Radio</a> : A podcast targeted at the professional software developer. The goal is to be a lasting educational resource, not a newscast.</li>
<li>- <a rel="no-follow" href="https://devchat.tv/js-jabber">JavaScript Jabber</a> : A weekly discussion about JavaScript, front-end development, community, careers, and frameworks.</li>
<li>- <a rel="no-follow" href="https://spec.fm/podcasts/developer-tea">Developer Tea</a> : A podcast for developers designed to fit inside your tea break.</li>
<li>- <a rel="no-follow" href="http://www.fullstackradio.com/">Full Stack Radio</a> : Everything from product design and user experience to unit testing and system administration.</li>
<li>- <a rel="no-follow" href="https://softwareengineeringdaily.com/">Software Engineering Daily</a> : A daily technical interview about software topics</li>
<li>- <a rel="no-follow" href="http://bikeshed.fm/">The Bike Shed</a> : Guests discuss their development experience and challenges with Ruby, Rails, JavaScript, and others.</li>
<li>- <a rel="no-follow" href="https://changelog.com/podcast">The Changelog</a> : A weekly conversation that gets to the heart of open source technologies and the people who create them.</li>
<li>- <a rel="no-follow" href="http://frontendhappyhour.com/">Front End Happy Hour</a> : A podcast featuring a panel of Software Engineers from Netflix, Evernote, Atlassian & LinkedIn talking over drinks about all things Front End development.</li>
<li>- <a rel="no-follow" href="https://devchat.tv/react-native-radio">React Native Radio</a> : A weekly discussion of the tools, techniques, and technologies used to build mobile applications with JavaScript and React.</li>
<li>- <a rel="no-follow" href="https://devchat.tv/iphreaks">IPhreaks</a> : A weekly group discussion about iOS development and related technology by development veterans. We discuss Apple, tools, practices, and code.</li>
<li>- <a rel="no-follow" href="https://syntax.fm/">Syntax</a> : A Tasty Treats Podcast for Web Developers by Wes Bos & Scott Tolinski.</li>
<li>- <a rel="no-follow" href="http://developeronfire.com/episodes">Developer On Fire</a> : A podcast that shares the humanity of developers and tells stories of some of the amazing people in software, hosted by Dave Rael.</li>
<li>- <a rel="no-follow" href="http://groovypodcast.podbean.com/">Groovy Podcast</a>: A podcast dedicated to the Groovy programming language and its ecosystem.</li>
</section>
<section id="building-a-simple-compilerinterpreter"><p class="subt"><strong>Building a Simple Compiler/Interpreter</strong></p><ol><ol>
<li>- <a rel="no-follow" href="http://aalhour.com/awesome-compilers/">Awesome Compilers</a>" : Curated list of awesome resources on Compilers, Interpreters and Runtimes.</li>
<li>- <a rel="no-follow" href="http://c9x.me/compile/bib/">Resources for Amateur Compiler Writers</a>: Resources for Amateur Compiler Writers</li>
<li>- <a rel="no-follow" href="https://github.com/thejameskyle/the-super-tiny-compiler">snowman: Possibly the smallest compiler ever</a> : This is an ultra-simplified example of all the major pieces of a modern compiler written in easy to read JavaScript.</li>
<li>- <a rel="no-follow" href="https://dev.to/fcpauldiaz/writing-my-first-compiler">Writing My First Compiler</a>: Write out your first compiler</li>
<li>- <a rel="no-follow" href="https://nicoleorchard.com/blog/compilers">An Intro to Compilers</a>: How to Speak to Computers, Pre-Siri</li>
<li>- <a rel="no-follow" href="https://sarabander.github.io/sicp/html/index.xhtml">Structure and Interpretation of Computer Programs</a> : Structure and Interpretation</li>
<li>- <a rel="no-follow" href="https://ruslanspivak.com/lsbasi-part1/">Let’s Build A Simple Interpreter. Part 1</a> : Try to demystify compilers by building one</li>
<li>- <a rel="no-follow" href="http://www.cs.dartmouth.edu/~mckeeman/cs48/mxcom/gem/html/GrowingCompiler.html">Growing a compiler</a> : Learn how to grow a compiler</li>
<li>- <a rel="no-follow" href="http://staff.polito.it/silvano.rivoira/HowToWriteYourOwnCompiler.htm">Write your own compiler</a>: How to write your own compiler</li>
</section>
<section id="tutorials"><p class="subt"><strong> Tutorials</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.subtle.press/course/poor-mans-ci">Subtle | Poor Man's CI</a> : Learn how continuous integration platforms work under the hood, by building one of your own on top of git with Node.js</li>
<li>- <a rel="no-follow" href="http://www.tutorialspoint.com/">Tutorialspoint</a></li>
<li>- <a rel="no-follow" href="https://www.w3schools.com/">W3Schools Online Web Tutorials</a></li>
<li>- <a rel="no-follow" href="https://www.dartmouth.edu/~rc/classes/ksh/print_pages.shtml">Unix Shell</a>: Unix Shell scripting with ksh/bash</li>
<li>- <a rel="no-follow" href="http://snapsvg.io/">Snap SVG</a> : The JavaScript SVG library for the modern web</li>
<li>- <a rel="no-follow" href="https://vim.rtorr.com/">vim.rtorr</a>: Vim Cheat Sheet</li>
<li>- <a rel="no-follow" href="http://opendatastructures.org/">Open Data Structures</a> : Excellent resource for learning about DS and algos , provides code in various languages C++ , Java , pseudocode</li>
<li>- <a rel="no-follow" href="http://oopweb.com/Algorithms/Documents/PLDS210/VolumeFrames.html">Data Structures and Algorithms by John Morris</a> : another good source with code and its analysis</li>
<li>- <a rel="no-follow" href="http://cs.lmu.edu/~ray/classes/dsa">CMSI 281: Data Structures : light weight introduction to DS</li>
<li>- <a rel="no-follow" href="http://cs.fit.edu/~mmahoney/cse2050/how2cpp.html">How to Program in C++</a> : Good resource for revising C++ topics and STL</li>
<li>- <a rel="no-follow" href="https://www.topcoder.com/community/data-science/data-science-tutorials/">TopCoder Tutorials</a></li>
<li>- <a rel="no-follow" href="https://wildlyinaccurate.com/a-hackers-guide-to-git/">A Hacker's Guide to Git</a> : for those wanting to learn git with a solid foundation</li>
<li>- <a rel="no-follow" href="https://maryrosecook.com/blog/post/git-from-the-inside-out">Git from the inside out</a></li>
<li>- <a rel="no-follow" href="http://freeengineer.org/learnUNIXin10minutes.html">Learn UNIX in 10 minutes</a></li>
<li>- <a rel="no-follow" href="http://guide.bash.academy/">The Bash Guide</a> : very good guide for learning the Bash Shell</li>
<li>- <a rel="no-follow" href="http://ryanstutorials.net/linuxtutorial/">Linux Tutorial</a>" : good resource for learning Linux</li>
<li>- <a rel="no-follow" href="http://linuxcommand.org/">Learning the shell.</a></li>
<li>- <a rel="no-follow" href="http://prismoskills.appspot.com/lessons/Dynamic_Programming/Chapter_01_-_Introduction.jsp">Dynamic programming - PrismoSkills</a> : very good resource if want to learn how to solve DP problems.</li>
<li>- <a rel="no-follow" href="https://www.slideshare.net/olvemaudal/deep-c">Deep C</a> : very good presentation on C language</li>
<li>- <a rel="no-follow" href="http://c-faq.com/index.html">C programming language Frequently Asked Questions</a></li>
<li>- <a rel="no-follow" href="https://www2.cs.uic.edu/~jbell/CourseNotes/OperatingSystems/">OS Course Notes</a>: Chapter wise course notes according to Galvin's book</li>
<li>- <a rel="no-follow" href="http://www.cheat-sheets.org/sites/sql.su/">SQL (Structured Query Language) in one page : SQL.SU</a> : a very good SQL cheat sheet</li>
<li>- <a rel="no-follow" href="http://www.le.ac.uk/users/rjm1/cotter/index.htm">Introduction to C Programming</a></li>
<li>- <a rel="no-follow" href="http://www.techotopia.com/index.php/MySQL_Essentials">MySQL Essentials</a></li>
<li>- <a rel="no-follow" href="http://www.mysqltutorial.org/">MySQL Tutorial</a></li>
<li>- <a rel="no-follow" href="http://duartes.org/gustavo/blog/best-of/">Best Of - Gustavo Duarte</a> : contains articles on various topics</li>
<li>- <a rel="no-follow" href="http://overapi.com/">Collecting all the cheat sheets</a>: cheat sheets for lots of programming languages</li>
<li>- <a rel="no-follow" href="https://www.chiark.greenend.org.uk/~sgtatham/cdescent/">The Descent to C</a>: for those moving to C from some higher programming language like java or python.</li>
<li>- <a rel="no-follow" href="https://vimtutorplus.herokuapp.com/exercise/1">VimTutor</a> : learn VIM from browser itself</li>
<li>- <a rel="no-follow" href="https://linuxjourney.com/">Linux Journey</a> : good site for learning linux</li>
<li>- <a rel="no-follow" href="http://users.cs.cf.ac.uk/Dave.Marshall/C/CE.html">C Programming</a></li>
<li>- <a rel="no-follow" href="http://www.cs.cornell.edu/courses/cs2112/2015fa/lectures/index.html">CS 2112/ENGRD 2112 Fall 2015</a> : Good notes on data structures and algorithms.</li>
<li>- <a rel="no-follow" href="https://guides.github.com/features/mastering-markdown/">More about Github-flavored markdown</a></li>
<li>- <a rel="no-follow" href="http://product.half.ebay.com/The-UNIX-Programming-Environment-by-Brian-W-Kernighan-and-Rob-Pike-1983-Other/54385&tg=info">The Unix Programming Environment</a></li>
<li>- <a rel="no-follow" href="https://www.amazon.com/Linux-Command-Line-Complete-Introduction/dp/1593273894">The Linux Command Line: A Complete Introduction</a></li>
<li>- <a rel="no-follow" href="https://en.wikipedia.org/wiki/TCP/IP_Illustrated">TCP/IP Illustrated Series</a></li>
<li>- <a rel="no-follow" href="https://www.amazon.com/Head-First-Design-Patterns-Brain-Friendly/dp/0596007124">Head First Design Patterns</a></li>
<li>- <a rel="no-follow" href="https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612">Design Patterns: Elements of Reusable Object-Oriented Software</a> : aka the "Gang Of Four" book, or GOF</li>
<li>- <a rel="no-follow" href="https://www.amazon.com/UNIX-Linux-System-Administration-Handbook/dp/0131480057">UNIX and Linux System Administration Handbook, 4th Edition</a></li>
<li>- <a rel="no-follow" href="https://dzone.com/">Programming, Web Development, and DevOps news, tutorials and tools for beginners to experts</a></li>
<li>- <a rel="no-follow" href="https://indradhanush.github.io/blog/writing-a-unix-shell-part-3/">indradhanush tutotials</a> : Writing a Unix Shell</li>
<li>- <a rel="no-follow" href="http://www.openvim.com/tutorial.html">Open Vim</a>: Interactive Vim tutorials</li>
<li>- <a rel="no-follow" href="http://thume.ca/2017/06/17/tree-diffing">Algorithm Using Dynamic Programming and A</a>: Designing a Tree Diff Algorithm Using Dynamic Programming and A*</li>
</section>
<section id="watch-others-code"><p class="subt"><strong>Watch others code</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.liveedu.tv/">LiveEdu.tv</a>: screencast of people building application, websites, games, ect.</li>
<li>- <a rel="no-follow" href="https://www.twitch.tv/communities/programming">Twitch.tv</a>: The programming community of twitch.</li>
</section>
<section id="what-should-a-developer-know"><p class="subt"><strong> What should a Web Developer know</strong></p><ol><ol>
<li>- <a rel="no-follow" href="http://sijinjoseph.com/programmer-competency-matrix/">Programmer Competency Matrix</a>: article for knowing what our level as a programmer is.</li>
<li>- <a rel="no-follow" href="https://github.com/">GitHub</a> Build software better, together! : Place to showcase your project and collaborate with others. (Must know Git in order to use it effectively"</a></li>
<li>- <a rel="no-follow" href="https://about.gitlab.com/">GitLab</a>: It offers free unlimited (private) repositories and unlimited collaborators</li>
</section>
<section id="competitive-programming"><p class="subt"><strong> Competitive programming</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://projecteuler.net/archives">Archived Problems - Project Euler</a> : Problems Archives</li>
<li>- <a rel="no-follow" href="https://artofproblemsolving.com/">Art of Problem Solving</a> : Is math class too easy for you? You've come to the right place!</li>
<li>- <a rel="no-follow" href="https://www.codechef.com/">CodeChef</a>: The only programming contests Web 2.0 platform</li>
<li>- <a rel="no-follow" href="https://codefights.com/">Codefights</a> : Test your coding skills</li>
<li>- <a rel="no-follow" href="http://codeforces.com/">Codeforces</a>: Programming Competition,Programming Contest,Online Computer Programming</li>
<li>- <a rel="no-follow" href="https://www.codewars.com/">Codewars</a> : Rank up by completing code kata</li>
<li>- <a rel="no-follow" href="https://codility.com/">Codility</a> : Verify and improve coding skills</li>
<li>- <a rel="no-follow" href="https://www.codingame.com/start">Codingame</a> : Learn coding through games and challenges!</li>
<li>- <a rel="no-follow" href="https://code.google.com/codejam/past-contest">Google Code Jam Practice and</a> : past contest problems for practice</li>
<li>- <a rel="no-follow" href="https://www.hackerearth.com/">HackerEarth - Programming challenges and Developer jobs</a></li>
<li>- <a rel="no-follow" href="https://www.hackerrank.com/">HackerRank</a>: Practice coding. Compete. Find jobs.</li>
<li>- <a rel="no-follow" href="http://poj.org/problemlist">PKU ACM ICPC Practice problems</a>: Judge online for ACMACPC </li>
<li>- <a rel="no-follow" href="http://www.spoj.com/">Sphere Online Judge (SPOJ)</a> : Become a true programming master Learn how to code and build efficient algorithms</li>
<li>- <a rel="no-follow" href="https://www.topcoder.com/">Topcoder</a> : Deliver Faster through Crowdsourcing</li>
<li>- <a rel="no-follow" href="https://uva.onlinejudge.org/">UVa Online Judge</a> : hundreds of problems supporting multiple languages.</li>
<li>- <a rel="no-follow" href="https://wakatime.com/">WakaTime</a>: leaderboards of coding metrics collected via editor plugins</li>
</section>
<section id="computer-books"><p class="subt"><strong> Computer Books</strong></p><ol><ol>
<li>- <a rel="no-follow" href="http://it-ebooks.info/">IT eBooks - Free Download - Big Library</a>: Website for downloading ebooks without any advertisement and instant downloads.</li>
<li>- <a rel="no-follow" href="https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md"> github.com/vhf/free-programming-books</a>: More than 500 free ebooks on almost any language you can think of</li>
<li>- <a rel="no-follow" href="http://www.sciencebooksonline.info/computer-science.html">Computer Science Books Online</a> : about 150 computer free ebooks</li>
<li>- <a rel="no-follow" href="http://gatecse.in/best-books-for-gatecse/">Best books for GATE CSE</a></li>
<li>- <a rel="no-follow" href="https://cses.fi/book.html">cses.fi/book.html</a></li>
<li>- <a rel="no-follow" href="http://programming-motherfucker.com/become.html">Become a Programmer, Motherfucker (list of books)</a> : Exhaustive list of books from Zed A. Shaw.</li>
<li>- <a rel="no-follow" href="https://www.gitbook.com/">GitBook</a> : GitBook helps your team write, collaborate and publish content online.</li>
</section>
<section id="video-tutorials"><p class="subt"><strong> Video Tutorials</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/tusharroy2525/videos">Tushar Roy </a> : Algorithm and Data structure tutorial by an Indian Youtuber.</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/derekbanas/videos">Derek Banas </a>: good quality tutorials</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/thenewboston/videos">thenewboston </a> : good but with too much talk as compared to actual content</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/mycodeschool/videos">mycodeschool </a>: Data structures and algorithms tutorials</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/CodingMadeEasy/videos">CodingMadeEasy </a>: C++ tutorials</li>
<li>- <a rel="no-follow" href="https://forum.xda-developers.com/general/xda-university">XDA-University - Helping You Learn Android Development</a></li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/DevTipsForDesigners/videos">DevTips </a> : web dev tutorials</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/channel/UCJUmE61LxhbhudzUugHL2wQ/videos"> codedamn</a>: front end web dev tutorials</li>
<li>- <a rel="no-follow" href="http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=IntroToAlgorithms">Design and Analysis of Algorithms</a></li>
<li>- <a rel="no-follow" href="http://derekwyatt.org/vim/tutorials/index.html">Vim Tutorial Videos - Flarfnoogins</a> : good video tutorial for learning vim</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/playlist?list=PL6B940F08B9773B9F">CS1: Higher Computing - Richard Buckland UNSW</a> : a very good introductory CS course</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/channel/UC4DwZ2VXM2KWtzHjVk9M_xg/videos">Kathryn Hodge </a> : Has good videos for beginners</li>
<li>- <a rel="no-follow" href="https://www.pluralsight.com/">Pluralsight</a>: Learn Software Development, DevOps and Data Science through multiple short courses</li>
<li>- <a rel="no-follow" href="https://www.codeschool.com/">Code School</a>: A PluralSight Company and an Interactive learning destination for aspiring and experienced Developers</li>
<li>- <a rel="no-follow" href="https://www.khanacademy.org/computing/computer-science">Khan Academy </a> : learn about computer science for free</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/watch?v=1PhArSujR_A">Functional programming</a> : John Carmack on Functional Programming (2013)</li>
</section>
<section id="online-compiler-and-sharing-code-snippets"><p class="subt"><strong> Online Compiler and Sharing Code snippets</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://codepad.remoteinterview.io/">CodePad</a>: Code editor to try, test and run 25+ languages</li>
<li>- <a rel="no-follow" href="https://jsfiddle.net/">JSFiddle</a> : Test your JavaScript, CSS, HTML or CoffeeScript with online code editor</li>
<li>- <a rel="no-follow" href="https://ideone.com/">Ideone.com</a> : online compiler and debugging tool for more than 60 programming languages</</li>
<li>- <a rel="no-follow" href="https://pastebin.com/">Pastebin.com</a></li>
<li>- <a rel="no-follow" href="https://gist.github.com/">Github Gist</a>: Instantly share code, notes, and snippets.</li>
<li>- <a rel="no-follow" href="https://c9.io/">Cloud 9</a> : Your development environment, in the cloud</li>
<li>- <a rel="no-follow" href="https://godbolt.org/">Godbolt.org</a> : Excellent tool for exploring the assembly output of different compilers with and without optimization.</li>
<li>- <a rel="no-follow" href="https://codesandbox.io/">Codesandbox.io</a> : CodeSandbox makes it easier to create, share and reuse React projects with others.</li>
</section>
<section id="blogs-of-developers"><p class="subt"><strong> Blogs of Developers</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://blog.codinghorror.com/">Coding Horror</a> : one the best coding blog</li>
<li>- <a rel="no-follow" href="http://www.wildml.com/">WildMl</a>: A blog for machine learning.</li>
<li>- <a rel="no-follow" href="http://lucumr.pocoo.org/">Armin Ronacher's Thoughts and Writings</a> : blog on Python and open source</li>
<li>- <a rel="no-follow" href="http://eli.thegreenplace.net/">Eli Bendersky</a> : everything from Python to LLVM</li>
<li>- <a rel="no-follow" href="https://www.joelonsoftware.com/">Joel on Software</a>: The blog of the CEO of StackOverflow</li>
<li>- <a rel="no-follow" href="https://stephenhaunts.com/">Stephen Haunts { Coding in the Trenches }</a>: Software Development, Architecture and Technical Leadership for the Enterprise</li>
<li>- <a rel="no-follow" href="http://prog21.dadgum.com/">Programming in the 21st Century</a></li>
<li>- <a rel="no-follow" href="http://blog.cleancoder.com/">Clean Coder Blog</a> : blog of author of book "Clean Code"</li>
<li>- <a rel="no-follow" href="http://www.yegor256.com/">Programming Blog</a> : programming blog of Yegor Bugayenko</li>
<li>- <a rel="no-follow" href="https://codeahoy.com/">CodeAhoy</a>: Blog on software and human factors. 100% Tested on Humans.</li>
<li>- <a rel="no-follow" href="http://stevehanov.ca/blog/">stevehanov.ca</a> : I know how to make and sell software online, and I can share my tips with you.</li>
<li>- <a rel="no-follow" href="https://avidullu.wordpress.com/">Geek Land</a>: My precious collectibles</li>
<li>- <a rel="no-follow" href="https://latedev.wordpress.com/">Late Developer</a>: Random thoughts of an old C++ guy</li>
<li>- <a rel="no-follow" href="http://lemire.me/blog/">Daniel Lemire's Blog</a></li>
<li>- <a rel="no-follow" href="http://rodiongork.tumblr.com/">IT Enthusiast</a></li>
<li>- <a rel="no-follow" href="http://matt.might.net/articles/">blog.might.net</a>the blog of might dot net</li>
<li>- <a rel="no-follow" href="http://www.cseblog.com/">CSE Blog</a>: quant, math, computer science puzzles</li>
<li>- <a rel="no-follow" href="https://www.nayuki.io/category/programming">Small Programming Challenges and Puzzles</a>: Project Nayuki</li>
<li>- <a rel="no-follow" href="http://www.mytechinterviews.com/">My Tech Interviews</a> : PREPARE FOR A TECHNICAL INTERVIEW</li>
<li>- <a rel="no-follow" href="http://blog.hackerearth.com/">HackerEarth Blog</a></li>
<li>- <a rel="no-follow" href="http://algo-geeks.blogspot.in/">Algo-Geeks</a>: Programming Puzzles, Math Tricks, Algorithms etc </li>
<li>- <a rel="no-follow" href="http://www.codergears.com/Blog/">CoderGears Blog Insights from</a> : the CoderGears Team</li>
<li>- <a rel="no-follow" href="https://tianrunhe.wordpress.com/">Runhe Tian Coding Practice</a>: Technical interview questions from Apple, Google, Facebook, Amazon and Microsoft</li>
<li>- <a rel="no-follow" href="http://www.paulgraham.com/articles.html">Paul Graham Essays</a> : Paul Grahan Essays</li>
<li>- <a rel="no-follow" href="https://dandreamsofcoding.com/">Dan Dreams of Coding</a></li>
<li>- <a rel="no-follow" href="http://code.antonio081014.com/">Antonio081014's Algorithms Codes</a>: The world is under the RULE. </li>
<li>- <a rel="no-follow" href="https://jeremykun.com/">Math ∩ Programming</a></li>
<li>- <a rel="no-follow" href="http://blog.takipi.com/">Takipi Blog</a> : mainly focuses on Java and JVM languages</li>
<li>- <a rel="no-follow" href="http://coding-geek.com/">Coding Geek - A blog about IT, programming and Java</a>: A blog about IT, programming and Java</li>
<li>- <a rel="no-follow" href="https://www.daedtech.com/">Daedtech.com</a> : Stories about software</li>
<li>- <a rel="no-follow" href="http://www.askamanager.org/archives">Archives — Ask a Manager</a>: HR related stuff</li>
<li>- <a rel="no-follow" href="http://sudhakar.online/">rudhakar Rayavaram</a> : Sudhakar Rayavaram Blog's</li>
<li>- <a rel="no-follow" href="http://antirez.com/latest/0">Antirez - Redis Creator's blog</a> : the blog of Antirez</li>
<li>- <a rel="no-follow" href="https://forum.xda-developers.com/">XDA - Android Developer Forum</a> : Android Open Source Developers Forum</li>
<li>- <a rel="no-follow" href="http://www.brendangregg.com/">Brendon Gregg - Linux Kernel Dev</a> : the blog of Brendon D. Gregg</li>
</section>
<section id="for-improving-your-english"><p class="subt"><strong> For improving your English</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.quia.com/shared/english/">Quia - English</a></li>
<li>- <a rel="no-follow" href="http://www.grammarbook.com/english_rules.asp">Punctuation and Capitalization Rules</a></li>
<li>- <a rel="no-follow" href="http://grammar.ccc.commnet.edu/grammar/">Guide to Grammar and Writing</a> : for those who want to improve their english language skills</li>
<li>- <a rel="no-follow" href="https://owl.english.purdue.edu/">Purdue University Online Writing Lab (OWL)</a></li>
<li>- <a rel="no-follow" href="https://www.englishclub.com/learn-english.htm">Englishclub</a></li>
</section>
<section id="when-you-get-bored-from-cs-related-stuff"><p class="subt"><strong>When you get bored from CS related stuff</strong></p><ol><ol>
<li>- <a rel="no-follow" href="https://www.reddit.com/r/ProgrammerHumor/">/r/ProgrammerHumor</a> : Subreddit dedicated to exactly what it sounds like</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/Vsauce/videos">Vsauce </a> : The best youtube channel</li>
<li>- <a rel="no-follow" href="http://www.ox.ac.uk/research/research-in-conversation/how-live-happy-life/dr-bronwyn-tarr">Ox A cuk </a> : How to live a happy life</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/TEDtalksDirector/videos"> TED</a> : Great talks about technology, entertainment, and design</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/crashcourse/videos">CrashCourse </a>: small courses on various subjects</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/NationalGeographic/videos"> National Geographic</a> : High volume of high quality content from all over the world</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/barcroftmedia/featured">Barcroft TV</a> : Daily short documentaries about the incredible variety of people that make up the world</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/coldfustion/videos">ColdFusion </a> : Past, present, and future of technology</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/destinws2/videos">SmarterEveryDay </a> : Lots of amazing scientific information about the world around us, usually captured with a high-speed camera</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/VineMontanaTV/videos">Ridddle </a> : A youtube channel about science, mainly, but not only, the universe and space.</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/scishow/videos">SciShow </a>: Answers to interesting questions that you've always wondered about</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/bigthink/videos"> Big Think</a>: Expert driven, actionable, educational content, featuring experts ranging from Bill Clinton to Bill Nye</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/everyframeapainting/videos">Every Frame a Painting </a>: High quality analysis of films and filmmaking</li>
<li>- <a rel="no-follow" href="https://www.youtube.com/user/TestTubeNetwork/videos"> TestTube News</a> : Interesting information about news from around the world</li>
<li>- <a rel="no-follow" href="https://www.reddit.com/">Reddit the front page of the internet</a>: Where free time goes to die</li>
<li>- <a rel="no-follow" href="http://www.bbc.com/future/story/20170601-the-secret-to-a-long-and-healthy-life-eat-less">How to live for long time ?</a> : The secret of longevity</li>
</section>
<section id="Bash-and-shell-scripting">
<p class="subt">Bash and shell scripting</p><ol>
<ol>
<li>- <a rel="no-follow" href="http://tldp.org/LDP/abs/html/">Advanced Bash-Scripting guide</a> :An in-depth exploration of the art of shell scripting</li>
<li>- <a rel="no-follow" href="http://www.tldp.org/LDP/Bash-Beginners-Guide/html">Bash Guide for Beginners</a>: Bash Guide for Beginners Machtelt Garrels</li>
<li>- <a rel="no-follow" href="http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html">Bash Programming</a>: by Mike G mikkey at dynamo.com.ar</li>
<li>- <a rel="no-follow" href="https://www.gnu.org/software/bash/manual/bashref.html">Bash Reference Manual</a> : Bash Reference Manual </li>
<li>- <a rel="no-follow" href="http://mywiki.wooledge.org/BashGuide">BashGuide</a>: BashGuide - Greg's Wiki</li>
<li>- <a rel="no-follow" href="http://conqueringthecommandline.com/book/frontmatter">Conquering the Command Line</a>: Unix and Linux Commands for Developers</li>
</ol>
</section>
<section id="magazines">
<p class="subt">Magazines</p><ol><ol>
<li>- <a rel="no-follow" href="https://www.technologyreview.com/magazine">MIT Technology Review</a> : MIT's tech review magazine</li>
<li>- <a rel="no-follow" href="https://nautil.us/">Nautilus</a>: NewYorker for tech.</li>
</section>
</div>
</section>
<!-- Two -->
<section id="proskill">
<div class="container">
<h3>Programmer's Skill</h3>
<p></li>
<ul class="feature-icons">
<li class="fa-code">Writing code</li>
<li class="fa-cut">Ctrl+C and Ctrl+V</li>
<li class="fa-book">Read books and stuff</li>
<li class="fa-coffee">Drink much coffee</li>
<li class="fa-google">Googling</li>
<li class="fa-quote-right">Forget semicolon</li>
</ul>
</div>
</section>
<!-- Three -->
<section id="source">
<div class="container">
<h3>Source and Credits</h3>
<p><strong>Source:</strong></br>
The source code of this website is <a rel="no-follow" href="https://github.com/rmak78/bm">here</a></p>
<p><strong>Credits:</strong></br>
Avatar Image:
Freepik (freepik.com)</br>
Icons:
Font Awesome (fortawesome.github.com/Font-Awesome)</br>
Source:
sdmg15 & al for maintaining <a rel="no-follow" href="https://github.com/sdmg15/Best-websites-a-programmer-should-visit">this</a> </br>
Animation:
Daniel Eden @daneden for animate.css</br>
Other:</br>
jQuery (jquery.com)</br>
html5shiv.js (@afarkas @jdalton @jon_neal @rem)</br>
CSS3 Pie (css3pie.com)</br>
Respond.js (j.mp/respondjs)</br>
Skel (skel.io)</p>
</div>
</div>
</section>
<!-- Four -->
<section id="report">
<div class="container">
<h3>Report an Issue</h3>
<p>If you find any link which isn't working or any typos you can report it using this form.</br>
I will fix that before you can imagine :P</br>
Did I miss any site? Use this form to tell me! I will add that too :)</li>
<form method="post" action="https://formspree.io/f/xlevybjb">
<div class="row uniform">
<div class="6u 12u(xsmall)"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="6u 12u(xsmall)"><input type="email" name="email" id="email" placeholder="Email" /></div>
</div>
<div class="row uniform">
<div class="12u"><input type="text" name="subject" id="subject" placeholder="Subject" /></div>
</div>
<div class="row uniform">
<div class="12u"><textarea name="message" id="message" placeholder="Message" rows="6"></textarea></div>
</div>
<div class="row uniform">
<div class="12u">
<ul class="actions">
<li><input type="submit" class="special" value="Send Message" /></li>
<li><input type="reset" value="Reset Form" /></li>
</ul>
</div>
</div>
</form>
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>Made with <span class="love">♥</span> by <a href="https://sutlej.net/mansoor/">Mansoor Rana</a></li>
<li>© All rights reserved.</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollzer.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>