Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 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 | export default {
personal: {
imgSrc: "/static/img/brian_so.png",
name: "So Ka Ho Brian",
email: "briansostudio@gmail.com",
phone: "",
objective: "Position as a top software engineer and team leader",
},
skills: {
main: [
{ language: "Node.js", progress: 100 },
{ language: "Java", progress: 85 },
{ language: "Go lang", progress: 75 },
{ language: "C++", progress: 75 },
{ language: "C#", progress: 85 },
],
languages: "PHP, Objective-C, Python",
skills: "Git, AWS, Docker, CI/CD, unit testing, micro-services, MySql, Redis, MongoDB",
},
aboutMe: {
description: `
<p>
I aim to be a professional software engineer.
I love to design and develop large scale, high quality,
well tested application incorporating with various software engineering practices.
I love latest technology: React native, Angular 4, Hololens, etc.
</p>
<p>
I am a full stack developer which is proficient in
both backend and frontend.
Coding languages and developing platforms are not a barrier to me
as every language or platform shares a large set of
fundamental concepts which I have solid understanding of.
</p>
`,
},
experiences: {
list: [
{
title: "Senior Software Engineer",
period: "Nov 2018 - Present",
company: "Bull-b Technology Limited",
highlights: [
"Developed a crypto exchange system (Leader)",
"Developed over 5 projects and maintained over 12 projects",
"Maintained and improved the company's internal infrastructure and services",
],
},
{
title: "Software Engineer",
period: "Jun 2017 - Oct 2018",
company: "Bull-b Technology Limited",
highlights: [
'Developed the <a href="https://www.youtube.com/watch?v=ARw5j_27rOs&list=PL_KUg8g1yx-1yFilydHpKNOKoX9rgMsi2&index=102">"Build your own R2D2"</a> Robot and its <a href="https://play.google.com/store/apps/details?id=com.bullb.r2d2">Android control app.</a>',
'Developed the <a href="https://apps.apple.com/hk/app/%E5%BA%B7%E5%92%8C%E6%A8%82/id1440242005">"Hong wo lok"</a> React Native app (Leader)',
'Developed the Frontend of "Binary Option"',
],
},
{
title: "Full stack developer (Node.js/Android)",
period: "Jul 2016 – Oct 2016",
company: "39 Columns Limited",
highlights: ["Developed the 39Columns Android App and backend system"],
},
{
title: "App developer (IOS/Android)",
period: "Jun 2015 – Sep 2015",
company: "Yang Brothers Limited",
highlights: [
"Developed the China Good Driver App",
"Developed the C++ driving behavior detection engine",
],
},
],
},
educations: {
list: [
{
title: "Bachelor of Engineering in Computer Science",
result: "1st Class Honors, GPA: 3.52",
school: "Hong Kong University of Science and Technology",
schoolShort: "HKUST",
period: "Sep 2015 – June 2017",
},
{
title: "Associate of Science in Information System Development",
result: "Distinction, GPA: 3.68",
school: "Community College of City University of Hong Kong",
schoolShort: "CCCU",
period: "Sep 2013 – June 2015",
},
],
},
traits: {
list: ["Responsible", "Independent", "Organized", "Self-motivated"],
},
awards: {
list: [
{
name: "Madhack 2nd runners-up award",
activity: "HackUST 2016",
organization: "HKUST",
},
{
name: "Best IT Project",
activity: "Project of the Year Competition 2015",
organization: "CCCU",
},
{
name: "Certificate of Merit",
activity: "Hong Kong U-21 IoT Awards 2014",
organization: "GS1 Hong Kong",
},
],
},
};
|