+++ draft = false date = 2020-04-10T20:30:02Z title = "Why I need VIM?" description = "Short story about legendary tool" topics = ["Tools"] +++ Welcome During quarantine, I expected to have more time. Unfortunately I fall in love with making Neapolitan Style pizza, sourdough based bread, and homemade tortillas. …
Read MoreWelcome Sometimes age I started using GitHub Actions. It's fast, simple, easy to configure. There isn't a lot of fancy configuration options like for example in Jenkins, but if someone has neat, container-based pipelines, Actions are worth considering CI/CD system. But what this Actions really mean? Actions are mostly …
Read MoreWelcome I want to create a small pipeline based on GCP Run and GitHub Action. Also increasing skills while #statathome is the best possible solution for spending time. Let's make some real stuff. Tools used in this episode Google Cloud Platform Terraform Docker Clojure Github Action Google Cloud Platform Why Google …
Read MoreWelcome While working with grammarbot, I decided to create my own command-line tool/client for working with API. As a language, I have chosen Golang. After that, I have added GitHub Action and gsutil. Also, I have configured Telegrams bot for notification purpose. Sounds like fun? For me definitely. So stop writing, …
Read MoreWelcome In a previous post, I created a static blog with a basic CD. Now I need to add some CI. Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect …
Read MoreWelcome I'm still writing about my blog, just ordinary auto-promotion. However, I'll try to make this particular article useful even in a different context than blogs. The next few lines will be dedicated to continuous delivery (without continuous integration/testing). As I showed in previous issues manual work is easy …
Read MoreWelcome In the previous episode, I have created a short blog post about short blog post. That was quite interesting for me, in meantime, I configure my VSC for English support, add some small fixes in the Markdown file then I realized that the manual reload of configuration is a huge mistake in the context of …
Read MoreWelcome Everyone sometimes thinks about personal website. Nothing fancy, just static content with clever topics... sounds easy, isn't it? The only problem is how to host this page and how to do it fast (and as cheap as is possible). So where comes GitHub Page. The main reason why I choose this solution is the price and …
Read More