RRazvaninezlogs.hashnode.dev·4d ago · 4 min readYour product can answer questions about itself nowAsk your product anything, in plain English, and it answers. Then it keeps watching and tells you the moment the answer changes. That's the whole thing. It sounds small until you sit with what it repl00
PMPavel Myslikinpavelmyslik.hashnode.dev·Jun 18 · 4 min readStop Guessing Between .count, .length, and .size in RailsWhen investigating a slow Rails endpoint, it's common to start by looking for N+1 queries, missing indexes, or expensive joins. Sometimes, though, the real culprit is much smaller. It might be hiding 00
RRazvaninezlogs.hashnode.dev·Jun 14 · 6 min readHow to give Claude (or Cursor) access to your Rails app's activity logsAsk Claude this, today, with no setup: "What did user 4421 do in our app yesterday?" You will get an answer. It will be confident, specific, and completely made up. Claude has no access to your prod10
K/Kofi / Illestpreachainblog.illestpreacha.com·Jun 13 · 3 min readCodeJourney_NoiseJam3DotsToNoise For NoiseJam3, DotsToNoise is an Audio Reactive sketch that blends various concepts of noise (Audio, Visual and Textual). Using audio from SonicPi & Strudel to provide an ambience when the00
RRazvaninezlogs.hashnode.dev·Jun 5 · 4 min readEvery engineering team has a translator. I wrote the thing that translatesEvery engineering team I've worked on has had the same unspoken job title. Nobody's hired into it. It just lands on whoever's been there longest and answers Slack the fastest. The translator. Someone 10
PSPushpender Singh Rathoreinsolitude-coder.hashnode.dev·Jun 5 · 10 min readGSoC 2026 Week 1: Shipping CertificateTracePresenter for Metasploit — Six Weeks Ahead of ScheduleGoogle Summer of Code 2026 · Metasploit Framework · Rapid7 The coding period opened on June 2nd. By June 5th — three days in — CertificateTracePresenter was implemented, integrated into 10+ Metasploi10
SSrinathinblog.vsrinath.dev·Jun 1 · 9 min readGetting Ruby-lsp and RSpec Working in a monorepo with ZedIf you’ve opened a monorepo in Zed and seen ruby-lsp crash repeatedly (often appearing as a “Server reset the connection” error), this post is for you. I'll walk through why it happens, fix the langua00
DMDavid Montesdeocaindavidmontesdeoca.dev·May 31 · 11 min readThe one about overriding htmx's default behavior on failureThe project that I have been working on for the past few months is coming to an end. A few days ago, we even presented a demo of the new UI to the stakeholders, who have already started using it in pr30
LTLakshay Tyagiinimlakshay08-complete-ruby-on-rails.hashnode.dev·May 25 · 11 min readHow I Built a Rails App That Syncs Empire Flippers Listings to HubSpot and Google SheetsThe Origin Story This project started as a coding challenge for a job interview at Empire Flippers — the #1 marketplace for buying and selling online businesses. The challenge was simple on paper: "U00
PVPadmanabhan Venkitasubramanianintvpadmanabhan.hashnode.dev·May 14 · 3 min readRails I18n Pattern: Combining Parameterized Translations with Fallback KeysIntroduction Rails I18n is usually introduced through two basic patterns: interpolation using named placeholders fallback translations using default keys Individually, both are well understood. Bu00