Migrating from Jekyll to org-static-blog
One of the biggest (and positive) discoveries this year for me was definitely an Emacs. I’ve decided to switch to this editor after using Vim for almost 8 years as I’ve started embracing Lisps (especially Clojure) and wanted an editor where I can have a first-class integration with these programming languages.
(...)Well-crafted functional architecture: ports and adapters
At Salam.io we are developing a modern social platform containing a humongous amount of features.
(...)Seven reasons to use Elixir in 2019
Currently Elixir is not one of the most popular programming languages but for sure it is one of the most promising and underrated ones. Elixir and it’s community has been growing and evolving this year steadily so right now I can recommend it to everyone - no matter if you are a business owner or you are an experienced developer or a total newbie - it’s time to learn or adopt the new technology.
(...)Asynchronous testing in Elixir with Mox
Testing in Elixir is pretty neat. You can easily test anything written, you have instruments like ExUnit or ESpec, you can practice TDD and more and more. Functional programming paradigm helps you a lot to make your testing even simpler by forcing you to use pure, small functions that will be pleasant to test. Concurrency of Elixir allows you to run all your tests asynchronously and blazingly fast.
(...)Elixir continious integration with CircleCI
Elixir programming language has gained popularity and now it is supported at many platforms, including plenty of CI services. In this article we will see how we can achieve seamless and (almost) dead simple continious integration by using CircleCI in our Elixir projects.
(...)