-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
96 lines (92 loc) · 6.24 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>iViewer- Heaven for Interview</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<a class="navbar-brand" href="index.html">iViewer</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="language.html">Languages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="networking.html">Networking</a>
</li>
<li class="nav-item">
<a class="nav-link" href="oops.html">OOPs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Sorting&Graphs.html">Sorting & Graphs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ds.html">Data Structures & Algorithms</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Monk Test
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://www.cppbuzz.com/c-objective-questions">C</a>
<a class="dropdown-item" href="https://www.cppbuzz.com/c++-objective-questions">C++</a>
<a class="dropdown-item" href="https://www.cppbuzz.com/python/python-objective-questions">Python</a>
<a class="dropdown-item" href="https://www.cppbuzz.com/java/java-objective-questions">Java</a>
<a class="dropdown-item" href="https://www.cppbuzz.com/java-script/javascript-interview-questions-and-answers">JavaScript</a>
<a class="dropdown-item" href="https://www.w3schools.com/html/html_quiz.asp">HTML</a>
<a class="dropdown-item" href="https://www.w3schools.com/css/css_quiz.asp">CSS</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="container">
<h3 class="my-4">About Us</h3>
<p><b>Coding Interview</b></p>
<p>This is not any project. Only collection of video link, Pdf, Blog.</p>
<p>This is a short To-Do list of study topics for becoming a software developer, but it grew to the large list you see today. After going through this study plan. Anyway, everything you need is here.</p>
<p>The items listed here will prepare you well for an interview at just about any software company, including the Top 4: Amazon, Facebook, Google or Microsoft.</p>
<p><i class="text-muted">Best of luck to you!</i></p>
<p>This is my multi-month study plan for going from web developer.</p>
<h2 class="text-info">Don't feel you aren't smart enough</h2>
<p>Everyone secretly wants to be seen as a genius. In this talk, we discuss how to avoid this trap and gracefully exchange personal ego for personal growth and super-charged collaboration. We'll also examine how software tools affect social behaviors,
and how to successfully manage the growth of new ideas</p>
<a href="https://www.youtube.com/watch?v=0SARbwvhupQ">Watch Video</a>
<br>
<a href="http://www.aaronsw.com/weblog/dweck">Believe you can change</a><br>
<i class="mx-5 text-monospace text-muted">-Happy Learning</i><br><br>
<h3>About Video Resources</h3>
<p>Some videos are available only by enrolling in a Coursera, EdX, or Lynda.com class. These are called MOOCs. Sometimes the classes are not in session so you have to wait a couple of months, so you have no access. Lynda.com courses are not free.</p>
<p>I'd appreciate your help to add free and always-available public sources, such as YouTube videos to accompany the online course videos. I like using university lectures.</p>
<hr>
<b><h2>Some Motivational Blog</h2></b>
<a href="https://medium.com/always-be-coding/abc-always-be-coding-d5f8051afce2#.4heg8zvm4">ABC:Always Be Coding</a><br>
<a href="https://writing.pupius.co.uk/whiteboarding-4df873dbba2e#.hf6jn45g1">Whiteboarding</a>
<br>
<a href="https://www.youtube.com/watch?v=YJZCUhxNCv8"> How to Get a Job at the Big 4 - Amazon, Facebook, Google & Microsoft (video)</a> Language Specific
</div>
<br>
<br>
<br>
<footer class="container">
<p class="float-right"><a href="#carouselExampleIndicators">Back to top</a></p>
<p>© 2020-2021 iViewer, Inc. . <a href="about.html">About Us</a>.<a href="contact.html">Contact Us</a></p>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script>
</body>
</html>