Seeking Opportunities
Contact Me
Damian C. Rossney headshot

Damian::WebDev

I am a software developer from Westchester, New York. I am interested in web application development, internal infrastructure development, and growing products.

I am currently exploring software architecture patterns, progressive ideas in object-oriented programming, and strategies for sustainable development with Ruby.

Recent Writings

ruby code using ROM to upsert player list into the players table

UPSERTing with ROM and Sequel

Imagine that you have a parent entity, say a baseball Team, that has-many Players. I want to have an edit page for the Team that includes the Players on the Team.

Read More

rom migration code to add a trigram index to a column in a table

Implementing Postgres Trigram Indexes in ROM

Trigram indexes are a cool feature of Postgres that make full text searches easier and faster.

Read More