MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
22282
today
Tutorials
Minitest 6: Test Feistier! | zenspider.com | by ryan davis
TL;DR: usability improvements, (more) parallelization and distribution are coming, but how much is still up for grabs and I’d love to talk about it and/or get help with it.
Ruby on WebAssembly
Welcome to 2018, where some of the most exciting innovations are happening in the compiler space.
How to Implement a Ruby Hash like Grammar in Parslet
Before you can understand how to build a parser using parslet, you need to understand why you might want to. In my case I have a library called rundoc it.
Using singleton objects as default arguments in Ruby
Sometimes you would like to define a method which takes an optional argument, but the programmer might pass nil. And your code needs to distinguish between the value not being provided (default value) and nil. How can it be.
Event Sourcing made Simple
Most software developers use a tool to keep track of code history. Git is a fantastic example that’s used widely across the industry. Type git log and you can see all the changes made to a.
Testing Example Code In Your Jekyll Posts
Blocks of code in blog posts and articles often contain errors.I see it frequently, in other people’s writing and my own.Code examples are usually not.
Refactoring for the Tell Don't Ask Pattern
Design patterns provide us with guidelines to help us implement clear and concise maintainable code. Here we'll focus on implementing an easy-to-read, easy-to-update code base with object-oriented design, specifically using the Tell Don't Ask.
For want of Pattern Matching in Ruby
It employs a collection of various tricks related to === and Proc in Ruby. Don’t know what === can do yet? You might want to start with this article first: Qo came from a discussion I’d had with.
Talk: Building a Ruby profiler
Last month I gave a talk at Localhost, the Recurse Center’s monthly talk series. My favourite thing about Localhost’s talk format is that speakers give relatively in depth talks about technical topics, and then people ask lots of questions at the ...
Introducing sidekiq_profiling_middleware, a tool for profiling Sidekiq.
When it comes to understanding what your code is doing under the hood and what its wasting its time on stackprof is an incredible tool. We’ve been using it to slim down our APIs to ensure we’re.
<
1
…
206
207
208
209
210
…
252
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other