Skip to content

Commit

Permalink
Clean up bulleted list in Myst bio.
Browse files Browse the repository at this point in the history
  • Loading branch information
smacpher committed Oct 25, 2024
1 parent b975ddd commit ee8f9ff
Showing 1 changed file with 18 additions and 24 deletions.
42 changes: 18 additions & 24 deletions bio.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,30 +87,24 @@ <h3>September 2018 to January 2023 | Myst AI (acquired by Snowflake)</h3>
</p>
<p>
I spent most of my time programming, leveraging a wide array of technologies, including:
<p>
<ol>
<li>machine learning techniques and libraries like
<a href="https://en.wikipedia.org/wiki/Bayesian_optimization">Bayesian optimization</a>, <a
href="https://en.wikipedia.org/wiki/Autoregressive_model">autoregressive
models</a>,
<a href="https://numpy.org">Numpy</a>, <a href="https://pandas.pydata.org">Pandas</a>,
<a href="https://docs.ray.io/en/latest/index.html">Ray</a>, <a
href="https://xgboost.readthedocs.io/en/stable/">XGBoost</a>, and <a
href="https://scikit-learn.org/stable/">Scikit-Learn</a>;
</li>
<li>infra like <a href="https://cloud.google.com">Google Cloud Platform</a>, <a
href="https://kubernetes.io">Kubernetes</a>, <a href="https://www.mysql.com">MySQL</a>, <a
href="https://www.postgresql.org">PostgreSQL</a>,
<a href="https://cloud.google.com/bigtable">BigTable</a>, <a
href="https://cloud.google.com/spanner">Spanner</a>, and <a
href="https://cloud.google.com/pubsub">Pub/Sub</a>;
</li>
<li>and libraries for building web services like <a
href="https://flask.palletsprojects.com/en/3.0.x/">Flask</a>, <a
href="https://fastapi.tiangolo.com">FastAPI</a>, and <a
href="https://react.dev">React.js</a>.
</li>
</ol>
machine learning techniques and libraries like
<a href="https://en.wikipedia.org/wiki/Bayesian_optimization">Bayesian optimization</a>, <a
href="https://en.wikipedia.org/wiki/Autoregressive_model">autoregressive
models</a>,
<a href="https://numpy.org">Numpy</a>, <a href="https://pandas.pydata.org">Pandas</a>,
<a href="https://docs.ray.io/en/latest/index.html">Ray</a>, <a
href="https://xgboost.readthedocs.io/en/stable/">XGBoost</a>, and <a
href="https://scikit-learn.org/stable/">Scikit-Learn</a>;
infra like <a href="https://kubernetes.io">Kubernetes</a>, <a
href="https://www.mysql.com">MySQL</a>,
<a href="https://www.postgresql.org">PostgreSQL</a>,
<a href="https://cloud.google.com/bigtable">BigTable</a>, <a
href="https://cloud.google.com/spanner">Spanner</a>, and <a
href="https://cloud.google.com/pubsub">Pub/Sub</a>;
and libraries for building web services like <a
href="https://flask.palletsprojects.com/en/3.0.x/">Flask</a>, <a
href="https://fastapi.tiangolo.com">FastAPI</a>, and <a href="https://react.dev">React.js</a>.
</p>
<p>
In addition to my technical work, I contributed to our culture, engineering roadmaps and
processes,
Expand Down

0 comments on commit ee8f9ff

Please sign in to comment.