This repository was archived by the owner on Mar 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·215 lines (215 loc) · 7.98 KB
/
about.html
File metadata and controls
executable file
·215 lines (215 loc) · 7.98 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
---
layout: page
title: "About"
description: "A bit about myself"
header-img: "/img/wood-coffee-iphone-notebook.jpg"
activePage: "about"
---
<div class="row">
<div class="col-12 col-md-8">
<h3>About me</h3>
<p>
My name is Alex O'Callaghan and I'm a software developer from London, England. I have a particular interest in web application development and I completed <em>BSc Computer Science</em> at the <a href="https://southampton.ac.uk" target="_blank">University of Southampton</a> in 2017.
</p>
<div class="row justify-content-center my-5">
<div class="col-12 col-md-4">
<a href="#education" class="btn btn-primary">Education</a>
</div>
<div class="col-12 col-md-4">
<a href="#skills" class="btn btn-secondary">Skills</a>
</div>
</div>
</div>
<div class="col-12 col-md-4">
<h3>Links</h3>
<h4>More about me</h4>
<ul>
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="/projects">Project portfolio</a></li>
<li><a target="_blank" href="/pdf/cv_20180128.pdf">CV (PDF)</a></li>
</ul>
<hr />
<h4>Other links</h4>
<ul>
<li><a href="https://github.com/awocallaghan" target="_blank">awocallaghan on GitHub</a></li>
<li><a href="https://www.npmjs.com/~awocallaghan" target="_blank">awocallaghan on npm</a></li>
</ul>
</div>
</div>
<hr />
<div class="row" id="education">
<div class="col-12">
<h3>Education</h3>
<div class="row">
<div class="col-12 col-md-6">
<ul>
<li>
<a href="https://www.ecs.soton.ac.uk/programmes/bsc-computer-science" target="_blank">BSc. Computer Science</a> (3 years — Hons 2:1)
<ul id="comp-sci-accordion">
<li>
<button class="btn btn-link" data-toggle="collapse" data-target="#comp-sci-accordion-year-one" aria-expanded="false" aria-controls="comp-sci-accordion-year-one">
Year One
</button>
<ul id="comp-sci-accordion-year-one" class="collapse" data-parent="#comp-sci-accordion">
<li>Programming 1 & 2</li>
<li>Algorithmics</li>
<li>Foundations of Computer Science</li>
<li>Computer Systems</li>
<li>Data Management</li>
<li>Professional Development</li>
<li>Foundations of Computer Science</li>
<li>Software Modelling and Design</li>
</ul>
</li>
<li>
<button class="btn btn-link" data-toggle="collapse" data-target="#comp-sci-accordion-year-two" aria-expanded="false" aria-controls="comp-sci-accordion-year-two">
Year Two
</button>
<ul id="comp-sci-accordion-year-two" class="collapse" data-parent="#comp-sci-accordion">
<li>Programming 3</li>
<li>Distributed Systems and Networks</li>
<li>Life in the Cosmos</li>
<li>Intelligent Systems</li>
<li>Theory of Computing</li>
<li>Software Engineering Group Project</li>
<li>Programming Language Concepts</li>
<li>Interaction Design</li>
</ul>
</li>
<li>
<button class="btn btn-link" data-toggle="collapse" data-target="#comp-sci-accordion-year-three" aria-expanded="false" aria-controls="comp-sci-accordion-year-three">
Year Three
</button>
<ul id="comp-sci-accordion-year-three" class="collapse" data-parent="#comp-sci-accordion">
<li><a href="/projects/student-video-analytics">Part III Individual Project</a></li>
<li>Global Challenges</li>
<li>Social Enterprise</li>
<li>Cyber Security</li>
<li>Computational Biology</li>
<li>Game Design and Development</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-12 col-md-6">
<ul>
<li>
<em>2012-2014</em> — Queensmead High School (Sixth Form)
<ul>
<li>
A-Levels
<ul>
<li>Maths (A)</li>
<li>Further Maths (A)</li>
<li>Computing (A)</li>
</ul>
</li>
<li>
AS-Levels
<ul>
<li>Physics (B)</li>
<li>Extended Project Qualification (A)</li>
</ul>
</li>
</ul>
</li>
<li>
<em>2007-2012</em> — Queensmead High School
<ul>
<li>13 GCSEs grade A*-B, including English B and Maths A*</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<hr />
<div class="row" id="skills">
<div class="col-12">
<h3>Skills</h3>
<div class="row">
<div class="col-12 col-md-6">
<h4>Languages</h4>
<ul>
<li>JavaScript</li>
<li>HTML</li>
<li>CSS + SASS/LESS</li>
<li>PHP</li>
<li>Java</li>
<li>C#</li>
<li>Python</li>
<li>Scheme</li>
<li>OCaml</li>
</ul>
</div>
<div class="col-12 col-md-6">
<h4>Framework/libraries</h4>
<ul>
<li>
JavaScript (Frontend)
<ul>
<li><a href="https://jquery.com" target="_blank">jQuery</a></li>
<li><a href="https://vuejs.org" target="_blank">Vue.js</a></li>
<li><a href="https://angularjs.org" target="_blank">AngularJS</a>/<a href="https://angular.io" target="_blank">Angular</a></li>
<li><a href="https://reactjs.org" target="_blank">React</a></li>
<li><a href="https:/d3js.org" target="_blank">D3.js</a></li>
</ul>
</li>
<li>
JavaScript (Backend)
<ul>
<li><a href="https://expressjs.com" target="_blank">Express</a></li>
<li><a href="https://loopback.io" target="_blank">Loopback</a></li>
<li><a href="https://sailsjs.com" target="_blank">Sails.js</a></li>
<li><a href="https://hapijs.com" target="_blank">Hapi.js</a></li>
</ul>
</li>
<li>
HTML/CSS
<ul>
<li><a href="https://getbootstrap.com" target="_blank">Bootstrap v3 & v4</a></li>
<li><a href="https://foundation.zurb.com/" target="_blank">Foundation</a></li>
</ul>
</li>
<li>
PHP
<ul>
<li><a href="https://wordpress.org" target="_blank">Wordpress</a></li>
<li><a href="https://laravel.com" target="_blank">Laravel</a></li>
</ul>
</li>
<li>
C#
<ul>
<li><a href="https://www.asp.net/mvc" target="_blank">ASP .NET MVC</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6">
<h4>Database management systems</h4>
<ul>
<li><a href="https://www.mysql.com" target="_blank">MySQL</a></li>
<li><a href="https://www.postgresql.org/" target="_blank">PostgreSQL</a></li>
<li><a href="https://www.microsoft.com/en-gb/sql-server/sql-server-2016" target="_blank">MSSQL</a></li>
<li><a href="https://www.mongodb.com/" target="_blank">Mongodb</a></li>
<li><a href="https://www.rethinkdb.com/" target="_blank">RethinkDB</a></li>
</ul>
</div>
<div class="col-12 col-md-6">
<h4>Development lifecycle</h4>
<ul>
<li>Agile</li>
<li>Test driven development (TDD)</li>
<li>Behaviour driven development (BDD)</li>
</ul>
</div>
</div>
</div>
</div>