Browsing...
How I reached 200 subscribers for my upcoming book
This post is about a journey from 0 to 200 e-mail subscribers for my upcoming book. As I always enjoyed similar posts by fellow authors and indie hackers, I decided I will document my journey to writing, publishing, and promoting my first book.
How I use Sublime Text 3 for publishing my Jekyll-based blog
Recently I migrated this very blog from WordPress to Jekyll. One question that inherently follows is how do I write my posts now? Of course, any Markdown editor would do, but I was quite happy to find out there is a Jekyll plugin for my favorite editor Sublime Text that easy the publication.
Using Elixir Language Server in Sublime Text 3
Elixir LS can bring us some IDE features to our editor of choice thanks to the Language Server Protocol (LSP). If you are like me, you prefer the speed and simplicity of Sublime Text. Let’s see how to compile Elixir Language Server and how to use it within Sublime Text 3 editor via LSP plugin on Fedora.
Ruby 2.7 pattern matching after 10 months of professional Elixir
As it’s a tradition, we got a new Ruby version on Christmas. This time we are getting pattern matching, a feature highly praised in other languages. After spending some time with Elixir last year I was curious how does Ruby’s pattern matching feel in the Ruby world and indeed how does it compare to Elixir’s?
GraphQL subscriptions with Elixir and Absinthe
Here are some notes on WebSockets-based Absinthe GraphQL subscriptions. A basic setup and familiarity with regular queries and mutations is assumed.