Tools

Share on:

Let’s talk about the tools which I am currently using.

This blogging platform is built with Hugo, an open-source static site generator. It allows you to build, deploy and manage static websites with ease. As a hosting platform for the blog I am using Firebase, which is going to be used as well as a backend for some of the projects. The main advantage of Firebase is that it opens a path to rapid development of your apps and it has generous free tier limits.

Finally, my code editor of choice is Vim. Why? It’s always available, highly customizable and it allows you not to install a new IDE each time you start using a new programming language and/or framework. This is important as not every project is going to be developed necessarily with the same tools. We are going to try to pick always the right tool for the job.

More to come!