-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (45 loc) · 3.47 KB
/
index.html
File metadata and controls
74 lines (45 loc) · 3.47 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> CS 290 Blog </title>
</head>
<body>
<h1> CS 290 Blog </h1>
<br>
<h2> Assignment-1 </h2>
<p> I am incredibly excited to learn Web Development, as I find it very fascinating. This is my first time learning Web Development, I've never had any prior Web Development experience before. I hope to gain a thorough understanding of the fundamentals of web development in order to learn more advanced topics in the future. My ultimate goal is to become a cloud application developer!
</p>
<p>I will keep updating this blog as this course progresses, as this would serve as a nice memory in the future to look back at! I will later transfer all the contents to my own personal website, with all my details there. Looking forward to a great learning experience in this class.</p>
<h2>
Assignemnt-2
</h2>
<p>
For this assignment, we had to style of HTML page using CSS. I particularly learned new concepts about how to style pages using CSS, and interesting concepts in CSS like the BOX model, etc.
Whenever I struggled to understand the concepts, I referred to the Mozilla developer page, where the content was explained and organized in a systematic manner. I learned the intricacies of using CSS to style html content. I got stuck multiple times while working on the project, which was when I sought help from the plethora of YouTube content available on every topic imaginable!
</p>
<h2>
Assignment-3
</h2>
<p>
For this assignment, I learnt the use and importance of JavaScript in our websites. Indeed, JavaScript does breathe life into our websites! Without JS, web development would technically be lifeless! I learnt how to perform DOM manipulation using JavaScript, an indeed important feature in web development. JavaScript plays a great deal in making websites responsive.
Bu learning the concepts like event listeners and event handling, I could finally unearth the magic happening behind the scenes of the world of web which was unknown to me till now.
I learnt about modals and buttons and how they are part of the DOM in the JavaScript.
I used LinkedIn Learning platform to learn about the basics of Node and server side processing. I also used sites like Codecademy and Educative.io to learn aspects of web development in detail.
</p>
<h2>
Assignment-4
</h2>
<p>
For this assignment, I learned aspects regarding the back-end portion of the web development. I particularly learnt how the front end and back end are tied together and interact with each other. I learnt Node.JS; an important JavaScript server side technology.
I used LinkedIn Learning platform to learn about the basics of Node and server-side processing. I also used sites like Codecademy and Educative.io to learn aspects of web development in detail.
</p>
<h2>
Assignment-5
</h2>
<p>
This was the last and the concluding assignment in the web development course this term It familiarize me with the Handlebars and Express, a Node JS framework in JavaScript. I learnt about how error messages are displayed through the server if the web page isn’t fetched correctly. I also learnt a great deal about handlebars, an incredibly useful tool in web development.
I used LinkedIn Learning platform to learn about the basics of Node and server-side processing. I also used sites like Codecademy and Educative.io to learn aspects of web development in detail.
</p>
</body>
</html>