-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (54 loc) · 3.47 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
<!DOCTYPE html>
<html>
<head>
<title>0ld Camel's Site</title>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<img src="https://lh3.googleusercontent.com/a/ACg8ocLx3tt_Y5vTk8sSQVvoPMdt486vcd80XiTOi0J9JMfTY2k0Gtw=s576-c-no" height="50px">
<span><h1>Old Camel's Homepage</h1></span>
<span><h4>Thanks to <a href="https://github.com">GitHub</a> for hosting my site.</h4></span>
<br>
<div>
<p>My random notes about my journey through Computer Science, the courses I took and am taking,
the tools I am using and so on.</p>
<p>My journey started in 2023 when I did these veyr popular free courses offered by Havard University <a href="https://cs50.harvard.edu/x/2024/">CS50x</a> and <a href="https://cs50.harvard.edu/python/2022/">CS50P</a>.
Then I tried <a href="https://t.ly/7sd73">MIT 6.00.1x</a> which is a paid one and
<a href="https://codeinplace.stanford.edu/public/studenthome">Stanford's Code in Place</a> in 2024.</p>
<p>By late 2024, I discovered a series of free courses from the birth place or Linux, the University of Helsinki so I took <a href="https://programming-24.mooc.fi/">Introduction to Programming course (BSCS1001, 5 ECTS) and Advanced Course in Programming (BSCS1002, 5 ECTS)</a>
and completed them both just before the year ended.</p>
<p>I am planning to do:
<ul>
<li><a href="https://cs50.harvard.edu/web/2020/">CS50W</a></li>
<li><a href="https://cs50.harvard.edu/ai/2024/">CS50AI</a></li>
</ul>
I heard about this course <a href="https://www.py4e.com/">Python for Everybody</a> started working on it but got distracted and hence hasn't done it yet </p>
</div>
<h3 class="under">Courses I am taking:</h3>
<div class="border">
<p><a href="dsa.html">Data Structures and Algorithms</a></p>
<p><a href="cs50w.html">HarvardX: CS50's Web Programming with Python and JavaScript</a></p>
<p><a href="py4e.html">Python for Everybody</a></p>
</div>
<h3 class="under">Courses I took:</h3>
<div class="border">
<p>2024-Dec-17 <a href="uoh_acp.html">University of Helsinki: Advanced Course in Programming (BSCS1002, 5 ECTS)</a></p>
<p>2024-Nov-23 <a href="uoh_itp.html">University of Helsinki: Introduction to Programming course (BSCS1001, 5 ECTS)</a></p>
<p>2024-Jun-10 <a href="cip2024.html">Stanford's Code in Place</a></p>
<p>2024-Mar-30 <a href="mit6001.html">MITx: 6.00.1x Introduction to Computer Science and Programming Using Python</a></p>
<p>2023-Dec-24 <a href="cs50p.html">HarvardX: CS50P Introduction to Programming with Python</a></p>
<p>2023-Oct-14 <a href="cs50x.html">HarvardX: CS50x Introduction to Computer Science</a></p>
</div>
<h3 class="under">Tools I am using:</h3>
<div class="border">
<p><a href="vscode.html">VS Code</a></p>
<p><a href="ubuntu.html">Ubuntu</a></p>
</div>
<br>
<footer>
<p>0ld Camel - 2024 - Version 1.0.0<br>
<a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>