Lucian Ghinda
All about coding

All about coding

Follow
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

Ruby on Rails Open Source: Mastodon

Dec 8, 202320 min read

Exploring Mastodon: An Open Source Ruby on Rails Web Application · The product https://joinmastodon.org Mastodon is a free, open-source social network...

Ruby on Rails Open Source: Mastodon

Ruby open source: feedbin

Nov 17, 202311 min read

The product https://feedbin.com "Feedbin is the best way to enjoy content on the Web. By combining RSS, and newsletters, you can get all the good...

Ruby open source: feedbin

Ruby Gems Download Trends: An Analysis from 2013 to 2023

Nov 8, 20234 min read

Analyzing Ruby Gems Download Patterns between 2013 and 2023 · While creating the Short Ruby Newsletter I discovered bestgems.org and I noticed there was...

Ruby Gems Download Trends: An Analysis from 2013 to 2023

Ruby Open Source: Zammad example

Nov 3, 20234 min read

Another example of an open source web app written in Ruby · I will probably start a series of open-source Ruby Projects. Maybe I will call it #opensource...

Ruby Open Source: Zammad example

How to skip all callbacks for all models in Rails

Oct 25, 20236 min read

Different approaches for avoiding all callbacks on a Rails Active Record model · Problem You want to have a way to skip all callbacks for all models in...

How to skip all callbacks for all models in Rails

About Ruby: A tale of searching for the main

Oct 18, 20238 min read

Explore the question: Where is a method defined in Ruby when not defined inside an object? · Here is a fun way to play with Ruby while trying to explore...

About Ruby: A tale of searching for the main