Skip to content

Commit

Permalink
Change: location
Browse files Browse the repository at this point in the history
  • Loading branch information
esadek committed Jun 21, 2024
1 parent 384e5c0 commit 0887d7d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _site/blog/learn-ml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="mx-2">
<div id="post" class="container my-5">
<h2>Learn Machine Learning</h2>
<p class="text-muted mb-5">July 3rd, 2023</p>
<p class="text-muted mb-5">July 4th, 2023</p>
<h4>Math</h4>
<ul>
<li><a href="https://www.youtube.com/playlist?list=PLD80i8An1OEGZ2tYimemzwC3xqkU0jKUg">Math for Machine Learning</a> - Weights &amp; Biases</li>
Expand Down
2 changes: 1 addition & 1 deletion _site/blog/markdoc-deno/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="mx-2">
<div id="post" class="container my-5">
<h2>Running Markdoc on Deno</h2>
<p class="text-muted mb-5">January 25th, 2023</p>
<p class="text-muted mb-5">January 26th, 2023</p>
<p><a href="https://markdoc.dev">Markdoc</a> is a Markdown-based authoring framework developed
at Stripe to power their renowned documentation site. Now that npm compatibility
has been stabilized in <a href="https://deno.land">Deno</a>, a JavaScript runtime developed
Expand Down
2 changes: 1 addition & 1 deletion _site/blog/python-memoization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="mx-2">
<div id="post" class="container my-5">
<h2>Memoization in Python 3</h2>
<p class="text-muted mb-5">May 23rd, 2021</p>
<p class="text-muted mb-5">May 24th, 2021</p>
<p><a href="https://en.wikipedia.org/wiki/Memoization">Memoization</a> is an optimization
technique that speeds up programs by
<a href="https://en.wikipedia.org/wiki/Cache_(computing)">caching</a> the results of
Expand Down
9 changes: 4 additions & 5 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@
<div class="container my-5">
<p class="mb-0 fs-5">
Hi, I'm Emil.
I'm a software developer from Oakland, California.
I'm a software developer based in Prague.
I currently work as a Technical Account Manager at <a href="https://www.rudderstack.com/" target="_blank">RudderStack</a>, enabling developers to solve complex customer data problems.
My interests include programming, data, analytics, and machine learning.
Some technologies I've been using lately are dbt, Prefect, Hex, Deno, and Upstash.
</p>

</div>
Expand All @@ -58,17 +57,17 @@

<div class="mb-2 d-flex justify-content-between">
<a href="/blog/learn-ml/">Learn Machine Learning</a>
<p class="text-muted text-end fw-light mb-0">July 3rd, 2023</p>
<p class="text-muted text-end fw-light mb-0">July 4th, 2023</p>
</div>

<div class="mb-2 d-flex justify-content-between">
<a href="/blog/markdoc-deno/">Running Markdoc on Deno</a>
<p class="text-muted text-end fw-light mb-0">January 25th, 2023</p>
<p class="text-muted text-end fw-light mb-0">January 26th, 2023</p>
</div>

<div class="mb-2 d-flex justify-content-between">
<a href="/blog/python-memoization/">Memoization in Python 3</a>
<p class="text-muted text-end fw-light mb-0">May 23rd, 2021</p>
<p class="text-muted text-end fw-light mb-0">May 24th, 2021</p>
</div>

</div>
Expand Down
3 changes: 1 addition & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ layout: home.njk

<p class="mb-0 fs-5">
Hi, I'm Emil.
I'm a software developer from Oakland, California.
I'm a software developer based in Prague.
I currently work as a Technical Account Manager at <a href="https://www.rudderstack.com/" target="_blank">RudderStack</a>, enabling developers to solve complex customer data problems.
My interests include programming, data, analytics, and machine learning.
Some technologies I've been using lately are dbt, Prefect, Hex, Deno, and Upstash.
</p>

0 comments on commit 0887d7d

Please sign in to comment.