---
-title: projects
+title: Projects
---
#### Hackage packages
#### Hosted web projects
-<!-- <details>
- <summary>
- <strong><a href="https://table.ak3n.com">rendertable</a></strong> <em>(Python, Flask, SQLite)</em> [<a href="https://git.ak3n.com/?p=render-table.git">source</a>]
- </summary>
- <p>
- <a href=""><img src="/static/images/rendertable.png" /></a>
-
- Tool to create websites using the google sheets as a data source with sorting and filtering functionality.
- </p>
-</details>
- -->
<details>
<summary>
<strong><a href="https://cubicaltt.ak3n.com">cubicaltt</a></strong> <em>(Haskell, Reflex, GHCJS, Monaco)</em> [<a href="https://git.ak3n.com/?p=cubicaltt.git">source</a>]
<details open="">
<summary>
- <strong><a href="https://ulearn.me/Course/fpintroduction/">Introduction to Functional Programming</a></strong> <em>(in Russian) (2019-2021) (Haskell)</em>
+ <strong><a href="https://ulearn.me/Course/fpintroduction/">Introduction to Functional Programming</a></strong> <em>(in Russian) (2019 - 2021) (Haskell)</em>
</summary>
<p>
I helped to create and teach an online course that uses Haskell to introduce bachelor students to functional programming at Ural Federal University.
{{ partial "header.html" . }}
<section>
<div class="center">
- <img class="avatar" src="/img/me_myself_and_i_tbilisi_2023.webp" alt="Me, Myself, and I, Tbilisi 2023"/>
- <p class="about">Tbilisi, July, 2023</p>
+ <img class="avatar" src="/img/me_myself_and_i_tbilisi_2023.webp" alt="Me, Myself, and I, თბილისი 2023"/>
+ <p class="about">თბილისი, July, 2023</p>
</div>
<section id="info">
- <div id="whoami" class="center">
- <p>Hi 👋 I'm a software engineer curious about</p>
- <p>freedom, liberty, empathy, kindness, sincerity, philanthropy, wisdom, rationality, literature, therapy, sharing knowledge, vinyl</p>
- </div>
-
<ul class="center">
+ <li><a href="/posts">posts</a></li>
{{ range (where .Site.RegularPages.ByPublishDate.Reverse "Section" "pages") }}
- <li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
+ <li><a href="{{ .Permalink }}">{{ .Title | lower }}</a></li>
{{ end }}
<li><a href="https://git.ak3n.com">code</a></li>
<li><a href="/index.xml">rss</a></li>
</section>
</section>
-<section id="dashboard">
- <ul>
- {{ range (where .Site.RegularPages.ByPublishDate.Reverse "Section" "posts") }}
- <div class="posts">
- <div id=date class="date-time-title">
- <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time>
- </div>
- <div class="date-time-title post">
- <a href="{{ .Permalink }}">{{ .Title }}</a>
- </div>
- </div>
- {{ end }}
- </ul>
-</section>
-
{{ partial "footer.html" . }}