Skip to content

Instantly share code, notes, and snippets.

View luizlealdev's full-sized avatar
💻
Studying

Luiz Leal luizlealdev

💻
Studying
View GitHub Profile
@luizlealdev
luizlealdev / prefixes.md
Created July 4, 2025 17:45
Datebases table prefix

🇺🇸 English

Prefix Meaning / Usage Example
tb_ Table (commonly used for main data tables) tb_users, tb_orders
ref_ Reference / lookup (static or predefined values) ref_status, ref_roles
rel_ Relationship between two tables (many-to-many) rel_user_roles, rel_product_tags
log_ Log or history of actions log_access, log_errors
tmp_ Temporary (transitional or processing data) tmp_import_data
cfg_ Configuration or system settings cfg_settings, cfg_limits
@luizlealdev
luizlealdev / shortcuts.md
Created March 16, 2025 13:11
IntelliJ IDEA shortcuts list (Windows/Linux keymap)

🇺🇸 EN

🖥️ General Shortcuts

  • Ctrl + Shift + A → Search for action/command
  • Ctrl + Alt + S → Open settings
  • Press Shift twice → Search everywhere

📝 Code Editing

  • Ctrl + D → Duplicate line
  • Ctrl + Y → Delete line