Back
Startup Jobs
Replace all HAML with HTML+ERB #startupjobs
Remove simple_form gem because these days I prefer to run on stock Rails as much as possible #startupjobs
Migrate to Kamal 2 #startupjobs
Delete orphaned blobs because we were storing thousands of uploaded files that were unused #startupjobs
Use advisory lock to prevent duplicate payment attempts in case a form request is sent multiple times in rapid succession #startupjobs
See huge memory drop after enabling jemalloc for my Rails app #startupjobs
Reply to idiot claiming to be a trademark attorney when they are referring to a (fake) copyright infringement trying to get a backlink #startupjobs
Still show job location even if it's remote, because many jobs are remote but with geographical restrictions or semi-remote #startupjobs
Add timestamps to job posts because people have been asking for it for years but somehow I never got around to it #startupjobs
Finally, completely replace all old SASS with regular CSS (I use Tailwind CSS for new pages, but the codebase is very old with many old CSS) #startupjobs
Replace esbuild with importmaps #startupjobs
Fix tweeting #startupjobs h/t @AndreyAzimov
Update all Ruby gems #startupjobs
Remove a bunch of old Ruby gems we no longer need #startupjobs
Spread out email alerts throughout the day instead of all at once #startupjobs
Rotate Algolia API keys #startupjobs
Fix #startupjobs bundle pricing
Discover I might have accidentally blocked Google from indexing parts of my site #startupjobs h/t @AndreyAzimov
Replace custom Cloudflare Turnstile integration with WAF rule to simplify things, inspired by todo from @levelsio #startupjobs
When feature specs fail on GitHub Actions, upload screenshots/html files as artifacts for easier debugging #startupjobs