Mike AndrianovinCoverwallet EngineeringRack in questions and answersA not long time ago my friends asked me several questions about Rack. So I decided to answer them publicly hoping this post could be…Dec 3, 2021Dec 3, 2021
Mike AndrianovinCoverwallet EngineeringStimulus.js as a great minimalistic frameworkIn my experience, admin-side projects don’t include complicated JS frameworks or libraries such as React as in most cases it’s overkill…Jul 16, 2021Jul 16, 2021
Mike AndrianovinCoverwallet EngineeringBeautify Ruby code with #thenOne of the first things I was falling in love with Elixir was the pipe operator, which helps to turn deeply nested functions into a clear…Oct 16, 20204Oct 16, 20204
Mike AndrianovCaching in Elixir with CachexWhile working on a project which accumulates all user’s Heroku applications and domains for them on a single page, I decided to cache data…Feb 6, 2020Feb 6, 2020
Mike AndrianovBuilding real time search with Phoenix LiveViewThat’s incredible how easy to create interactive real time application with Phoenix LiveView. Checkout my post to make sure of it!Oct 28, 20192Oct 28, 20192
Mike AndrianovThoughts about Phoenix and Repository patternHi there! After phoenix 1.3 was introduced I was very excited about contexts (and still excited :)). There are some advantages: easier…Dec 15, 2018Dec 15, 2018
Mike AndrianovHow to use Ecto’s fragment for building complex queriesHey! Long time no see! Today I want to tell you about one useful thing.Sep 16, 20181Sep 16, 20181
Mike AndrianovHow to build breadcrumbs for your Phoenix appBreadcrumbs is a very useful element that allows users to keep track of their locations within a site.Apr 10, 2018Apr 10, 2018
Mike AndrianovElixir and Behaviours by Ecto exampleAn Elixir behaviour is just a list of functions. A module that declares that it implements a particular behaviour must implement all of…Feb 3, 2018Feb 3, 2018
Mike AndrianovUnderstanding Elixir’s Macros by Phoenix exampleMacro is a very powerful metaprogramming tool. They are used for dynamic code injection. Simply speaking code that writes code.Jan 28, 2018Jan 28, 2018