Blogs
Giveaway 2 free Balkan Ruby Conference tickets for members of RubyOnRails.BA
Giveaway 2 free Conference tickets for members of RubyOnRails.BA sites and Facebook Page.
To participate go to a rubyonrails.ba and in upper right corner sign up for newsletters with your email. We will choose and reward two lucky members at 01. ...
Top Paying Technologies by Stackoverflow survey 2019
Our beloved Ruby is on sixth place. Globally, respondents who use Clojure, F#, Elixir, and Rust earn the highest salaries, with median salaries above $70,000 USD. There are regional variations in which languages are associated with the highest pay...
Optimize CI Using a Strong Testing Suite with Ruby on Rails
When it comes to testing suites, it’s imperative to have a strong suite with all the tools to make your teams life easier. Once your team has a strong testing suite, automating the suite with continuous integration (CI) will bring less defects in ...
Creating a chat application from scratch using Rails and WebSockets
The WebSocket protocol enables interaction between a web browser (or other client application) and a web server with lower overheads, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized wa...