diff options
Diffstat (limited to 'section')
-rw-r--r-- | section/afl.html | 19 | ||||
-rw-r--r-- | section/edu.html | 21 | ||||
-rw-r--r-- | section/hob.html | 16 | ||||
-rw-r--r-- | section/hon.html | 21 | ||||
-rw-r--r-- | section/ref.html | 10 | ||||
-rw-r--r-- | section/skl.html | 86 | ||||
-rw-r--r-- | section/wor.html | 160 |
7 files changed, 333 insertions, 0 deletions
diff --git a/section/afl.html b/section/afl.html new file mode 100644 index 0000000..ca59a91 --- /dev/null +++ b/section/afl.html @@ -0,0 +1,19 @@ +<section class="afl"> + <h2>Professional Affiliations</h2> + <ul> + <li> + <p> + Associate Member of Free Software Foundation, + Inc. + </p> + <p> + Former member of NJIT chapter of Association for + Computing Machinery (ACM) + </p> + <p> + Former leader of GNU/Linux special interest + group in NJIT chapter of ACM + </p> + </li> + </ul> +</section> diff --git a/section/edu.html b/section/edu.html new file mode 100644 index 0000000..f690078 --- /dev/null +++ b/section/edu.html @@ -0,0 +1,21 @@ +<section class="edu"> + <h2>Education</h2> + <ul> + <li> + <h3>New Jersey Institute of Technology (NJIT), Newark, + NJ</h3> + <p> + B.S. Computer Science, May 2012 with honors + <span>GPA: 3.60</span> + </p> + </li> + <li> + <h3>Sussex County Community College (SCCC), Newton, + NJ</h3> + <p> + A.S. Computer Science, May 2010 with honors + <span>GPA: 3.57</span> + </p> + </li> + </ul> +</section> diff --git a/section/hob.html b/section/hob.html new file mode 100644 index 0000000..70aff0a --- /dev/null +++ b/section/hob.html @@ -0,0 +1,16 @@ +<section class="hob"> + <h2>Hobbies/Interests</h2> + <ul> + <li> + <p> + Writing software; researching topics in computer + science; building computers; system + administration; embedded systems; software + freedom and computing ethics; copyright law; + music; studying natural language families, + syntax, and etymology; learning natural + languages + </p> + </li> + </ul> +</section> diff --git a/section/hon.html b/section/hon.html new file mode 100644 index 0000000..6c6b751 --- /dev/null +++ b/section/hon.html @@ -0,0 +1,21 @@ +<section class="hon"> + <h2>Honors/Awards</h2> + <ul> + <li> + <p> + NJIT: + <span> + Dean’s List all semesters, Delta Epsilon + Iota Academic Honor Society + </span> + </p> + <p> + SCCC: + <span> + Dean’s List, Phi Theta Kappa Academic + Honor Society + </span> + </p> + </li> + </ul> +</section> diff --git a/section/ref.html b/section/ref.html new file mode 100644 index 0000000..0e01f9d --- /dev/null +++ b/section/ref.html @@ -0,0 +1,10 @@ +<section class="ref"> + <h2>References</h2> + <ul> + <li> + <p> + References available upon request. + </p> + </li> + </ul> +</section> diff --git a/section/skl.html b/section/skl.html new file mode 100644 index 0000000..30e50fe --- /dev/null +++ b/section/skl.html @@ -0,0 +1,86 @@ +<section class="skl"> + <h2>Skills</h2> + <dl> + <dt> + Computer Languages + </dt> + <dd> + ARM assembly, ISO C 89 and 99, ISO C++ 98, CSS 2.1 and + 3, DOT, HTML 4.01 and 5, Java, JavaScript, POSIX.1-2008 + makefile syntax, Markdown, Perl 5, PHP 5, POSIX.1-2008 + shell command language, ISO SQL 1999, Apache HTTPd 2.2 + and NCSA HTTPd SSI, troff/groff (with the “man” macro + package), XHTML 1.1 + </dd> + <dt> + Library APIs + </dt> + <dd> + ISO C 89 and 99 standard library, CGI-SSI (Perl), X/Open + Curses Issue 4 Version 2, Expat, HTML-Template (Perl), + HTML-Tree (Perl), JSON-XS (Perl), libwww-perl (Perl), + Markdown (Perl), SDL 1.2, SDL_image 1.2, POSIX.1-2008 + utilities, zlib + </dd> + <dt> + Software Codebases + </dt> + <dd> + BusyBox, coreboot, debhelper, debootstrap, GNU C + Library, GNU Coreutils, Linux, musl libc, OpenEmbedded, + opkg, sbuild + </dd> + <dt> + Design and Development Software + </dt> + <dd> + debhelper, dh_make, FontForge, GCC, GDB, GIMP, Git, + GNOME Dia, GNU Autoconf, GNU Automake, GNU Binutils, + Inkscape, MakeMaker, pkg-config, quilt, Tiled, Vim + </dd> + <dt> + System Software + </dt> + <dd> + APT, BusyBox, Debian GNU/Linux 6.0 and 7.0, dpkg, + ifupdown, Linux 2.6 and 3.x, LVM2, OpenBSD netcat, opkg, + rsync, System V style init, Vixie cron 3.0 + </dd> + <dt> + Service Software + </dt> + <dd> + Apache HTTP Server 2.x, APT-Cacher NG, cgit, Dovecot 1.2 + and 2.1, Gitosis, GNU Mailman, ikiwiki, Linux NFS, + MHonArc, MySQL, OpenBSD inetd, OpenSSH, Postfix, + Reprepro, SpamAssassin, SpamPD, SQLite, vsftpd + </dd> + <dt> + Monitoring Software + </dt> + <dd> + apticron, fail2ban, inotify-tools, Logwatch, Munin + </dd> + <dt> + Virtualization Software + </dt> + <dd> + libvirt, qemu-kvm (KVM), virt-manager, virt-install + </dd> + <dt> + Technical Knowledge + </dt> + <dd> + Debian packaging, ELF binary format, microprocessor + instruction encoding, embedded systems, relational and + flat file database design, TCP/IP, HTTP 1.1, POP 3, SMTP + </dd> + <dt> + General Skills + </dt> + <dd> + Event coordination, group and project leadership, + technical instruction, technical writing + </dd> + </dl> +</section> diff --git a/section/wor.html b/section/wor.html new file mode 100644 index 0000000..85889d8 --- /dev/null +++ b/section/wor.html @@ -0,0 +1,160 @@ +<section class="wor"> + <h2>Work Experience</h2> + <ul> + <li> + <h3> + Self-employed (Libiquity) + <span> + December 2011 – Present + </span> + </h3> + <h4> + Lead Developer – ProteanOS + </h4> + <ul> + <li> + Leading the design and development of a + free/libre and open-source operating + system distribution for embedded devices + </li> + <li> + Sponsored and led two teams of + university students on development + projects + </li> + <li> + Designing and developing tools to build + and manage software packages + </li> + <li> + Developing and maintaining distribution + software packages + </li> + <li> + Bootstrapping the distribution to port + it to new architectures + </li> + <li> + Setting release goals and tracking + development progress + </li> + <li> + Cooperating with developers in other + software projects + </li> + <li> + Maintaining project infrastructure and + related tools – Web site, source code + repositories, mailing list services, + documentation, and file hosting services + </li> + </ul> + </li> + <li> + <h3> + Google Inc. (On contract) + <span> + May 2012 – August 2012 + </span> + </h3> + <h4> + Student Developer – Google Summer of Code + (Debian Project) + </h4> + <ul> + <li> + Worked on the “Bootstrappable Debian” + project with mentors and other students + to make the Debian operating system + distribution easier to port to new + architectures + </li> + <li> + Modified dpkg (Debian’s package manager) + and sbuild (tool for building Debian + packages in clean environments) to + support “build profiles” + </li> + <li> + Modified various Debian packages to fix + cross building issues and to support + “build profiles” that break dependency + cycles + </li> + <li> + Produced support packages to improve + package cross building in Debian + </li> + </ul> + </li> + <li> + <h3> + George Washington University + <span> + June 2010 – August 2010 + </span> + </h3> + <h4> + Intern – Cyber Security Policy and Research + Institute + </h4> + <ul> + <li> + Designed a cyber security Web portal for + community colleges + </li> + <li> + Advised the Cyber Security Policy and + Research Institute on a potential Web + site redesign + </li> + </ul> + </li> + <li> + <h3> + Sussex County Community College + <span> + January 2009 – May 2009 + </span> + </h3> + <h4> + Student Technician – IT Services + </h4> + <ul> + <li> + Maintained and installed workstations, + software, printers, and projectors on + campus + </li> + <li> + Responded to service and support calls + </li> + </ul> + </li> + <li> + <h3> + Sussex County Computer Warehouse + <span> + September 2007 – August 2008 + </span> + </h3> + <h4> + Web Software Developer, Server Administrator + </h4> + <ul> + <li> + Designed and wrote dynamic Web + applications in-house and for clients + </li> + <li> + Assisted with management of client Web + hosting + </li> + <li> + Performed administration of server + systems + </li> + </ul> + </li> + </ul> +</section> |