Stories

Elixir, Ruby, don’t fight. Talk… with Erlectricity
The third method that allows us to communicate Ruby and Elixir is Erlectricity. It’s only a Ruby gem that you have to open an Erlang...

Elixir, Ruby, don’t fight. Talk… with Erlix
This article describes another way, how Elixir and Ruby can talk to each other. We will use Erlix this time. This method makes Ruby process...

Elixir, Ruby, don’t fight. Talk… with Export/Erlport
There are still a lot of things in Ruby world, that don’t exist in Elixir yet. To resolve that problem. I’ve done a research. Tried...

Play SID Files on the Real Commodore 64
A long time ago, I’ve written Inesid, a SID files Web Player. It looks like an old Commodore 64 program with a retro interface. Lately,...

Automated Elixir Code Review with Github, Credo and Travis CI
While I was working on the Elixir, I realized that it would be nice to have some static code analysis tool integrate with you build...

Deploy Elixir application to AWS Elastic Beanstalk
Lately I was playing with AWS. I'm just wondering how can I easily deploy Elixir application with Elastic Beanstalk. Quickly I found exrm. It's a...

Inesita - What Is The Difference?
This is another quick post about Inesita. Lot of people asked me about differences to other framework Clearwater. I'll try to describe them all. 1....

Inesita - Who Is She?
Who am I ? I am a simple, light, Ruby front-end framework. Yes, Ruby, it's all about Ruby, and its ecosystem. Do you know me...

Having fun with opal and sprockets
Let's try Opal. I don't want to setup a Rails application. Just static html with javascript written in Opal, stylesheets in SASS, and HTML in...

Fishy prompt widgets
Fish is a nice shell, its nice, lite, fast, and have a lot of features. One of them is universal variables. This variables are shared...

MRuby by Example
In mean time I was playing with MRuby. Embeded it into a VST and describe in my last post. The results of it is an...

MRuby within VST
From time to time, I want to just do something more than a Rails app. Recently I just looked at MRuby. The fruit of my...