Journey | The Blogging platform Today I’ve decided to upgrade features of current blogging platform. It’s called Journey Based on GoLang it’s simple and get things done: download release file extract it and launch Original Journey was abandoned by maintainer… 

Crystal programming language Most of my friends know my thirst for learning new programming languages. So today I’ve discovered new “love” - new beautiful language. It’s like a Ruby - shiny, clean, for people. It’s “A language for… 

A monorepo (short for “monolithic repository”) is a code organisation approach where multiple cross-dependent apps are stored within a single repository. Think about one git repository where You have apps folder and codomari_api, codomari_workers, codomari_mail_service… 

In this post we are going to implement endpoint which will respond with json like: { "project": "codomari", "type": "service", "app": "codomari_backend", "version": "0.0.3" } to achieve it we have endpoint /api/manifest defined in router.ex:…