Posts by George Guimarães
Okay, you’ve been delving into Elixir. That’s good! 🙂 Of course the first question that pops up in your head is not about immutability, concurrency nor functional programming. It is How can I quit the Elixir shell? Today this question will be answered. Ctrl-C When you start your iex sessions, you are greeted with: Interactive … »
Tags: elixir, Posted in English, 6 Comments »
With Rails 5 soon to be released, many developers are planning to further explore Action Cable and add stateful features to their web applications via WebSockets. In this article we will highlight some points worth discussing when deploying such features. When we use HTTP, scaling horizontally and vertically is cheaper and easier as the server … »
Tags: elixir, phoenix, Posted in English, 4 Comments »
Acho que você já sabe, mas neste ano a RubyConf BR será bem diferente, começando pelo lugar (será na FECOMERCIO em São Paulo) e preços dos tickets separados pelos andares. Mais informações no http://www.rubyconf.com.br/. Como não poderia deixar de ser, a Plataformatec estará lá. Estaremos com um espaço no Open Floor e várias palestras. Aproveite … »
Tags: rubyconfbr, Posted in Português, Comments Off on RubyConf BR 2015, te esperamos lá
When people talk about mirroring a git repository, usually we have a simple answer in mind: Just git clone the repo and you’re set!! However, what we want with mirroring is to replicate the state of an origin repository (or upstream repository). By state, we mean all the branches (including master) and all the tags … »
Tags: git, mirror, Posted in English, 1 Comment »
Para quem acompanha a comunidade Ruby brasileira, não é nenhuma novidade que nos dias 3 e 4 de Novembro teremos mais uma edição do RubyConf BR. Assim como no ano passado, o evento acontece no Centro de Convenções Frei Caneca, perto da Av. Paulista e de fácil acesso. Toda a equipe da PlataformaTec estará lá. … »
Tags: eventos, rubyconf, rubyconfbr, Posted in Português, 1 Comment »
Since moving to Mac, I always find it surprising that the default Mac OS X Ruby and IRB doesn’t allow inputs with accented characters. So, you cannot do name = “George Guimarães” This is annoying for brazilians and anyone who uses non-ASCII characters. The problem is that the default Ruby in Mac OS X isn’t … »
Tags: irb, ruby, rvm, unicode, Posted in English, 5 Comments »