/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

acjay.com
| | blog.robbowley.net
9.0 parsecs away

Travel
| | [AI summary] The article discusses best practices and resources for integrating GenAI coding assistants into software development workflows, highlighting ongoing updates and practical insights from various authors.
| | ylan.segal-family.com
8.7 parsecs away

Travel
| | Stop concatenating URLs with strings - Use proper tools instead I am glad someone wrote this. I point this out in code review all the time. Now I can send them this link. If you are using ActiveSupport (e.g. On a Rails project), the query generation can be made easier with #to_query: require "active_support/all" query_params = { format: "json", include: "profile" } URI.encode_www_form(query_params) # => "format=json&include=profile" query_params.to_query # => "format=json&include=profile" I'm sold. Agentic coding is the future of web application development Nate Berkopec is a smart guy, and he points out that agentic coding is a game changer. I feel it too. Once I started using Roo, it felt like there is no going back. I am still working out how to best work...
| | sippey.com
6.4 parsecs away

Travel
| | Michael Sippey's blog, published semi-regularly since 1995.
| | gist.github.com
16.9 parsecs away

Travel
| GitHub Gist: instantly share code, notes, and snippets.