Skip to content

Commit

Permalink
Content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 21, 2022
1 parent 8f01b71 commit b305bd1
Showing 1 changed file with 24 additions and 28 deletions.
52 changes: 24 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>

<html lang="en">
<html lang="en" dir="ltr">

<head>
<title>Andrew Chou</title>
Expand Down Expand Up @@ -269,29 +269,24 @@ <h1>About</h1>
</p>
<p>Things I've been <em>thinking</em> about recently:</p>
<ul>
<li>Addressing climate change and environmental sustainability challenges as a technologist</li>
<li>How exhausting it is be in startup-land and VC environments in general</li>
<li>What it means to build small tech (see <a href="https://small-tech.org">Small Technology Foundation</a> for
a nice overview)</li>
<li>Alternative social platforms</li>
<li>How to muster resources in a meaningful way with the goal of learning more effectively</li>
<li>Digital tools that embrace chaos</li>
</ul>
<p>Things I've been <em>learning</em> recently:</p>
<ul>
<li>Creative coding in the form of generative art (via <a href="https://p5js.org/">p5.js</a>)</li>
<li>Creating maps and geospatial applications (via <a href="https://leafletjs.com/">Leaflet</a>)</li>
<li>Various programming languages (currently
<a href="https://assemblyscript.org">AssemblyScript</a>,
<a href="https://elixir-lang.org">Elixir</a>,
<a href="https://erlang.org">Erlang</a>,
<li>Operating a Linux distro as a daily driver (currently using <a href="https://elementary.io">elementary
OS</a>)</li>
<li>Various (i.e. too many) programming languages (currently
<a href="https://gleam.run">Gleam</a>,
<a href="https://janet-lang.org">Janet</a>,
<a href="https://ponylang.io">Pony</a>,
<a href="https://wiki.xxiivv.com/site/uxn.html">Uxn</a>,
<a href="https://wren.io">Wren</a>,
<a href="https://ziglang.org">Zig</a>)
</li>
<li>Various JavaScript libraries for building user interfaces (currently
<a href="https://cycle.js.org/">Cycle.js</a>,
<a href="https://moonjs.org">Moon</a>,
<a href="https://sinuous.dev">Sinuous</a>,
<a href="https://svelte.dev">Svelte</a>,
<a href="https://vuejs.org">Vue.js</a>)
</li>
</ul>
</div>
</section>
Expand All @@ -316,13 +311,14 @@ <h1>Work</h1>
</sticky>
<div id="work" class="scroll-to-content" role="none">
<ul>
<li data-emoji="🌎">Frontend developer @ <a href="https://digital-democracy.org/">Digital Democracy</a> (Jun
2021 – Current)</li>
<li data-emoji="🐣">Software engineer @ <a href="https://hatchcard.com/">Hatch</a> (Oct 2020 – Jun 2021)</li>
<li data-emoji="πŸ’Œ">Software engineer @ <a href="https://consider.co">Consider</a> (Feb 2019 – Mar 2020)</li>
<li data-emoji="🏠">Software engineer @ <a href="https://wayfair.com">Wayfair</a> (Oct 2018 – Feb 2019)</li>
<li data-emoji="πŸ‡ΊπŸ‡Έ">Civic Digital Fellow @ <a href="https://www.codingitforward.com/">Coding it Forward</a>
(Jun 2018 – Aug 2018)
<li data-emoji="🌎">Senior Frontend Developer @ <a href="https://digital-democracy.org/">Digital Democracy</a> /
Jun 2021 - Current</li>
<li data-emoji="🐣">Software Engineer @ <a href="https://nearside.com/">Nearside (formerly Hatch)</a> / Oct 2020
- Jun 2021</li>
<li data-emoji="πŸ’Œ">Software Engineer @ <a href="https://consider.co">Consider</a> / Feb 2019 - Mar 2020</li>
<li data-emoji="🏠">Software Engineer @ <a href="https://wayfair.com">Wayfair</a> / Oct 2018 - Feb 2019</li>
<li data-emoji="πŸ‡ΊπŸ‡Έ">Civic Digital Fellow @ <a href="https://www.codingitforward.com/">Coding it Forward</a> /
Jun 2018 - Aug 2018
</li>
</ul>
</div>
Expand All @@ -339,18 +335,17 @@ <h1>Tech</h1>
<li>TypeScript</li>
<li>React</li>
<li>React Native</li>
<li>NodeJS</li>
<li>Electron</li>
<li>GraphQL (e.g. Relay)</li>
<li>CSS-in-JS (e.g. Emotion)</li>
<li>Git workflows</li>
</ul>
<p>I can at least find my way around:</p>
<ul>
<li>Shell scripting (e.g. Bash)</li>
<li>NodeJS</li>
<li>Ruby (on Rails)</li>
<li>Python</li>
<li>Database querying and management (e.g. SQL)</li>
<li>Relational database querying and management (e.g. SQL)</li>
<li>GraphQL (e.g. Relay)</li>
<li>Most UI frameworks and libraries</li>
</ul>
</div>
</section>
Expand All @@ -367,6 +362,7 @@ <h1>Social</h1>
<li data-emoji="🐘"><a href="https://toot.cafe/@andrew_chou" rel="me">Mastodon</a></li>
<li data-emoji="🐦"><a href="https://twitter.com/_andrewchou">Twitter</a></li>
<li data-emoji="πŸ“Ό"><a href="https://vimeo.com/andrewchou">Vimeo</a></li>
<li data-emoji="πŸ’¬"><a href="xmpp:andrew@bobbl.snikket.chat">XMPP</a></li>
</ul>
</div>
</section>
Expand Down

0 comments on commit b305bd1

Please sign in to comment.