Added projects, resumes, contact, minecraft-clone, mining-dead pages.

* Removed college from resume. I changed my mind.
master
James T. Martin 2020-02-05 21:42:47 -08:00
parent 97d355b7a3
commit af47d5d1a5
8 changed files with 414 additions and 112 deletions

View File

@ -16,7 +16,7 @@ h1, h2, h3 {
margin: 5px 0;
}
section {
section, article {
margin: 10px 0;
}
@ -29,20 +29,77 @@ section {
}
.container {
background-color: #FAFAFA;
display: flex;
flex-flow: row-reverse wrap;
align-items: stretch;
}
.container:not(header) {
background-color: #FAFAFA;
}
.content {
padding: 25px;
}
article {
background-color: #FAFAFA;
padding: 25px;
padding-top: 5px;
padding-right: auto;
margin: 0;
}
p, article li {
max-width: 75ch;
}
.sidebar {
background-color: #F0F0F0;
color: #111;
padding: 25px;
min-width: 23ch;
flex-grow: 1;
}
.sidebar:not(nav) {
background-color: #F0F0F0;
color: #111;
}
h1:not(::parent.noflex) {
display: inline-block;
align-self: center;
}
body > header:not(.noflex) {
display: flex;
flex-flow: row wrap;
align-items: stretch;
}
nav {
flex-grow: 1;
align-self: center;
margin-left: auto;
display: flex;
flex-flow: row-reverse wrap;
}
nav a {
color: white;
font-size: 1.5em;
}
nav ul {
list-style-type: none;
display: inline-block;
margin: 0;
}
nav li {
display: inline-block;
margin: 0 10px;
}
code {
font-weight: bold;
}

43
contact.html Normal file
View File

@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Contact Me - James T. Martin</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<header>
<h1>Contact Me</h1>
<nav>
<ul>
<li><a href="/projects/">Projects</a></li>
<li><a href="/resume/">Resume</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<article>
<dl>
<div>
<dt>Email</dt>
<dd>@jtmar.me, james</dd>
</div>
<div>
<dt>Phone</dt>
<dd><a href="tel:+1-206-331-1994">(206) 331-1994</a></dd>
</div>
<div>
<dt>GitHub</dt>
<dd><a href="https://github.com/jamestmartin">jamestmartin</a></dd>
</div>
<div>
<dt>LinkedIn</dt>
<dd><a href="https://www.linkedin.com/in/jamestmartinme/">jamestmartinme</a></dd>
</div>
<div>
<dt>Location</dt>
<dd>Renton, WA</dd>
</div>
</dl>
</article>

View File

@ -6,115 +6,17 @@
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<body>
<header>
<h1>James T. Martin</h1>
A self-taught programmer fond of programming language theory.
<nav>
<ul>
<li><a href="/projects/">Projects</a></li>
<li><a href="/resume/">Resume</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<div class="container">
<div class="sidebar">
<section id="personal-info">
<h2>Personal Info</h2>
<dl>
<div>
<dt>Email</dt>
<dd>@jtmar.me, james</dd>
</div>
<div>
<dt>Phone</dt>
<dd><a href="tel:+1-206-331-1994">(206) 331-1994</a></dd>
</div>
<div>
<dt>Location</dt>
<dd>Renton, WA</dd>
</div>
<div>
<dt>GitHub</dt>
<dd><a href="https://github.com/jamestmartin">jamestmartin</a></dd>
</div>
<div>
<dt>LinkedIn</dt>
<dd><a href="https://www.linkedin.com/in/jamestmartinme/">jamestmartinme</a></dd>
</div>
</dl>
</section>
</div>
<div class="content">
<section id="experience">
<h2>Experience</h2>
<section id="pld-community" class="experience">
<header>
<h3><a href="https://proglangdesign.net">Programming Language Design Community</a></h3>
<span class="experience-duration"><time datetime="2018-06">June 2018</time> onward</span>
</header>
<ul>
<li>Led redesign of <a href="https://proglangdesign.net">the website</a></li>
<li>Automated the generation of <a href="https://proglangdesign.net/#projects">the community projects list</a> using Jekyll</li>
<li><a href="https://github.com/proglangdesign/matrix.proglangdesign.net">Bridged</a>
the <a href="https://discord.gg/4Kjt3ZE">Discord</a> and <a href="https://irc.lc/freenode/proglangdesign">Freenode</a> sub-communities via <a href="https://matrix.org">Matrix</a></li>
<li>Co-founded the Discord sub-community; moderated it and <a href="https://reddit.com/r/ProgrammingLanguages">/r/ProgrammingLanguages</a></li>
</ul>
</section>
<section class="experience">
<header>
<h3>Hazen Robotics Club</h3>
</header>
<ul>
<li>Mentored programming at the summer robotics camp</li>
<li>Taught club members to use Java and Git</li>
<li>Collaborated to build robot controller programs for FTC competitions</li>
</ul>
</section>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li>Languages: Java 8, Haskell, HTML5/XHTML</li>
<li>Tools: Git, GitHub, continuous integration, bug tracking, unit testing, property testing</li>
<li>Administration: Debian GNU/Linux, Nginx</li>
<li>APIs: <abbr title="Representational State Transfer">REST</abbr>, JSON, JSON Schema, JSON-LD, <abbr title="Hypermedia as the Engine of Application State">HATEOAS</abbr></li>
<li>Security:
<ul>
<li><abbr title="Transport Layer Security">TLS</abbr>: <a href="https://letsencrypt.org">Let's Encrypt</a>, <a href="https://www.ssllabs.com/">SSL Labs</a>, DNS <abbr title="Certification Authority Authorization">CAA</abbr>, <abbr title="HTTP Strict Transport Security">HSTS</abbr> deployment</li>
<li>Web: <abbr title="Cross-Site Scripting">XSS</abbr> prevention, <abbr title="Cross-Site Request Forgery">CSRF</abbr> prevention, <abbr title="Content Security Policy">CSP</abbr>, input validation, SQL injection prevention</li>
</ul>
</li>
</ul>
</section>
<section id="education">
<h2>Education</h2>
<section class="experience">
<header>
<h3><a href="https://bellevuecollege.edu/">Bellevue College</a></h3>
<span class="experience-duration">
<time datetime="2020-01">January 2020</time> onward
</span>
</header>
<ul>
<li>Intended degree: <a href="https://catalog.bellevuecollege.edu/preview_program.php?catoid=6&poid=1317">Science, Track II: Engineering MRP* Electrical and Computer Engineering, AS</a></li>
<li>Plans to transfer to the University of Washington after associate degree.</li>
</ul>
</section>
<section class="experience">
<header>
<h3><a href="https://hazen.rentonschools.us/">Hazen High School</a></h3>
<span class="experience-duration">
<time datetime="2015-09-02">2015</time>
to <time datetime="2019-06-13">2019</time>
</span>
</header>
<ul>
<li>Recieved OSHA 10 certification.</li>
<li>Member of marching, symphonic, and jazz bands; recieved John Philip Sousa award in 2019.</li>
</ul>
</section>
</section>
</div>
</div>
<article>
TODO: About me.
</article>

59
projects/index.html Normal file
View File

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Projects - James T. Martin</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<header>
<h1>Projects</h1>
<nav>
<ul>
<li><a href="/projects/">Projects</a></li>
<li><a href="/resume/">Resume</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<article>
<section id="current">
<h2>Current</h2>
<p>
This is what I'm working on right now:
</p>
<ul>
<li>Moderating <a href="https://discord.gg/4Kjt3ZE">the Programming Language Design Discord server</a>, which I co-founded.</a></li>
<li><a href="https://proglangdesign.net">proglangdesign.net</a>, the programming language design community's website.</li>
<li><a href="https://github.com/proglangdesign/matrix.proglangdesign.net">matrix.proglangdesign.net</a>, a bridge between the programming language design IRC channel and Discord server via Matrix.</li>
<li><a href="https://github.com/jamestmartin/screeps-bot-piet">screeps-bot-piet</a>,
my AI for the MMO RTS for programmers, Screeps.</li>
</ul>
</section>
<section id="hiatus">
<h2>On Hiatus</h2>
<p>
I am not currently working on these things,
but I intend to continue them later.
</p>
<ul>
<li>Moderating <a href="https://reddit.com/r/ProgrammingLanguages">/r/ProgrammingLanguages</a>.</li>
<li><a href="https://github.com/jamestmartin/lambda-calculus">Slowly developing the Lambda Calculus into a real programming language.</a></li>
</ul>
</section>
<section id="previous">
<h2>Previous</h2>
<p>
I have worked on many things over the years.
Most of them have been lost to time; many, I've forgotten about entirely.
I learned to keep backups the hard way.
Here are some of the highlights (that I can remember):
</p>
<ul>
<li><a href="minecraft-clone">A minecraft clone</a>, with infinite procedural worlds and multiplayer.</li>
<li><a href="the-mining-dead">The Mining Dead</a>, a Fallout-themed zombie apocalypse Minecraft server, based on a custom modpack and a ton of custom code.</li>
<li><a href="https://scratch.mit.edu/users/zeusoflightning/">Scratch projects</a> from elementary school, because why not? Man, I've come a <em>long</em> way as a programmer since then.</li>
</ul>
</section>
</article>

View File

@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Minecraft Clone - Projects - James T. Martin</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<header>
<h1>Minecraft Clone</h1>
</header>
<article>
<p>
In 2014, while still in middle school, I wrote a Minecraft clone using the Unity game engine and C#.
It featured:
</p>
<ul>
<li>a first-person interactive editable world (duh),</li>
<li>infinite procedural map generation using simplex noise,</li>
<li>and a custom TCP-based multiplayer protocol.</li>
</ul>
<p>
I wrote all of the code myself, from scratch, except for one thing: the mesh generation.
For that, I began with a mesh generator and optimizer someone else wrote,
and slowly replaced it with my own code as I learned how it worked.
Ultimately, my code even produced better meshes
because my algorithm understood the greater context of the game world better (like chunk boundaries).
</p>
<p>
This was one of my favorite projects. I was very proud of it as a middle schooler.
Disappointingly, I lost the code when I deleted my old email address,
which made me lose access to my private BitBucket repositories.
</p>
</article>

View File

@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>The Mining Dead - Projects - James T. Martin</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<header>
<h1>The Mining Dead</h1>
</header>
<p>
This page is a work-in-progress.
</p>
<p>
This is also from a very long time ago (2012), so my recall is pretty poor,
which makes it especially difficult to write this article.
</p>
<article>
<p>
The Mining Dead was a series of loosely Fallout-themed Minecraft zombie apocalyse servers,
featuring high spawns, difficult zombies, radiation, solar flares, decayed cities,
a desert world generation without trees, crops, animals, grass, or dirt,
custom player ranks based on zombie kills, a special radio chat system,
a custom Technic Platform modpack, and a lot of rotten flesh.
Among other things.
</p>
<p>
Aside from being some of the most fun I've had in my life,
my takeover of the server's administration and codebase in 2012
was what kickstarted my programming career and love for Debian GNU/Linux.
I would not be the person I am today without it.
</p>
<p>
This is my loose attempt at a server chronology.
This was all a long time ago, so I'm mixing up the order of things a lot.
</p>
<ul>
<li>The original server was founded by Skuli_Steinulf in beta 1.8.</li>
<li>
The Tekkit Classic server was founded by Skuli.
The server had three worlds (inventories were not shared):
<ul>
<li>The Outlands: The conventional Mining Dead experience.</li>
<li>The Frontier: A zombie apocalyse world with normal terrain generation and no radiation.</li>
<li>Medieval: A standard Tekkit Classic world.</li>
</ul>
</li>
<li>A short-lived Tekkit Lite server or something might've been in here?</li>
<li>Skuli had early access to the Technic Platform. He creates a custom modpack for the server.</li>
<li>
Skuli simultaneously founds a vanilla server,
and another server using the custom modpack featuring the Cogs of the Machine mod
instead of more conventional high-tech mods like IndustrialCraft 2.
</li>
<li>
Skuli abruptly retires from maintaining The Mining Dead.
I had no programming experience and no experience with running Minecraft servers,
but I took over anyway. I learn as I go.
</li>
<li>TODO: The rest of the chronology, including my multiple servers, the DJ incident, Skuli's second attempt and the ice worlds, the various attempts to succeed me, Skuli's later servers, other servers I made, and Obamallama's servers.</li>
<ul>
</article>

31
resume/index.html Normal file
View File

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Resume - James T. Martin's</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<header>
<h1>Resumes</h1>
<nav>
<ul>
<li><a href="/projects/">Projects</a></li>
<li><a href="/resume/">Resume</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<article>
<p>
I have different resumes for different jobs:
</p>
<ul>
<li>TODO: <a href="web-developer">Web Developer</a></li>
<li><a href="software-developer">Software Developer</a></li>
<li>TODO: <a href="compiler-developer">Compiler Developer</a></li>
<li>TODO: <a href="general-laborer">General Laborer</a></li>
</ul>
</article>
</div>

View File

@ -0,0 +1,110 @@
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Software Developer Resume - James T. Martin</title>
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<body>
<header class="noflex">
<h1>James T. Martin</h1>
<div>
A self-taught programmer fond of programming language theory.
</div>
</header>
<div class="container">
<div class="sidebar">
<section id="personal-info">
<h2>Personal Info</h2>
<dl>
<div>
<dt>Email</dt>
<dd>@jtmar.me, james</dd>
</div>
<div>
<dt>Phone</dt>
<dd><a href="tel:+1-206-331-1994">(206) 331-1994</a></dd>
</div>
<div>
<dt>Location</dt>
<dd>Renton, WA</dd>
</div>
<div>
<dt>GitHub</dt>
<dd><a href="https://github.com/jamestmartin">jamestmartin</a></dd>
</div>
<div>
<dt>LinkedIn</dt>
<dd><a href="https://www.linkedin.com/in/jamestmartinme/">jamestmartinme</a></dd>
</div>
</dl>
</section>
</div>
<div class="content">
<section id="experience">
<h2>Experience</h2>
<section id="pld-community" class="experience">
<header>
<h3><a href="https://proglangdesign.net">Programming Language Design Community</a></h3>
<span class="experience-duration"><time datetime="2018-06">June 2018</time> onward</span>
</header>
<ul>
<li>Led redesign of <a href="https://proglangdesign.net">the website</a></li>
<li>Automated the generation of <a href="https://proglangdesign.net/#projects">the community projects list</a> using Jekyll</li>
<li><a href="https://github.com/proglangdesign/matrix.proglangdesign.net">Bridged</a>
the <a href="https://discord.gg/4Kjt3ZE">Discord</a> and <a href="https://irc.lc/freenode/proglangdesign">Freenode</a> sub-communities via <a href="https://matrix.org">Matrix</a></li>
<li>Co-founded the Discord sub-community; moderated it and <a href="https://reddit.com/r/ProgrammingLanguages">/r/ProgrammingLanguages</a></li>
</ul>
</section>
<section class="experience">
<header>
<h3>Hazen Robotics Club</h3>
</header>
<ul>
<li>Mentored programming at the summer robotics camp</li>
<li>Taught club members to use Java and Git</li>
<li>Collaborated to build robot controller programs for FTC competitions</li>
</ul>
</section>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li>Languages: Java 8, Haskell, HTML5/XHTML</li>
<li>Tools: Git, GitHub, continuous integration, bug tracking, unit testing, property testing</li>
<li>Administration: Debian GNU/Linux, Nginx</li>
<li>APIs: <abbr title="Representational State Transfer">REST</abbr>, JSON, JSON Schema, JSON-LD, <abbr title="Hypermedia as the Engine of Application State">HATEOAS</abbr></li>
<li>Security:
<ul>
<li><abbr title="Transport Layer Security">TLS</abbr>: <a href="https://letsencrypt.org">Let's Encrypt</a>, <a href="https://www.ssllabs.com/">SSL Labs</a>, DNS <abbr title="Certification Authority Authorization">CAA</abbr>, <abbr title="HTTP Strict Transport Security">HSTS</abbr> deployment</li>
<li>Web: <abbr title="Cross-Site Scripting">XSS</abbr> prevention, <abbr title="Cross-Site Request Forgery">CSRF</abbr> prevention, <abbr title="Content Security Policy">CSP</abbr>, input validation, SQL injection prevention</li>
</ul>
</li>
</ul>
</section>
<section id="education">
<h2>Education</h2>
<section class="experience">
<header>
<h3><a href="https://hazen.rentonschools.us/">Hazen High School</a></h3>
<span class="experience-duration">
<time datetime="2015-09-02">2015</time>
to <time datetime="2019-06-13">2019</time>
</span>
</header>
<ul>
<li>Recieved OSHA 10 certification.</li>
<li>Member of marching, symphonic, and jazz bands; recieved John Philip Sousa award in 2019.</li>
</ul>
</section>
</section>
</div>
</div>