Resume
A resume is a concise document summarizing a candidate's work experience, education, skills, and achievements, used to apply for jobs. It typically fits on one to two pages and is tailored to the specific role, highlighting quantifiable accomplishments over generic duty descriptions to persuade a recruiter or hiring…
10 resources across 2 libraries
Glossary Terms(8)
Resume
A resume is a concise document summarizing a candidate's work experience, education, skills, and achievements, used to apply for jobs. It typically fits on one…
Resume Optimization
Resume optimization is the practice of tailoring a resume's content, structure, and keywords so it passes applicant tracking systems (ATS) and quickly demonstr…
ATS Resume
An ATS resume is a resume specifically formatted to be reliably parsed and ranked by an Applicant Tracking System — the software many employers use to collect,…
Portfolio
A portfolio is a curated collection of work samples — projects, code, designs, writing, or case studies — that demonstrates a candidate's skills and judgment i…
STAR Method
The STAR method is a structured technique for answering behavioral interview questions by describing the Situation, Task, Action, and Result of a specific past…
LinkedIn
LinkedIn is a professional networking platform used for job searching, recruiting, professional branding, and industry networking. Users maintain a profile sum…
Tech Portfolio
A tech portfolio is a curated collection of a developer's projects, code samples, and technical work — hosted online — used to demonstrate real, hands-on skill…
GitHub Contribution Graph
The GitHub contribution graph is a heatmap on a user's GitHub profile that visualizes commits, pull requests, issues, and code review activity over the past ye…
Study Notes(2)
Auto-Scaling and Auto-Suspend
Learn how AUTO_SUSPEND and AUTO_RESUME, combined with multi-cluster auto-scaling, keep Snowflake compute cost-efficient without manual intervention.
Coroutines in Lua
Understand Lua's cooperative multitasking primitive: creating, resuming, and yielding coroutines to write generators and non-blocking logic.