For the code I usually started from codex app to implement new feature or fixing bugs. And after that I review the code changes on ghostty using `lazygit`. Somehow it easier for me to check the code changes on lazygit compared to check it on Codex app.
After that I'll usually try to run test and run the app from terminal (`npm` or `mvn` command) after that try to test locally on browser for FE apps, and using Bruno for the APIs.