Lucian Ghinda
All about coding

All about coding

Follow
homeRuby/Rails Tips and TILShortsEssaysAbout meWeekly Ruby NewsletterBlog Newsletter
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

Using GPT-4 to refactor a simple HTML page

Sep 13, 20235 min read

Utilizing Cursor IDE and GPT-4 for logo placement, spacing adjustment, equal column height, and group hover element display · Continuing with my...

Using GPT-4 to refactor a simple HTML page

Where to promote an article about Ruby

Jul 19, 20234 min read

Discover places to showcase and boost your Ruby-related technical piece · Somebody asked me in a private message about where can they promote an article...

Where to promote an article about Ruby

About Ruby: pass by value or pass by reference?

Jul 12, 20238 min read

Investigate Ruby's approach to passing objects in methods and assignments · Here is a simple code in Ruby: def init_options(options) options = {...

About Ruby: pass by value or pass by reference?

Why do I include a Community section in Short Ruby News?

Jun 19, 20231 min read

Community is as important as the code for Ruby future · If you browse one of the latest editions of Short Ruby News, you will notice that each one has a...

Why do I include a Community section in Short Ruby News?

This week focus: Refactoring

Jun 13, 20232 min read

Look at your code and identify any areas where you can improve. Refactoring isn't about fixing bugs but improving your code's readability, efficiency,...

This week focus: Refactoring

Changing the Parent Resource Parameter Key in Rails

May 5, 20231 min read

tweaking the parent resource parameter key · Today I wanted to achieve the following: Change the key for the parent resource when accessed in the nested...

Changing the Parent Resource Parameter Key in Rails