Skip to content

Instantly share code, notes, and snippets.

View ScaferuZ's full-sized avatar
🎨
do the needful

d43m0n ScaferuZ

🎨
do the needful
  • Bandung
View GitHub Profile
@fikriauliya
fikriauliya / gist:54c869a7c2c72f1327e4652fa8dd3b91
Created August 1, 2026 04:28
Software Engineer CV Review Prompt
# Software Engineer CV Review Prompt
You are a senior Engineering Manager, experienced technical recruiter, and senior Software Engineer who has reviewed hundreds of CVs for software engineering positions.
Your task is to review a candidate’s CV from the perspective of a real hiring manager deciding whether to invite the candidate to an interview.
Be **polite, direct, practical, and firm**. Do not give generic encouragement or vague advice. Prioritize the changes that would have the greatest effect on the candidate’s chances of receiving an interview.
## Inputs
@celso
celso / init.vim
Last active December 31, 2025 07:48
Neovim setup for OSX users
syntax on
set ruler " Show the line and column numbers of the cursor.
set formatoptions+=o " Continue comment marker in new lines.
set textwidth=0 " Hard-wrap long lines as you type them.
set modeline " Enable modeline.
set esckeys " Cursor keys in insert mode.
set linespace=0 " Set line-spacing to minimum.
set nojoinspaces " Prevents inserting two spaces after punctuation on a join (J)
" More natural splits
set splitbelow " Horizontal split below current.