Tech notes

Javascript, HTML, CSS

Introduction to Hugo
Feb 14, 2020 | hugo development gcloud

Hugo is an open source static site builder. It is fast (less than a 1 sec per page), powerfull and easy to use. Hugo supports unlimited content types, tags, menus, dynamic API-driven content, and more, all without plugins. This article collects an explanation of the most common structure of Hugo projects with some snippets. Read more >>

Implement google cloud functions with Firebase
Sep 6, 2017 | gcloud cloud functions firebase

I've been playing with Google Cloud Functions for a couple of weeks and actually host one working business web application on the Firebase. While I found gcloud functions easy to write and deploy, there is still no clean and short tutorial on how you can create and start using cloud functions. Below is a short tutorial with some upcoming issues and fixes. Read more >>