···77In February, our teacher for geography assigned a project in which every student had to ask his relatives where they have been in the Czech Republic and put it into a table (and also draw a map). I found that a bit boring, so I thought of a better idea: a fully interactive map made into a web application. First I wanted to use the lazy approach to do the project: [MapFling](https://mapfling.com/). Unfortunately, the website was down on the day I wanted to start on. So I opened my browser and searched for some good maps APIs. I didn't want to use the Google Maps API, because it's too expensive just for a simple project. Then I found an API from [OpenLayers](https://openlayers.org/) which looked ok for the job. The only drawback with this solution is that the design is not as modern as e.g. [LeafletJS](https://leafletjs.com/). So I got to work and on April 11, I published the code on [GitHub](https://github.com/filiptronicek/Geo_cze)
88<img src="/img/image_1_.webp" width="100%">
991010-I had to have the table with my datasets somewhere, but I found just letting the visitor download an Excell spreadsheet not suitable for my UX. So I had an idea: what if I made the table in HTML with `<a>` tags pointing to a function in JavaScript, which will generate an `<iframe>` with a Google Map showing the selected place? So instead of having the table manually written in I put the names of the places to JavaScript arrays (I was lazy making the arrays myself so I made a short Python script to sort it out: link [here](https://gist.github.com/filiptronicek/08301660a0a0be48ac67739240e9679e)). Then I grabbed every item from each array and added [this function](https://gist.github.com/filiptronicek/a1b0ac9444f63fe15264163aefaaa263). Then I just created the [about](https://geocze.vercel.app/o-projektu.html) page and the project was done. You can check it out [here](https://geocze.vercel.app).
1010+I had to have the table with my datasets somewhere, but I found just letting the visitor download an Excel spreadsheet not suitable for my UX. So I had an idea: what if I made the table in HTML with `<a>` tags pointing to a function in JavaScript, which will generate an `<iframe>` with a Google Map showing the selected place? So instead of having the table manually written in I put the names of the places to JavaScript arrays (I was lazy making the arrays myself so I made a short Python script to sort it out: link [here](https://gist.github.com/filiptronicek/08301660a0a0be48ac67739240e9679e)). Then I grabbed every item from each array and added [this function](https://gist.github.com/filiptronicek/a1b0ac9444f63fe15264163aefaaa263). Then I just created the [about](https://geocze.vercel.app/o-projektu.html) page and the project was done. You can check it out [here](https://geocze.vercel.app).
11111212<img src="/img/Screenshot_2019-05-18-Zem%C4%9Bpis-projekt.webp" width="100%">
1313
+1-1
_posts/2019-08-11-interclip-3.0.md
···1010</li>
1111<li><p><a href="https://codepen.io/filip_tronicek/pen/rXqwro">When the user adds a URL to the database</a> </p>
1212</li>
1313-<li><p><a href="https://codepen.io/filip_tronicek/pen/dxNdgN">Recieve link main page</a> </p>
1313+<li><p><a href="https://codepen.io/filip_tronicek/pen/dxNdgN">Receive link main page</a> </p>
1414</li>
1515<li><p><a href="https://codepen.io/MilanMilosev/pen/JdgRpB/">Main page - send link</a> </p>
1616</li>
+1-1
_posts/2020-01-02-a-look-back-to-2019.md
···10101111
1212* I have created the [aperta-principium organization](https://github.com/aperta-principium?type=source)
1313-* [aperta-principium](https://github.com/aperta-principium?type=source)/**[Interclip](https://github.com/aperta-principium/Interclip)** has become my most commited-to repo - with over 300 commits just from 2019
1313+* [aperta-principium](https://github.com/aperta-principium?type=source)/**[Interclip](https://github.com/aperta-principium/Interclip)** has become my most committed-to repo - with over 300 commits just from 2019
1414* [aperta-principium](https://github.com/aperta-principium?type=source)/**[Interclip](https://github.com/aperta-principium/Interclip)** has also become my repository with the most stargazers (5) [you can read about Interclip [here](http://filiptronicek.me/what-is-interclip/)]
1515* I have made 1442 GitHub contributions in 2019
1616
+2-2
_posts/2020-08-06-terminal-tricks.md
···1919You can have a lot of them running at once, just like this:
2020
21212222-### Refferences
2222+### References
23231. How to install WSL (2) on Windows 10 (Microsoft Docs): https://docs.microsoft.com/en-us/windows/wsl/install-win10
24242525## 3) Terminal Settings
···6464function choco { gsudo choco @args }
6565```
6666## My config ⚙
6767-My Terminal config is publicly accesible in a [GitHub Gist](https://gist.github.com/filiptronicek/92a68c8b21f0f317d6995fe2f7467524), feel free to edit or do anything else with it.
6767+My Terminal config is publicly accessible in a [GitHub Gist](https://gist.github.com/filiptronicek/92a68c8b21f0f317d6995fe2f7467524), feel free to edit or do anything else with it.
68686969## Further reading/watching 📖
70701. Scott Hanselman's guide to WSL 2: https://www.youtube.com/watch?v=A0eqZujVfYU
+1-1
_posts/2020-10-17-cloud-storage.md
···7788## The easy and simple way: online free file hosting services
99Here are some services that will make you happy in a couple of seconds:
1010-### 1.1 Catbox.moe (my personal favourite)
1010+### 1.1 Catbox.moe (my personal favorite)
1111Catbox is an awesome file hosting service, where you can store your up to 200MB files indefinitely (or use Litterbox to use it temporarily).
12121313It also provides a really neat API, which I use in my product [Interclip](https://blog.trnck.dev/what-is-interclip/)