-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·50 lines (37 loc) · 1.73 KB
/
Copy pathindex.html
File metadata and controls
executable file
·50 lines (37 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Indie+Flower&family=Permanent+Marker&display=swap" rel="stylesheet">
<style>
body{
font-family: 'Indie Flower', cursive;
}
p{
font-family: 'Permanent Marker', cursive;
}
.footer{
text-align: right;
}
</style>
</head>
<body font-family: 'Lobster', cursive;>
<center>
<h1> What you need to be a Software Engineer in 2020 :) </h1>
<h3>Below are some Links for you to spend some time. </h3>
<p><a href="https://www.youtube.com/watch?v=oGy_uK6FrgE&t=575s">Career Paths for Software Engineers and how to navigate it.</a></p>
<p><a href="https://www.youtube.com/watch?v=TAAXwrgd1U8">Why is coding so hard...</a></p>
<p><a href="https://www.youtube.com/watch?v=W8ykZNSLDqE"> Habits of Highly Effective Programmers</a></p>
<p><a href="https://www.youtube.com/watch?v=sibcmEQGFmQ">How to be more productive</a></p>
<p><a href="https://www.youtube.com/watch?v=UPO-9iMjBpc">How I Got a Job at Google as a Software Engineer</a></p>
<p><a href="https://www.youtube.com/watch?v=YJZCUhxNCv8&t=47s">How to Get a Job at the Big 4 - Amazon, Facebook, Google & Microsoft</a></p>
<p><a href="https://medium.com/better-programming/7-pieces-of-advice-to-be-a-successful-software-engineer-ef827af6a462">7 Pieces of Advice to be a Successful Software Engineer</a></p>
<p><a href="https://medium.com/better-programming/your-one-year-roadmap-to-becoming-a-software-engineer-1f1ff50506e5">How to Become a Software Engineer in a Year</a></p>
<br>
<br>
<br>
<br>
<h1 class="footer"> => By Raku with ❤ </h1>
</center>
</body>
</html>