-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
408 lines (375 loc) · 13.4 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
<html>
<head>
<title> CEVWS - Web-Dev </title>
<meta property="og:title" content="CEVWS - SSD">
<meta property="og:description" content="A resources library well maintained by members of Cutting Edge Visionaries
- a Studnet Chapter at NIT Surat">
<meta property="og:image" content="https://www.cevgroup.org/wp-content/uploads/2019/10/1f742c2a-18f3-4de3-8a3b-67b4be70e64c.jpg">
<meta property="og:url" content="https://cutting-edge-visionaries.github.io/Resources/">
<link rel="stylesheet" href="https://developer.android.com/_static/c3460225a3/css/devsite-android-light-grey.css">
<link href="https://fonts.googleapis.com/css?family=Libre+Barcode+128+Text" rel="stylesheet">
<link rel="stylesheet" href="https://developer.android.com/_static/c3460225a3/css/android/android-site.css">
<style>
h5 {
font-family: 'Libre Barcode 128 Text', cursive;
}
footer {
position: relative;
left: 0px;
bottom: 0px;
height: wrap;
width: 100%;
background-color: #d9dce0;
padding: 10px;
text-align: center;
color: white;
}
</style>
</head>
<body>
<!-- Latest compiled and minified CSS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<div class="container">
<div class="jumbotron">
<h1>Syllabus</h1>
<h5 style="text-align: right;">Instructors:</h5>
<h4 style="text-align: right;"><a href="https://www.linkedin.com/in/littlestar642/">Avinash Jaiswal</a></h4>
<h5 style="text-align: right;">Mentor:</h5>
<h4 style="text-align: right;"><a href="https://www.linkedin.com/in/jaynil-shah-90814b179/">Jaynil Shah</a></h4>
</div>
<div class="container" style="padding: 40px;">
<h6>Day 1: (14<sup>th</sup> December)</h6>
<h3>Introduction to Web, Basics of HTML and CSS</h3>
<ul>
<li>Web, Architecture, Present Status</li>
<li>HTML, DOM, Manipulation</li>
<li>Flexbox</li>
<li>Grids</li>
</ul>
<hr>
<h6>Day 2: (15<sup>th</sup> December)</h6>
<h3>Basics Of JavaScript</h3>
<ul>
<li>Revisit to the DOM</li>
<li>Browser Events and APIs- Phases of an event. Knowing when the DOM is ready</li>
<li>JS language features - Variable declaration, Promises, Use of this keyword, Rest and Spread</li>
</ul>
<hr>
<h6>Day 3: (16<sup>th</sup> December)</h6>
<h3>Introduction to Frontend Development and Server</h3>
<ul>
<li>Modern web APIs and Asynchronous applications</li>
<li>Fetch API</li>
<li>Framework Introduction</li>
</ul>
<hr>
<h6>Day 4: (17<sup>th</sup> December)</h6>
<h3>Introduction to Backend Development and Serve</h3>
<ul>
<li>HTTP and requests</li>
<li>Node and Express introduction</li>
<li>Application Architecture</li>
<li>Progressive Web Applications</li>
</ul>
<hr>
</div>
<div class="container">
<!-- <div class="jumbotron">
<h1>Instructors and Mentors</h1>
</div>
<h3>Instructor</h3>
<h4><a href="https://www.linkedin.com/in/littlestar642/">Avinash Jaiswal</a></h4>
<h3>Mentor</h3>
<h4><a href="https://www.linkedin.com/in/jaynil-shah-90814b179/">Jaynil Shah</a></h4>
-->
<div class="container">
<div class="jumbotron">
<h1>Resources</h1>
<h4>A resources library well maintained by members of<medium> <a href="https://www.cevgroup.org">Cutting Edge Visionaries</a></medium>
</h4>
<!--<h3> : <small> </small></h3>-->
<h5 align="right"><a href="https://johnsoncarl.github.io/Books/code.html">Code References</a></h5>
</div>
<h2 id="webdev"> <b>Web Development</b></h2>
<table class="table table-striped">
<thead>
<tr>
<th>Topic</th>
<th> Books/Resources </th>
<th>Remarks</th>
<th>Author/Organisation</th>
</tr>
</thead>
<tbody>
<td colspan="4"><b>
<h3>Foundational</h3>
</b></td>
</tr>
<tr>
<tr>
<td><a href="https://courses.edx.org/courses/course-v1:HarvardX+CS50W+Web/course/
" target="_blank"><b>CS50's Web Programming with Python and JavaScript</b></a></td>
<td><br>
</td>
</td>
<td>
<i>This is the most recommended course for web-dev.Complete this course and Don't Miss any project.Take any necessary help from mentors<br></i>
</td>
<td>
Havard University<br>
</td>
</tr>
<tr>
<td><b>Udacity:Intro To HTML & CSS (Free)</b></td>
<td><a href="https://www.udacity.com/course/intro-to-html-and-css--ud001
" target="_blank">Intro To HTML+CSS</a><br>
</td>
</td>
<td>
<i>This free course covers the basics of writing a static webpage usinh HTML and CSS<br></i>
</td>
<td>
School Of Programming<br>- Udacity
</td>
</tr>
<tr>
<tr>
<td><b>W3 Schools</b></td>
<td><a href="https://www.w3schools.com/
" target="_blank">Link</a><br>
</td>
</td>
<td>
<i>This is a free educational website which is going to be your best-friend if you are interested in web-dev.For any kind of help related with syntax,search this site<br></i>
</td>
<td>
<br>
</td>
</tr>
<tr>
<td><b>CSS Tricks</b></td>
<td><a href="https://css-tricks.com/
" target="_blank">Link</a><br>
</td>
</td>
<td>
<i>Checkout the website for CSS related stuffs.<br></i>
</td>
<td>
<br>
</td>
</tr>
<tr>
<td><b>BootStrap</b></td>
<td><a href="https://www.youtube.com/watch?v=QAgrHLtG1Yk&list=PL4cUxeGkcC9jE_cGvLLC60C_PeF_24pvv
" target="_blank">Link</a><br>
</td>
</td>
<td>
<i>After you have basic knowledge of HTML+CSS,try Bootstrap4 for making your CSS work load less.This playlist will provide you enough info. related to Bootstrap and how to use it?<br></i>
</td>
<td>
<br>
</td>
</tr>
<tr>
<td colspan="4"><b>
<h3>JavaScript</h3>
</b></td>
</tr>
<tr>
<td><a href="https://www.udacity.com/course/intro-to-javascript--ud803"><b>Introduction To JS-Udacity</a></b></td>
<td>
<a href="https://github.com/getify/You-Dont-Know-JS/tree/master/up%20%26%20going
"> BOOK:You Don't Know JS(Up & Going)</a>
</td>
</td>
<td>
<i>After the course you will be able to write and understand basic JavaScript codes<br></i>
</td>
<td>School Of Programming-Udacity
<br>
</td>
</tr>
<tr>
<td><b><a href="https://www.udacity.com/course/javascript-and-the-dom--ud117">JavaScript And The DOM<b></a><br></td>
<td>
<a href="
" target="_blank"></a><br>
</td>
<td>
<i>Explore the course and you will be able to give dynamic touch to your wepage by manipulating the DOM using JavaScript.Try to make simple web-apps like a calculator for practice after the course.</i>
</td>
<td>School Of Programming-Udacity<br>
<br>
</td>
</tr>
<tr>
<td><a href="https://javascript30.com/"><b>JavaScript30<b></a><br></td>
<td>
<a href="https://javascript30.com/
" target="_blank"></a><br>
</td>
<td>
<i>Create 30 Cool Stuffs in 30 Days using JavaScipt</i>
</td>
<td>JS30<br>
<br>
</td>
</tr>
<tr>
<td colspan="4"><b>
<h3>BackEnd Web-Development</h3>
</b></td>
</tr>
<tr>
<td><b>Flask<b><br></td>
<td>
<a href="http://flask.pocoo.org/
" target="_blank">Documentation</a><br>
<a href=" https://www.youtube.com/watch?v=zdgYw-3tzfI
" target="_blank">FreeCodeCamp Flask's Bootcamp</a><br>
<a href="https://hackernoon.com/flask-web-programming-from-scratch-9ada8088fde1
" target="_blank">Flask Web-Programming from Scratch</a><br>
</td>
<td colspan="2">
<i>
Flask is micro web-framework for python. It is easy to learn. Most of the basics related to Flask are already there in Havard’s Web Programming Course mentioned above.
So try to learn flask first.
</i>
</td>
</tr>
<tr>
<td><b>Django<b><br></td>
<td>
<a href="https://docs.djangoproject.com/en/2.2/
" target="_blank">Documentation</a><br>
<a href="https://www.youtube.com/watch?v=n-FTlQ7Djqc&list=PL4cUxeGkcC9ib4HsrXEYpQnTOTZE1x0uc
" target="_blank">NetNinja[Youtube]</a><br>
<a href="https://tutorial.djangogirls.org/en/
" target="_blank">DjangoGirls Tutorials</a><br>
</td>
<td colspan="2">
<i>
Django is another poweful web-framework for Python.Through Django you can manage the backend of your website very easily by dividing the whole web-app into reusable apps.
Try to follow the Netninja's Django Tutorial and take help from Official Dcoumentation and Stackoverflow to learn it.<br>
DjangoGirls is also a good website for Django Tutorials
</i>
</td>
</tr>
<td colspan="4"><b>
<h3>FrontEnd Frameworks & Libs.</h3>
</b></td>
</tr>
<tr>
<td><b>React<b><br></td>
<td>
<a href="https://reactjs.org/
" target="_blank">Documentation</a><br>
<a href="https://www.youtube.com/watch?v=OxIDLw0M-m0&list=PL4cUxeGkcC9ij8CfkAY2RAGb-tmkNwQHG
" target="_blank">NetNinja Complete React Tutorial</a><br>
<a href="https://www.youtube.com/watch?v=Oi4v5uxTY5o&list=PL4cUxeGkcC9iWstfXntcj8f-dFZ4UtlN3
" target="_blank">React,Redux and Firebase</a><br>
<a href="http://buildwithreact.com/
" target="_blank">BuildwithReact.com[Tutorials]</a><br>
</td>
<td colspan="2">
<i>
ReactJS is frontend web-framework. It is easy to learn if you have knowledge of JS.Try to follow the tutorials from NetNinja's Youtube Channel and implement a sample web-app.
So try to learn flask first.
***For any kind of web-dev stuff not only reactjs,there are very informative blogs available on <a href="https://medium.com/">Medium</a>.
</i>
</td>
</tr>
<tr>
<td><b>Other JS Frameworks & Libraries<b><br></td>
<td>
<a href="https://angularjs.org/
" target="_blank">AngularJS</a><br>
<a href="https://jquery.com/" target="_blank">jQuery</a><br>
<a href="https://animejs.com/
" target="_blank">AnimeJS</a><br>
<a href="https://threejs.org/
" target="_blank">threeJS</a><br>
<a href="https://www.chartjs.org/
" target="_blank">chartJS</a><br>
</td>
<td colspan="2">
<i>
These are some of the javascript's frameworks and libraries which you will find amazing.JS has huge base of Frameworks and libraries available on the internet which can make your work very easy.So just google them as per requirements.
</i>
</td>
</tr>
<tr>
<td colspan="4"><b>
<h3>Additional Learning stuff</h3>
</b></td>
</tr>
<tr>
<td colspan="2">
<a href="https://developer.mozilla.org/en-US/" target="_blank">MDN</a><br>
</td>
<td colspan="2">
<i>It is the most powerful Documentation gallery for web-developes.</i>
</td>
</tr>
<tr>
<tr>
<td colspan="2">
<a href="https://codepen.io/" target="_blank">Codepen</a><br>
</td>
<td colspan="2">
<i>Codepen is a online IDE platform for editing and sharing HTML,CSS & JS code snippets.You can find useful codesnippets to learn and can also share your snippets with others</i>
</td>
</tr>
<tr>
<td colspan="2">
<a href="https://flaviocopes.com/" target="_blank">Flaviocopes</a><br>
</td>
<td colspan="2">
<i>Flaviocopes is a website for javascript tutorials.You can also find free e-books there.
</i>
</td>
</tr>
<tr>
<td colspan="2">
<a href="https://www.freecodecamp.org/" target="_blank">FreeCodeCamp</a><br>
</td>
<td colspan="2">
</td>
</tr>
<tr>
<td colspan="2">
<a href="https://github.com/getify/You-Dont-Know-JS" target="_blank">You Don't Know JS</a><br>
</td>
<td colspan="2">
<i>You Don't Know JS book-series is really good for learning JS.You can read them in your free time for increasing your knowledge or else learn by coding :)</i>
</td>
</tr>
<tr>
<td colspan="2">
<a href="https://drive.google.com/open?id=11fw-BKL64YS4C1UDLxDqWWyJwG1OvvjX" target="_blank">E-Books</a><br>
</td>
<td colspan="2">
<i>The drive link has free e-books - The complete series by Flaviocopes and John Duckett.
Books by John Duckett are really good and informative.
</i>
</td>
</tr>
<tr>
<td colspan="4">
<b>Medium Blogs</b><br>
<a href="https://medium.com/faun/http-and-everything-you-need-to-know-about-it-8273bc224491" target="_blank">HTTP and everything you need to know about it</a><br>
<a href="https://medium.com/@madhupathy/learn-basics-of-react-js-in-3-minutes-a94cbc6f02c8" target="_blank">Learn Basics of React.js in 11 Minutes</a><br>
<a href="https://medium.freecodecamp.org/a-practical-es6-guide-on-how-to-perform-http-requests-using-the-fetch-api-594c3d91a547" target="_blank">A practical ES6 guide on how to perform HTTP requests using the Fetch API</a><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>