Online discussions about using Large Language Models to help write code inevitably produce comments from developers who’s experiences have been disappointing. They often ask what they’re doing wrong—how come some …
AlexB52/retest: A trusty CLI companion to monitor file changes and automatically run the corresponding Ruby specs. Ready to assist on any Ruby project, no setup needed!
A trusty CLI companion to monitor file changes and automatically run the corresponding Ruby specs. Ready to assist on any Ruby project, no setup needed! - AlexB52/retest
Learn about the Rails 8 Solid Trifecta: Cache, Cable, and Queue. Compare these database-backed solutions to Redis, Memcached, Sidekiq, and Action Cable. Discover how to simplify your Rails application architecture and improve performance.
It surprises me sometimes that a lot of devs are still not very bullish on coding with an LLM, so here is a little summary from a Rails dev in the middle of the usage spectrum about what I'm using the LLMs for and what my current toolset is.
A
Every web application needs to process incoming HTTP requests. In this post, we’ll take a closer look at how Rails handles requests, how you can access the request object in the controller, and some of the most useful methods it provides to gather meaningful data from the request.
Here’s a compelling case against using Sidekiq, even though it’s often praised for being 15 times faster than Solid Queue or ActiveJob when processing an empty job. While that speed sounds impressive, it’s not the whole story—and there are good reasons to think twice before choosing it.
davidesantangelo/gitingest: Gitingest is a command-line tool that fetches files from a GitHub repository and generates a consolidated text prompt for your LLMs.
Gitingest is a command-line tool that fetches files from a GitHub repository and generates a consolidated text prompt for your LLMs. - davidesantangelo/gitingest
Optimize `set_key_and_attribute_body_from` by byroot · Pull Request #421 · okuramasafumi/alba
While profiling the bechmark, I noticed that unsurprisingly set_key_and_attribute_body_from is a hotspot.
What was surprising however is that it spends almost half its time in String#== and Integer...
RubyCademy on X: "Just discovered that `structure_dump_flags` in Rails lets you pass extra flags to `mysqldump` or `pg_dump`! 💚 Even cooler? You can set them per adapter if you’re using multiple databases! 😊 #activerecord #rubyonrails https://t.co/CJlUu9ujom" / Twitter
Amazing as it may seem after all these years, there are still junior developers in the world.
A few weeks ago at work we had a talk where senior developers (including me) were invited to spend around five minutes each talking about our personal software development philosophies....