Reminder
- Daily
- Study of the day: … , doc of the day: …
- stand for stand up
- Keep Learning Everyday
- learning about processes and usage
- Documentation
- write executive summary in business perspective
- add order of operation (inspired by Network
Protocol), order is not obvious to derive from reading a bunch of
functions/methods
- Behaviour
- say less unless when necessary
- vim cmdline and terminal shell
- alt+b, alt+f - backward, forward 1 word
- ctrl+b, ctrl+f - backward, forward 1 character same as left and
right arrow key
- ctrl+a, ctrl+e - jump to begining and end of line
- rg
- rg_vim - search then open vim
- rg_usage - search limiting to python files ignore tests files
- rg_usage_vim - search usage then open vim
- AI
- use AI to review pull requests, design, documentations …