Codomari #6 (database/couchdb)
I found this task to be interesting and enjoyably challenging. Reason for this is that plenty of CouchDB libraries in Hex.pm are outdated or not documented or available as Erlang packages - needs a bit… »
I found this task to be interesting and enjoyably challenging. Reason for this is that plenty of CouchDB libraries in Hex.pm are outdated or not documented or available as Erlang packages - needs a bit… »
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:… »
For current state of project development our landing page will be simple. To not waste time with designing page using html + css I decided to ask ChatGPT to generate it for me. As result… »
In this post I’m writing about how I’ve restructured app from generated Phoenix structure. When we generate app using mix phx.new app_name it will generate structure like: So as we can see routing and controllers… »
As the part of development I wanted to synchronize my work to remote server and make it available to public. There are many ways to achieve auto-deployment: GitHub Actions - configuring deploy step IDE plugins… »
As a language agnostic person who knows multiple human languages (Azerbaijani, Turkish, Ukrainian, Russian, English, German, a bit of Portuguese) and programming languages (PHP, JS, Ruby, Python, Go, Dart, Elixir) this time I am picking… »
So idea of Codomari came to me when I wanted to have place where I can share part of my code and ask other developers who can help me to make my code better. Usually… »
“Write something!” - that’s what I came to idea to fight my demotivation and anxiety which I’m living after my 30th. I’ve created this blog to create kinda regularity in my life to write something,… »