Changeset 185:75aaad5d9fc0

mearie.org/current

File about/curriculum-vitae.en.txt

← 182:4841664c2a96 185:75aaad5d9fc0 245:414e120cb8e1
Author:
Kang Seonghoon <public+hg@mearie.org>
Committed on
Permission:
-rw-r--r--

fixed BEng degree to BSc (yeah, that differs from Korean degrees); added a link to PLRG.

      1 ## vim: syn=mako
      2 <%inherit file="kang-seonghoon.tmpl.html"/>
      3 <%! title = u'Curriculum Vitae' %>
      4 
      5 <%def name="bodypre(lang)">
      6 <h1>Curriculum Vitae (or Rèsumè)</h1>
      7 </%def>
      8 
      9 The following rèsumè is correct as of 2010-04-23.
     10 
     11 <blockquote class="mearie-cv">
     12 
     13 <div class="summary">
     14 
     15 **Kang Seonghoon**  
     16 E-mail: <%m:math size="+1">\sideset{someone}{\!mearie}{\mathop{@}}\!_\cdot org</%m:math>  
     17 Website: [`http://mearie.org/`](http://mearie.org/)  
     18 Phone: +82-10-4702-2740
     19 
     20 </div>
     21 
     22 
     23 Education
     24 ==========
     25 
     26 2010–
     27 :	[Korea Advanced Institute of Science and Technology](http://www.kaist.edu/), Master's Program  
     28 	<small>A member of [Programming Language Research Group](http://plrg.kaist.ac.kr/).</small>
     29 
     30 2005–2009
     31 :	Korea Advanced Institute of Science and Technology, Bachelor of Science
     32 
     33 2003–2004
     34 :	[Gyeonggi Science High School](http://gs.hs.kr/)
     35 
     36 
     37 Employment
     38 ============
     39 
     40 2008
     41 :	[NexG, Inc.](http://www.nexg.net/), Software developer  
     42 	<small>I worked for NexG, Inc. as a substitute of mandatory military service. I maintained a command-line framework for routing daemons, and wrote several networking softwares for SNMP (all versions), TACACS+, SSH and SSL almost from scratch.</small>
     43 
     44 
     45 Open-Source Development
     46 =========================
     47 
     48 2005–
     49 :	[theseit project](http://theseit.ruree.net/), Founder and primary developer  
     50 	<small>A music game written in C++ and OpenGL. Includes an extensive cross-platform game library for C++.</small>
     51 
     52 2007
     53 :	[Textcube](http://www.textcube.org/), Committer  
     54 	<small>A content management software written in PHP. I have refactored the entire WYSIWYG editor system.</small>
     55 
     56 2005
     57 :	[soojung](http://kldp.net/projects/soojung/), Committer  
     58 	<small>A blog software written in PHP.</small>
     59 
     60 See [`http://mearie.org/projects/`](/projects/) for more exhaustive list of my software projects.
     61 
     62 
     63 Skills
     64 ========
     65 
     66 I have experiences ranging from low-level system softwares to high-level Web softwares, and can combine them in an efficient manner as needed.
     67 
     68 Languages
     69 :	Extensively used C, C++, PHP, Python, Javascript and Shell script (bash).  
     70 	Able to use D, Ruby and several others.
     71 
     72 Platforms
     73 :	Regularly using Microsoft Windows, Linux (x86, ARM, MIPS) and Mac OS X.  
     74 	Good knowledge of general *NIX, cross-platform environments and modern Web development; some knowledge of Win32 API and Cocoa.
     75 
     76 Tools
     77 :	Vim, GDB, Microsoft Visual Studio, Subversion, Mercurial
     78 
     79 Miscellaneous
     80 :	* Linux server administration with Apache, LightTPD, MySQL and PostgreSQL. Have hosted 10+ websites for years.
     81 	* Ability to write a standard-compliant and accessible (X)HTML and CSS.
     82 	* Hobby reverse engineering and software analysis.
     83 
     84 I'm a native speaker of Korean, and have working knowledge of oral and written English.
     85 
     86 
     87 Awards
     88 ========
     89 
     90 2007
     91 :	[ACM International Collegiate Programming Contest, Regional Contest Seoul](http://acm.kaist.ac.kr/), 8th place (shared).  
     92 	<small>Participated with Cha, Hojeong and Lee, Bupjae. Deserved a special prize.</small>
     93 
     94 2001
     95 :	Korea Olympiad in Informatics, Silver prize.
     96 
     97 
     98 Publications
     99 ==============
    100 
    101 2004
    102 :	Jooyeop Kim, Joongi Kim, Narae Han, Seonghoon Kang, Sanghoo Lee, Hongjin Yeh, *String Matching Algorithm for Real-time Intrusion Detection and Response*, Proceedings of the 31th KISS Spring Conference.
    103 
    104 
    105 Other Activities
    106 ==================
    107 
    108 2009–
    109 :	Founder and co-operator of [Ozinger IRC network](http://ozinger.org/).
    110 
    111 2008–
    112 :	A regular participant of [LangDev](http://langdev.net/), a forum for programming language designers and implementers.
    113 
    114 2006–2008
    115 :	Served as one of [Korean Wikipedia](http://ko.wikipedia.org/) administrators.
    116 
    117 </blockquote>
    118 

Powered by Mercurial