Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remy727/til
Today I Learned
https://github.com/remy727/til
bash heroku macos postgresql rails shopify til
Last synced: 3 months ago
JSON representation
Today I Learned
- Host: GitHub
- URL: https://github.com/remy727/til
- Owner: remy727
- Created: 2023-05-17T10:27:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T16:15:39.000Z (4 months ago)
- Last Synced: 2024-10-10T10:22:04.330Z (3 months ago)
- Topics: bash, heroku, macos, postgresql, rails, shopify, til
- Homepage:
- Size: 267 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Today I Learned
### AI
| # | Title |
|---| ----- |
| 1 | [Tools](./AI/tools.md) |### bash
| # | Title |
|---| ----- |
| 1 | [Kill Sidekiq processes](./bash/kill-sidekiq-process.md) |
| 2 | [Running Rubocop Only On Modified Files](./bash/running-rubocop-only-on-modified-files.md)### Docker
| # | Title |
|---| ----- |
| 1 | [Setup Postgres Database with Docker](./Docker/setup-postgres-database.md) |
| 2 | [Setup MongoDB Community with Docker](./Docker/setup-mongodb-community.md) |### Git
| # | Title |
|---| ----- |
| 1 | [Open Sources](./Git/open-sources.md) |### Heroku
| # | Title |
|---| ----- |
| 1 | [Clear Redis](./Heroku/redis.md) |
| 2 | [Releases and Rollbacks](./Heroku/releses-and-rollbacks.md)
| 3 | [Alternatives](./Heroku/alternatives.md)
| 4 | [Heroku Postgres](./Heroku/postgres.md)### Icons
| # | Title |
|---| ----- |
| 1 | [Font Awesome](https://fontawesome.com/icons) |
| 2 | [Material Icons](https://mui.com/material-ui/material-icons) |
| 3 | [Heroicons](https://heroicons.com) |
| 4 | [Ionicons](https://ionic.io/ionicons) |
| 5 | [Iconduck](https://iconduck.com) |
| 6 | [Iconoir](https://iconoir.com/) |
| 7 | [Radix Icons](https://www.radix-ui.com/icons) |### macOS
| # | Title |
|---| ----- |
| 1 | [Open Application without GPU](./macOS/open-application-without-gpu.md) |
| 2 | [Check VMware Tools version](./macOS/check-vmware-tools-version.md) |### PostgreSQL
| # | Title |
|---| ----- |
| 1 | [Install PostgreSQL 15 on Ubuntu](./PostgreSQL/install-postgresql15-on-ubuntu.md) |
| 2 | [Configure PostgreSQL to allow remote connections](./PostgreSQL/configure-postgresql-to-allow-remote-connections.md) |
| 3 | [Queries](./PostgreSQL/queries.md.md) |### Ruby on Rails
| # | Title | Blog |
|---| ----- | ---- |
| 1 | [Active Record’s rewhere](./Rails/active-record-rewhere.md) | |
| 2 | [Polymorphic Association](./Rails/polymorphic-association.md) | |
| 3 | [Measuring Elapsed Time Correctly](./Rails/measuring-elapsed-time.md) | [Blog](https://remy727.github.io/ruby/2023/05/29/measuring-elapsed-time-correctly.html) |
| 4 | [Secret Active Record Methods](./Rails/secret-active-record-methods.md) | [Blog](https://remy727.github.io/ruby/2023/05/30/secret-active-record-methods.html) |
| 5 | [cURLing with Rails' Authenticity Token](./Rails/curling-with-rails-authenticity-token.md) | |
| 6 | [How to validate the presence of a boolean field in a Rails model](./Rails/how-to-validate-the-presence-of-a-boolean-field-in-a-rails-model.md) | |
| 7 | [bin/rails notes](./Rails/rails-notes.md) | |
| 8 | [How to create a new Rails app running Rails 7.1 beta or main branch](./Rails/how-to-create-a-new-rails-app-running-rails-71-beta-or-main-branch.md) | |
| 9 | [Logging in Delayed Job](./Rails/delayed_job-logging.md) | |### Shopify
| # | Title |
|---| ----- |
| 1 | [Register translation](./Shopify/Localizations/register-translation.md) |
| 2 | [Retrieve translation](./Shopify/Localizations/retrieve-translation.md) |
| 3 | [Shopify CLI commands for apps](./Shopify/Apps/cli-commands.md) |### Sidekiq
| # | Title |
|---| ----- |
| 1 | [Failure Handling](./Sidekiq/failure-handling.md) |
| 2 | [Inheritance](./Sidekiq/inheritance.md) |### Stripe
| # | Title |
|---| ----- |
| 1 | [Emulating Stripe Webhooks](./Stripe/emulating-stripe-webhooks.md) |