-
Cross Platform Machine Code | Tenderlovemaking
I’ve been working on a couple different assemblers for Ruby. Fisk is a pure Ruby x86 assembler. You can use it to generate bytes that can be executed o.
-
How I've made $50,000 Profit from a Side Project Slack Bot
My side project, Slack app Abot, has recently crossed a milestone of $50,000 in total profit. For the last two years, it has been running mostly on aut.
-
Migrate From Webpacker to Esbuild
We, full stack Rails engineers, have come a long way. We started off as full stack engineers with our backend and frontend all in one framework. We had.
-
Code I like (I): Domain-driven boldness
A person in Basecamp has a delegate type attribute that represents its specific kind (e.g., User or Client). When you remove a person from a given acco.
-
The Case for Pattern Matching Key Irreverence in Ruby
I had alluded to this post a bit earlier on Twitter, and in the Ruby bug tracker, but wanted to more fully write out my thoughts on what could be an in.
-
Understading why attr_accessor in Ruby is faster than a regular method
Setters and getters (or accessors) are very common in various object–oriented programming languages. Some languages have shortcuts to define them, othe.
-
Making popular Ruby packages more secure - RubyGems Blog
Attacks on the software supply chain are increasing and our community has not gone unscathed. RubyGems has been affected by supply chain attacks in the.
-
Rails allows specifying the maximum number of records that will be destroyed in a single background job. | Saeloun Blog
Rails 6 had added the :destroy_async option to delete the associated records in a background job whenever the foreign_key constraint would be disabled..
-
Building a chat with Hanami and Hotwire
The idea was to have an “ephemeral chat”, i.e. one where messages are not persisted on the server. When you join the room, you receive messages and can.
-
Ruby gem for phone validation and formatting using google libphonenumber library data
Ruby gem for phone validation and formatting using google libphonenumber library data - daddyz/phonelib: Ruby gem for phone validation and formatting u.