Thursday, June 04, 2026 2:30:08 AM
> project show esm_website_v1
The unexpected heart of the ESM ecosystem. What started as a simple Rails dashboard has evolved into the command center for thousands of gaming communities, proving that sometimes the best infrastructure projects are the ones you never planned to build.
Details
> embed.rb
# frozen_string_literal: true

module ESM
  module Embed
    TITLE_LENGTH_MAX = 256
    DESCRIPTION_LENGTH_MAX = 2048
    FIELD_NAME_LENGTH_MAX = 256
    FIELD_VALUE_LENGTH_MAX = 1024
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2