-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
117 lines (113 loc) · 3.7 KB
/
blog.html
File metadata and controls
117 lines (113 loc) · 3.7 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131386538-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-131386538-1');
</script>
<meta name="description" content="Brian Chen's personal site - blogger, software engineer, and student @ UofT" />
<meta name="keywords"
content="Chen Yuxiang, Brian, Chen, Xiang, Yu, Yuxiang, Brian Chen, Toronto, UofT, UTSC, Computer, Science, Computer Science, byxc, byxchen, brianyxc" />
<meta name="author" content="Brian Chen">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon2.png">
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<title>byxchen - b.log()</title>
</head>
<body>
<div class="content">
<p class="header">
<a class="nodeco white" href="index"> byx<span style="color:#66ccff">chen</span> </a>
<br>
-------
</p>
<br>
<div class="navbar">
<a class="nav-item-gray rightmargin" href="index">
about
<br>
</a>
<a class="nav-item-gray rightmargin" href="resume">
resume
<br>
</a>
<a class="nav-item-gray rightmargin" href="ta">
ta
<br>
</a>
<a class="nav-item-gray rightmargin" href="projects">
projects
<br>
</a>
<a class="nav-item rightmargin" href="blog">
b.log()
<br>
-------
</a>
</div>
<div class="entry">
<p class="content-text">
Welcome to my brain dump! I'll write about all sorts of random views and thoughts here. I never keep any
candence so it may be a day or a few years between entries lol.
</p>
</div>
<div class="entry">
<p class="entry-title low-bottom">2022</p>
<br /><br />
<a class="entry-link" href="blog/mid-level-job-search"> Job Searching with Experience
</a><span class="date-time" style="float: right">Mar 2022</span>
<br /><br />
<span class="sub-text">
How does job searching with a few years of experience under your belt change the experience?
</span>
<br />
<div class="tags">
<span class="tags-header">Tags:</span>
Life, Jobs, Careers
</div>
<br /><br />
<a class="entry-link" href="blog/la-sf-tor-comparison"> My life in LA, SF, and TO </a><span
class="date-time" style="float: right">Mar 2022</span>
<br /><br />
<span class="sub-text">
My experience growing up in Toronto, interning in SF, and working in Los Angeles
</span>
<br />
<div class="tags">
<span class="tags-header">Tags:</span>
Life, Travel, Careers
</div>
</div>
<br /><br />
<div class="entry">
<p class="entry-title low-bottom">2019</p>
<br /><br />
<a class="entry-link" href="blog/utsc-cs-program"> Thoughts on UTSC's CS Program </a><span class="date-time"
style="float: right">May 2019</span>
<br /><br />
<span class="sub-text">
A few quick thoughts on the University of Toronto Scarborough's Co-op CS program, with particular views
on Co-op vs PEY, UW vs UTSC, Co-op curriculum content, and the quality of jobs. This was mostly inspired
by countless reddit posts asking the same question(s).
</span>
<br />
<div class="tags">
<span class="tags-header">Tags:</span>
UTSC, Computer Science, Coop, Internships, Jobs
</div>
</div>
</div>
</body>
</html>