{{ define "main" }}

About

This site's main purpose is to document my projects, coding, things i learn and overall my journey in the world of software development. One day, with enough knowledge, patiente and hard work (or, most likely, by pure chance) these contents will prove to be useful to someone. (more)


Latest posts

{{ with .Site.GetPage "/posts" }} {{ range first 10 (sort .Data.Pages "Date" "desc" (where .Pages ".Params.private" "!=" true))}}

{{ .PublishDate.Format "Jan. 2, 2006" }}

{{ .Title }}

{{ .Summary }}

{{ end }} {{ end }}
{{ end }}