Bitemporality, or how to change the past
The article was originally posted on MarleySpoon Dev Blog
(...)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.
(...)Elixir code quality tools and checks
Elixir programming language has its great, huge community and ecosystem. As for now, we can easily do static code analysis and code quality checks by using plenty of standard or external tools. This allows us to write robust solid Elixir code in a uniform way according to the style guide .
(...)Postgres full-text search using Ecto
PostgreSQL is one of the most popular, stable and common relational database. It’s widely used in Elixir infrastructure and has a great integration with Ecto library.
(...)Building dynamic queries with Ecto
Ecto is the most popular, robust and solid solution to work with databases in Elixir ecosystem. Ecto is not ORM, ODM nor it is a Repository patern library. Ecto is just a wrapper for common constructions to work with databases, nothing less and nothing more than that.
(...)How are are using Elixir
This post is a continuation of series of posts started in previous article. Previously we’ve talked about one of the most awesome, innovative and pleasant projects that we had the honor to develop here in FlatStack. In this article I will tell you about the problems we’ve faced and how the right choice of technologies stack helped us to solve them.
(...)