shlogg · Early preview
Takehiro_Yamazaki @take0420

Backend Engineer Ruby / Terraform / React

Choosing The Right Tool: Context Vs Find_by In Rails With GraphQL

Choose wisely between context & find_by in Rails GraphQL: use context for logged-in user data & relationships, find_by for custom filters & nil handling. Master this distinction for a cleaner, faster app.

Disable Cursor Tab Auto-Completion In Cursor Editor

Disable Cursor Tab Auto-Completion: Open Cursor Editor, press cmd + shift + p, type "disable cursor tab", press Enter. Re-enable by typing "enable cursor tab".