MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
3184
today
Tutorials
5 habits that made me a better Ruby developer | Christoph Lupprich
2016 was the second year I worked as a freelance developer. Of course my previous roles in companies involved some level of development, but I often considered those to be too quick .
Creating a Heroku-like Deployment Solution with Docker
Learn how to build your own deployment solution similar to Heroku, without the need to use any specific cloud provider or tool apart from Docker.
Enough With the Service Objects Already
Once upon a time I was writing a web app that needed to accept notifications of payments. Once it was notified of a payment (via a webhook) it needed to take certain actions to fulfill the purchase.
Adventures on automated code replacement
A few months ago I started working on fast. The tool is a kind of mini-language focused in find code by abstract syntax tree representation.After I put it to work, I decide to use the parser rewritter to work with the nodes that Fast can match and...
Refactoring Towards Immutable Objects in Ruby [Video]
Learn how to refactor from a mutable object into an immutable one while still being able to make changes to state. I’ll start with an Account class and show.
Running Jekyll with Docker and OpenShift
OpenShift is currently en vogue in the company. The ease of use and scaleability found in a container based system allows us to automate the build and deployment steps of containers through software like Kubernetes/OpenShift. Jekyll We have visite...
Subscribing to RabbitMQ using Rails on Heroku
Recently, at Showoff, we were asked by one of our customers to handle publications to a RabbitMQ queue from one of their external partners. The customers production environment is deployed to.
Generate mocks from ActiveRecord models for unit tests that run fast because they don’t need to load Rails or a database.
active_mocker - Generate mocks from ActiveRecord models for unit tests that run fast because they don’t need to load Rails or a database.
Ruby Metrics In Rails For Beginners
Blog post by InfluxData's Katy Farmer about Ruby metrics in Rails. Click to read this compelling article packed with tips and experiences.
Rails Threading Gains (Part 2)
This blog post is looking at an enhancement to multithreading solution in Ruby to provide the use of a ThreadPool and concurrency limiting. (Part 2).
<
1
…
214
215
216
217
218
…
252
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other