Skip to content

Commit

Permalink
Update progress and resume
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrzn committed Apr 21, 2018
1 parent 2740fcf commit 23f58ed
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 30 deletions.
54 changes: 30 additions & 24 deletions students/danielBerzinChua/danielBerzinChua-resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
Email: [email protected]
GitHub: <https://github.com/danielbrzn>

## Technical Skills

### Proficient
* C, Java, Node.js

### Basic
* HTML/CSS

## Education

#### National University of Singapore (Aug 2016 - May 2020)
Expand All @@ -23,15 +15,23 @@ Focus Area: Software Engineering
#### Balestier Hill Secondary School (Jan 2008 - Dec 2011)
##### General Certificate of Education Ordinary Level

## Achievements
## Expert Areas

### JavaScript
* Gave a lightning talk entitled [Promises in Javscript](https://github.com/nus-cs3281/2018/issues/7)
* Contributed a book chapter entitled [Promises in Javascript](https://github.com/se-edu/learningresources/pull/35) to [SE-EDU's learning resources](https://github.com/se-edu/learningresources/)
* Contributor to [Markbind](https://github.com/MarkBind/markbind), a Markdown/HTML site generator
* Co-developer of [PriceComparator](https://github.com/danielbrzn/comparator), a price comparison web application

### Java
* Co-developer of [HitMeUp](https://github.com/CS2103AUG2017-W14-B3/main), an Address Book application built off of an existing codebase for CS2103T course
* Contributed to [Strongbox](https://github.com/strongbox/strongbox/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+author%3Adanielbrzn), written in Java
* Added integration tests for [Strongbox](https://github.com/strongbox/strongbox-web-integration-tests/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+author%3Adanielbrzn+) with Gradle and npm

#### Core Value Soldier (Discipline) - 2015
#### Eurasian Community Fund (ECF) Excellence Award (A-Level) - 2014
#### Jacob Ballas Scholar's Award (5 A-Level Distinctions) - 2014
#### Edusave Certificate of Academic Achievement - 2013
#### Eurasian Community Fund (ECF) Excellence Award (Secondary) - 2012
#### Edusave Certificate of Academic Achievement - 2012
#### Edusave Scholarship - 2011
### Web Scraping
* Implemented scraping logic for `PriceComparator` using [Cheerio](https://github.com/cheeriojs/cheerio) and [Request](https://github.com/request/request)
* Gave a lightning talk entitled [Web Scraping: Unshackle yourself from APIs](https://github.com/nus-cs3281/2018/issues/79)
* Developed [ShopifyHelper](https://github.com/danielbrzn/ShopifyHelper), which scrapes Shopify websites and automatically adds product to cart (Java)

## Projects

Expand All @@ -40,7 +40,17 @@ Focus Area: Software Engineering
* Written with *Node.js* and *Express*
* Worked on the data scraping logic for Amazon
* Implemented the UI using *HTML* and *CSS*
* [Source](https://github.com/danielbrzn/comparator)
* [Archived Repository](https://github.com/danielbrzn/comparator)

#### Markbind | *Markdown/HTML Site Generator*
* A tool for creating static websites using Markdown and HTML
* Suited for educational use (Course Websites, Online Instruction Manuals)
* Written with *Node.js*
* Added *Front Matter* support to improve author usability [Add front matter feature #175](https://github.com/MarkBind/markbind/pull/175)
* Added a search feature to improve end-user usability [Add search feature #32](https://github.com/MarkBind/markbind-cli/pull/32)
* Fixed a bug with navbar overflow on mobile websites [MarkBind/markbind-cli#13](https://github.com/MarkBind/markbind-cli/pull/13)
* Fixed incorrect parsing of Markdown content as HTML [MarkBind/htmlparser2#1](https://github.com/MarkBind/htmlparser2/pull/1)
* [Source](https://github.com/MarkBind)

#### HitMeUp | *Desktop Application*
* Address Book application designed with for sociable users to manage large amounts of contacts
Expand All @@ -50,10 +60,6 @@ Focus Area: Software Engineering
* Added an `alias` command to increase ease of use
* [Source](https://github.com/CS2103AUG2017-W14-B3/main)

#### Markbind | *Markdown/HTML Site Generator*
* A tool for creating static websites using Markdown and HTML
* Suited for educational use (Course Websites, Online Instruction Manuals)
* Written with *Node.js*
* Fixed a bug with navbar overflow on mobile websites [MarkBind/markbind-cli#13](https://github.com/MarkBind/markbind-cli/pull/13)
* Fixed incorrect parsing of Markdown content as HTML [MarkBind/htmlparser2#1](https://github.com/MarkBind/htmlparser2/pull/1)
* [Source](https://github.com/MarkBind)
## Skills
* Familiar with Gradle, Travis CI
* Able to converse in English and basic Mandarin Chinese
11 changes: 5 additions & 6 deletions students/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ Week | Achievements
6 | Merged PR: [Import Typeahead component #13](https://github.com/MarkBind/vue-strap/pull/13)
8 | Merged PR: [Add search feature #32](https://github.com/MarkBind/markbind-cli/pull/32)
8 | Merged PR: [Add a test site #27](https://github.com/MarkBind/markbind-cli/pull/27)
8 | Authored PR: [Add htmlparser2 as a dependency #38](https://github.com/MarkBind/markbind-cli/pull/38)
9 |
10 |
11 |
12 |
13 |
8 | Merged PR: [Add htmlparser2 as a dependency #38](https://github.com/MarkBind/markbind-cli/pull/38)
9 | Submitted Issue: [Include command does not work #177](https://github.com/MarkBind/markbind/issues/177)
11 | Reviewed PR: [Add jest for unit testing #178](https://github.com/MarkBind/markbind/pull/178)
12 | Merged PR: [Add FrontMatterSearch component #17](https://github.com/MarkBind/vue-strap/pull/17)
13 | Merged PR: [Add front matter feature #175](https://github.com/MarkBind/markbind/pull/175)

## RACHAEL SIM HWEE LING

Expand Down

0 comments on commit 23f58ed

Please sign in to comment.