Back
Marc Köhlbrugge
Load previous page…
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
Make confirmed email address optional again (like how it was a few weeks ago), because some users without an email configured were unable to sign in
#wip
Write PHP script to generate RSS feed of your todos (using our GraphQL API)
#wip gist.github.com/marckohlbrugg…
Email lawyer about potentially enforcing
#betalist trademark against company with confusingly similar name that's spamming our customers and other startups hurting our reputation
Generate PDF "invoices" (because some companies don't like "receipts")
#startupjobs