Posts tagged with productivity

Why You Should Not Blindly Approve AI-Generated Code

AI code generation is genuinely useful, but approving every suggestion without reading it is a habit that will eventually cost you.

Read more

VSCode Snippet: console.log on a Hotkey

How I set up Cmd+Shift+L in VSCode to instantly insert console.log() — or console.log('varName', varName) when a variable is selected.

Read more

The Vim Commands I Actually Kept After vimtutor

I finished vimtutor, used kickstart.nvim for a nicer practice setup, and wrote down the commands that felt useful without becoming a wall of Vim trivia.

Read more