blog.trnck.dev

Add thumbnails

+6
+1
_posts/2019-05-18-geoproject.md
··· 1 1 --- 2 2 title: Geo CZE (A geography project) 3 3 layout: post 4 + image: geoproject.png 4 5 --- 5 6 6 7 In 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)
+1
_posts/2020-06-10-github-sponsors.md
··· 1 1 --- 2 2 title: GitHub Sponsors - donations can be inspirational 3 3 layout: post 4 + image: donations.jpg 4 5 --- 5 6 6 7 Yesterday, on June 9th, 2020, I set up GitHub Sponsors. I didn't expect much of it, because I'm no grown adult, who has an actual work. I just started out doing open source, symbolically by contributing to [open-sauced/open-sauced](https://github.com/open-sauced/open-sauced). Although it wasn't my first open-source project (my own [Interclip](https://github.com/aperta-principium/Interclip), was), I hope it's going to be the most successful one.
+1
_posts/2020-08-06-terminal-tricks.md
··· 1 1 --- 2 2 title: Perfecting the Windows Terminal 3 + image: windows-terminal.jpg 3 4 --- 4 5 5 6 The Windows Terminal is the program, which all devs missed in Windows for years. Now it's here and it's awesome! In this post, I'll share some tips for customizing it.
+1
_posts/2020-10-03-hacktoberfest-2020.md
··· 1 1 --- 2 2 title: "Hacktoberfest 2020 is here \U0001F389" 3 + image: hacktoberfest2020.png 3 4 --- 4 5 5 6 Howdy, my developer friends. It's October, which means, that apart from [Techtober](https://mobilesyrup.com/2020/09/30/techtober-2020/) and [Oktoberfest](https://en.wikipedia.org/wiki/Oktoberfest) (which will sadly not take place this year), there is an event celebrating Open Source, called Hacktoberfest.
+1
_posts/2020-10-29-backing-up-and-backing-down.md
··· 1 1 --- 2 2 title: Backing up & backing down 3 + image: rclonebackup.jpg 3 4 --- 4 5 5 6 Hello, today's blog post is all about backing up stuff to the cloud and also having copies at home locally. Doing this is very important since it is crucial to keep your data alive even when something bad happens. To do all of this, we will be using [rclone](https://rclone.org/), which is an awesome open-source tool for doing stuff with cloud storage.
+1
_posts/2021-01-31-iclipdates.md
··· 1 1 --- 2 2 title: On a date with Interclip 3 + image: iclipdates.jpg 3 4 --- 4 5 5 6 Interclip has been getting a lot of updates recently, most prominently of all (and unbeknown to most) have been the changes on the server-side. I have upgraded the underlying architecture behind Interclip. I now have a much more powerful VM for faster operations and API calls. I have also moved the Database from an external webserver to a local one, nearly 10x its speed.
img/thumbnail/donations.jpg

This is a binary file and will not be displayed.

img/thumbnail/geoproject.png

This is a binary file and will not be displayed.

img/thumbnail/hacktoberfest2020.png

This is a binary file and will not be displayed.

img/thumbnail/iclipdates.jpg

This is a binary file and will not be displayed.

img/thumbnail/rclonebackup.jpg

This is a binary file and will not be displayed.

img/thumbnail/windows-terminal.jpg

This is a binary file and will not be displayed.