|
You are here |
acjay.com | ||
| | | | |
blog.robbowley.net
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | Michael Sippey's blog, published semi-regularly since 1995. | |
| | | | |
gist.github.com
|
|
| | | GitHub Gist: instantly share code, notes, and snippets. | ||