Stories

Story About Inesita, Ruby Frontend Framework

Story About Inesita, Ruby Frontend Framework

Inesita aims to be a simple, light, Ruby front-end framework. It’s a component based framework focused on building web applications. Inesita uses an Opal runtime,...
Real-Time Audio Processing with Ruby

Real-Time Audio Processing with Ruby

When I first read about MRuby, I just want to play with it. The first thing that came to my mind was a VST plugin....
Elixir, Ruby, don’t fight. Benchmark!

Elixir, Ruby, don’t fight. Benchmark!

Now we know how to talk to Ruby from Elixir. We’ve been described 3 methods so far. Now it’s time for comparisons and benchmarks. If...
Elixir, Ruby, don’t fight. Talk… with Erlectricity

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

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

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

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

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

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?

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?

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

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...