Work Knowledge 21
- Deploying a static Nextjs app on Github Pages for free
- Don't feel attached to your code
- Sidekiq Scheduled Jobs Stopped Running After a Gemfile Update
- Always check user values
- Ruby on Rails: Use a datetime instead of a boolean database field
- Ruby on Rails: Accessing application credentials
- Comments are code
- Send passwords using a secret link
- Always test your code
- Release new features slowly
- The Rails Runner
- Always run the tests
- Understanding reject_if in Ruby on Rails
- Update your gems once in a while
- Check the validity of the data as early as possible
- Make PRs, not issues
- Don't delete columns, deprecate them
- Always test rolling back when creating a migration
- Always backup the database when there is a change in the schema
- Open-Closed Principle (OCP) for REST APIs
- Why we don't like APIdock for Ruby on Rails documentation