Back
Marc Köhlbrugge
Load previous page…
Sent everyone a follow-up email explaining and apologizing for the previous email
#wip
Accidentally sent out 1,000+ survey emails to inactive WIP accounts because I changed a badly named variable in the code
#wip 😬
Add "Report" button to applications so you can report empty/spammy applications
#wip
Switch back to gray background to get more focus on the content (with white background)
#wip
Learn about offset versus seek in pagination and "SQL Row Values"
#startupjobs use-the-index-luke.com/sql/pa…
Replace Twitter gem with custom code because the gem was not being updated and it prevented me from upgrading certain dependencies like http.rb
#startupjobs
Serve company logos through static URL like startup.jobs/logos/700 (where 700 is the company ID) so it's more easily cacheable and I don't need to re-index Algolia whenever a logo changes
#startupjobs
Simplify and speed up almost every single database query by moving the visibility filtering logic (hide expired posts, hide all posts from hidden companies, etc) into a cached boolean column (`active`) that's updated hourly
#startupjobs