-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
41 lines (33 loc) · 2.11 KB
/
main.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
<!DOCTYPE html>
<html>
<head>
<title>Kindle links</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>This is where I put my links that I want to open on my Kindle</h1>
<h2>New articles</h2>
<a href="http://paulgraham.com/newideas.html">Crazy New Ideas</a>
<br>
<a href="https://www.freecodecamp.org/news/how-to-think-like-a-programmer-lessons-in-problem-solving-d1d8bf1de7d2/">How to think like a programmer</a>
<br>
<a href="https://codeburst.io/10-steps-to-solving-a-programming-problem-8a32d1e96d74">Solving a programming problem</a>
<br>
<a href="https://zerotomastery.io/blog/mistakes-i-made-when-learning-to-code/">Mistakes when learning to code</a>
<br>
<a href="https://www.scientificamerican.com/article/the-interleaving-effect-mixing-it-up-boosts-learning/">The Interleaving Effect: Mixing It Up Boosts Learning</a>
<br>
<a href="https://zerotomastery.io/blog/learn-to-code-in-2021-get-hired-and-have-fun-along-the-way/">Learn to code</a>
<h2>Already read articles - would recommand</h2>
<a href="https://zerotomastery.io/blog/career-change-at-38-transitioning-to-software-developer-in-6-months-scouted-by-google">Transition to software developer</a>
<br>
<a href="http://nautil.us/issue/35/boundaries/not-all-practice-makes-perfect">Not All Practice Makes Perfect</a>
<br>
<a href="https://elidourado.com/blog/notes-on-technology-2020s">Notes on technology in the 2020s</a>
<br>
<a href="https://www.kitchensoap.com/2012/10/25/on-being-a-senior-engineer/">On being a senior developer</a>
<h2>Already read articles - would not recommand</h2>
<a href="https://medium.com/accelerated-intelligence/be-prepared-to-lose-your-job-in-the-future-if-you-dont-learn-this-one-skill-now-8a87ade2a268">Be Prepared To Lose Your Job In The Future… If You Don’t Learn This One Skill Now</a>
</body>
</html>