Skip to content
View Mth0158's full-sized avatar
🏔️
Focusing
🏔️
Focusing

Block or report Mth0158

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mth0158/README.md

Hey 👋

My name is Mathieu. I help startups and SMEs as a Fractional CTO — product and tech leadership without a full-time hire.

I stay hands-on from decision to delivery: product + design + code, often with Ruby on Rails, Stimulus, and Hotwire. I also embed AI into day-to-day delivery — agents, workflows, quality — to move faster without sacrificing architecture.

💻 A few things I'm working on / contributing to:

📫 How to reach me

You can contact me through my website or drop me a message on LinkedIn.

Pinned Loading

  1. igorkasyanchuk/active_storage_validations igorkasyanchuk/active_storage_validations Public

    Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dim…

    Ruby 1.2k 150