MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
31521
today
Blogs
Bringing Fibers to TruffleRuby
When we first started working on TruffleRuby, the GraalVM’s implementation of Ruby, we looked at what Charles Nutter, the co-lead of JRuby, had to say about implementing Ruby, and.
Rails 5.2 credentials cheat cheat
In order to use Rails credentials you need to have master key in config/master.key or an environment variable RAILS_MASTER_KEY.
Batching Backgrounds Jobs with Sidekiq
Sidekiq Pro or sidekiq-batch lets you run a set of background jobs in parallel and then a callback once they're finished. This is perfect for building more advanced workflows for your background jobs in.
Building a Testing Framework Similar to RSpec in Ruby
Testing frameworks are an essential part of building apps or frameworks. What goes into building one? This tutorial explores the steps needed to build such a tool from scratch: Specifier.
A lightning fast JSON:API serializer for Ruby Objects.
A lightning fast JSON:API serializer for Ruby Objects.
Gradual static typing for Ruby
TypedRuby is a gradual static type checker for Ruby. TypedRuby statically analyses your code and, with the help of type annotations, helps you find bugs sooner rather than later.
Ubuntu 18.04 Tutorials DigitalOcean
Tutorials, projects and questions about Ubuntu 18.04, Bionic Beaver, a long-term support release that was released April 26, 2018 and will be supported by Canonical until April of 2023.
GoCD - Continuous Delivery
GoCD - Continuous Delivery.
Adding Authorization to Sinatra with Pundit
Pundit is an authorization framework for ruby. Reading through the documentation it may seem that it is intended specifically for use with Rails but it’s actually framework agnostic and can be.
Speeding up Docker image build process of a Rails application
By re-using bundler cache and cache of precompiled assets, we can speed up Docker image building process of a Rails application.
<
1
…
163
164
165
166
167
…
208
>
Visit our blog
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other