Tagged articles
44 articles
Page 1 of 1
SpringMeng
SpringMeng
Apr 12, 2026 · Interview Experience

Insights from Interviewing Two Top Tech Talent from Leading Companies

The author shares experiences interviewing two highly skilled candidates from major tech firms, discusses the challenges of hiring in a small city, offers resume coaching feedback, and outlines the key resume elements that attract big‑company recruiters.

big techcareer advicehiring
0 likes · 3 min read
Insights from Interviewing Two Top Tech Talent from Leading Companies
Big Data Tech Team
Big Data Tech Team
Apr 1, 2026 · Big Data

Why Your 2026 Big Data Resume Is Being Ignored and How to Fix It

In the 2026 spring hiring season, many big‑data job seekers see their resumes disappear because they still focus on offline batch processing, while employers now demand real‑time streaming, AI‑driven data pipelines, and cloud‑native deployment skills such as Flink, vector databases, and Kubernetes.

AI integrationBig DataCloud Native
0 likes · 7 min read
Why Your 2026 Big Data Resume Is Being Ignored and How to Fix It
Liangxu Linux
Liangxu Linux
Mar 30, 2026 · Interview Experience

What “Familiar with Linux” Really Means on Your Resume

When a résumé claims familiarity with Linux, interviewers expect candidates to confidently use core commands, manage files, processes, networking, and write basic shell scripts, demonstrating the ability to solve everyday problems rather than merely having theoretical knowledge.

Shell scriptingSystem Administrationinterview
0 likes · 6 min read
What “Familiar with Linux” Really Means on Your Resume
dbaplus Community
dbaplus Community
Mar 1, 2026 · Operations

50 High‑Impact IT Operations Projects to Supercharge Your Resume

This guide presents 50 detailed IT operations projects—covering infrastructure, cloud native, automation, monitoring, security, databases, networking, disaster recovery, and DevOps—each with background, tech stack, implementation steps, and quantifiable results to help engineers craft compelling, results‑driven resume entries.

AutomationInfrastructureSecurity
0 likes · 25 min read
50 High‑Impact IT Operations Projects to Supercharge Your Resume
ITPUB
ITPUB
Oct 15, 2025 · Operations

Turn 30 IT Ops Tools into Resume Gold with High‑Impact STAR Statements

This guide explains why merely listing tools on a resume is insufficient, introduces a high‑value presentation framework for 30 common IT operations tools, demonstrates how to craft STAR‑based bullet points with concrete examples, and offers tailored strategies for different employer types while outlining core principles for authentic, results‑focused resume writing.

IT OperationsSTAR-methodTool Presentation
0 likes · 13 min read
Turn 30 IT Ops Tools into Resume Gold with High‑Impact STAR Statements
Big Data Technology & Architecture
Big Data Technology & Architecture
Aug 18, 2025 · Fundamentals

5 Common Interview Pitfalls Uncovered from 16 Mock Sessions

After conducting 16 one‑on‑one mock interviews and debriefs, we identified five recurring issues—from lacking a holistic project view and poor expression to sloppy resume formatting, underutilizing large‑language models, and neglecting regular self‑review—that candidates should address to improve their interview performance.

Big Datacareer advicecommunication
0 likes · 6 min read
5 Common Interview Pitfalls Uncovered from 16 Mock Sessions
Liangxu Linux
Liangxu Linux
Mar 7, 2024 · Operations

Replace scp with rsync: Reliable File Transfers and Resume Support

This guide explains why rsync outperforms scp for file copying, shows how to install it on various Linux and macOS systems, and demonstrates command options—including compression, partial transfers, and SSH tunneling—to reliably resume interrupted transfers.

Backupfile transferlinux
0 likes · 5 min read
Replace scp with rsync: Reliable File Transfers and Resume Support
Advanced AI Application Practice
Advanced AI Application Practice
Mar 4, 2024 · Interview Experience

How to Craft a Winning Resume in a Tight Job Market

In a competitive hiring season, the article outlines why internal referrals matter, common resume pitfalls, and the essential components of a strong résumé—personal strengths, professional skills, work history, project experience, and representative works—to improve interview chances.

Interview PreparationJob Huntingcareer advice
0 likes · 8 min read
How to Craft a Winning Resume in a Tight Job Market
Sanyou's Java Diary
Sanyou's Java Diary
Aug 28, 2023 · Fundamentals

16 Proven Tips to Ace Your Tech Interview and Land the Offer

This article shares sixteen practical suggestions—from polishing your résumé and highlighting strengths to mastering technical descriptions, leveraging referrals, preparing for each interview round, handling HR talks, negotiating salary, and post‑interview reflection—to help job seekers improve their interview performance and secure a desirable offer.

Tech Interviewcareer adviceinterview
0 likes · 14 min read
16 Proven Tips to Ace Your Tech Interview and Land the Offer
Efficient Ops
Efficient Ops
Jul 25, 2023 · Operations

How to Craft an Ops Resume That Lands Interviews: 3 Common Mistakes and Fixes

The article examines three frequent pitfalls in operations resumes—unclear focus, breadth without depth, and vague career planning—and offers concrete strategies to highlight strengths, specialize wisely, and define clear professional goals to improve interview success.

Interview Preparationcareer adviceresume
0 likes · 7 min read
How to Craft an Ops Resume That Lands Interviews: 3 Common Mistakes and Fixes
Ops Development Stories
Ops Development Stories
Jun 22, 2023 · Operations

How to Write an Ops Resume That Actually Gets You Interviews

The article examines three common resume pitfalls for operations candidates—unclear focus, breadth without depth, and vague personal planning—and offers concrete strategies to highlight strengths, showcase impactful projects, and present a clear career trajectory to attract interview opportunities.

Operationscareer advicejob interview
0 likes · 7 min read
How to Write an Ops Resume That Actually Gets You Interviews
FunTester
FunTester
Aug 11, 2022 · Interview Experience

How to Ace a Testing Interview: Insider Tips from a Former Candidate

This guide shares practical advice on preparing for testing job interviews, handling technical questions, and conducting post‑interview reviews, emphasizing resume optimization, clear skill definitions, and proactive follow‑up to improve interview success rates.

career adviceinterviewresume
0 likes · 6 min read
How to Ace a Testing Interview: Insider Tips from a Former Candidate
Programmer DD
Programmer DD
Jan 25, 2022 · Fundamentals

How to Craft an Outstanding Java Developer Resume: Tips & Templates

This guide explains why clear, concise resumes matter for Java developers, outlines the three essential sections, provides detailed advice on presenting project experience and technical skills, and offers free high‑quality templates to help job seekers stand out in interviews.

Javacareer advicejob interview
0 likes · 5 min read
How to Craft an Outstanding Java Developer Resume: Tips & Templates
Sohu Tech Products
Sohu Tech Products
Jan 5, 2022 · Fundamentals

Source Code Analysis – Suspension and Resumption of Kotlin Coroutines

This article dissects the Kotlin coroutine implementation by decompiling a simple coroutine, explaining how the compiler transforms suspend functions into state‑machine classes, how launch creates an AbstractCoroutine, how the dispatcher intercepts and schedules execution, and how the coroutine is suspended and later resumed through Continuation mechanisms.

CoroutinesKotlinSuspend
0 likes · 16 min read
Source Code Analysis – Suspension and Resumption of Kotlin Coroutines
Java Interview Crash Guide
Java Interview Crash Guide
Jul 18, 2021 · Backend Development

How to Build High‑Performance Large File HTTP Uploads with Resume Support

This article outlines a practical approach for implementing high‑performance large file HTTP uploads with breakpoint resume, covering server‑side C implementation, client‑side hash generation, progress tracking, chunked uploads using HTML5 File.slice, and detailed JavaScript code examples for robust file transfer.

C serverHTTP uploadJavaScript
0 likes · 14 min read
How to Build High‑Performance Large File HTTP Uploads with Resume Support
macrozheng
macrozheng
Mar 16, 2021 · R&D Management

How to Craft Winning Resumes for Every Tech Career Stage

This guide breaks down interview focus and resume‑writing strategies for interns, fresh graduates, engineers with 1‑3 years, and professionals with 5+ years of experience, offering practical tips, template recommendations, and a clear roadmap to improve your job‑search success.

Job HuntingSoftware Engineeringcareer advice
0 likes · 10 min read
How to Craft Winning Resumes for Every Tech Career Stage
FunTester
FunTester
Oct 27, 2020 · Fundamentals

How to Craft an Effective Software Testing Resume for Social Recruitment

This article provides a comprehensive guide on creating a strong software testing résumé for social recruitment, covering essential sections such as personal introduction, education, professional skills, work experience, project experience, and education background, along with practical tips and common pitfalls to avoid.

Interview PreparationJob HuntingSoftware Testing
0 likes · 12 min read
How to Craft an Effective Software Testing Resume for Social Recruitment
FunTester
FunTester
Sep 18, 2020 · Interview Experience

How to Craft an Effective Software Testing Resume for Social Recruitment

This guide explains why a well‑structured resume is crucial for software testing job seekers, outlines the five essential sections—personal intro, education, professional skills, work experience, and project experience—and provides detailed tips and common pitfalls to help candidates secure interview opportunities.

Software Testingcareer advicejob interview
0 likes · 12 min read
How to Craft an Effective Software Testing Resume for Social Recruitment
Laravel Tech Community
Laravel Tech Community
Jun 8, 2020 · Fundamentals

How to Write an Effective Programmer Resume: Key Sections and Tips

This guide explains why a well‑structured programmer résumé is essential, outlines the seven critical sections—including personal information, professional skills, work experience, project experience, personal highlights, and common pitfalls—and provides concrete advice and examples to help candidates create concise, compelling CVs that quickly impress both HR and technical interviewers.

CVInterview Tipscareer
0 likes · 9 min read
How to Write an Effective Programmer Resume: Key Sections and Tips
Python Programming Learning Circle
Python Programming Learning Circle
Mar 20, 2020 · Fundamentals

How to Write an Effective Resume for Software Engineers

This article explains why a well‑structured resume is crucial for developers, outlines common pitfalls such as overly long skill lists, vague descriptions, and poor formatting, and provides detailed guidance on organizing personal information, crafting concise skill sections, and presenting work and project experience to attract HR attention.

Interview PreparationSoftware Engineeringcareer advice
0 likes · 19 min read
How to Write an Effective Resume for Software Engineers
Big Data Technology & Architecture
Big Data Technology & Architecture
Mar 3, 2020 · Fundamentals

Interview and Resume Advice: Master Fundamentals, Write Honest Resumes, and Leverage Soft Skills

This article shares practical interview and résumé guidance, emphasizing the critical role of solid fundamentals, honest skill representation, iterative résumé polishing, clear project storytelling, and the importance of emotional intelligence over confrontational attitudes during technical hiring processes.

career advicefundamentalsinterview
0 likes · 6 min read
Interview and Resume Advice: Master Fundamentals, Write Honest Resumes, and Leverage Soft Skills
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 7, 2019 · Backend Development

Comprehensive Guide to Autumn Recruitment: Strategies, Case Studies, and Interview Topics for Java and Big Data Positions

This article provides a detailed roadmap for autumn campus recruitment, covering the significance of the hiring season, tailored preparation strategies for different skill levels, multiple case studies, extensive interview question collections across Java, JVM, big data, and system fundamentals, as well as practical tips for resume polishing and interview mindset.

AlgorithmsBig DataJava
0 likes · 18 min read
Comprehensive Guide to Autumn Recruitment: Strategies, Case Studies, and Interview Topics for Java and Big Data Positions
MaGe Linux Operations
MaGe Linux Operations
Oct 25, 2018 · Frontend Development

Build a High‑Impact Resume with GitHub Pages: A Step‑by‑Step Guide

This article walks you through creating a polished, web‑based résumé using GitHub Pages, covering the service basics, storage and bandwidth limits, essential Git commands, repository setup, deployment steps, and additional modern résumé techniques such as Markdown and online generators.

GitHub PagesWeb Developmentfrontend
0 likes · 6 min read
Build a High‑Impact Resume with GitHub Pages: A Step‑by‑Step Guide
Java Backend Technology
Java Backend Technology
Aug 5, 2018 · Backend Development

How to Craft a Winning Java Backend Resume: Insider Tips for More Interviews

This guide explains how to identify resume flaws that block interview chances, tailor resumes to specific job requirements, highlight relevant project experience, and distinguish commercial projects from academic or training work, helping Java backend candidates secure more technical interview opportunities.

career advicejob interviewresume
0 likes · 14 min read
How to Craft a Winning Java Backend Resume: Insider Tips for More Interviews
MaGe Linux Operations
MaGe Linux Operations
Jan 17, 2018 · Fundamentals

How to Land a Python Job: Proven Strategies and Interview Tips

This article analyzes the rapid growth of Python job demand in 2017, then offers practical advice on building solid skills, crafting effective resumes, leveraging internal referrals, and preparing thoroughly for interviews to increase your chances of securing a Python position.

Interview TipsJob HuntingPython
0 likes · 7 min read
How to Land a Python Job: Proven Strategies and Interview Tips
Java Captain
Java Captain
Jan 14, 2018 · Backend Development

How to Write an Effective Java Developer Resume and Submit It Successfully

This article, written from a senior interviewer's perspective, provides comprehensive guidance on crafting a concise, technology‑focused Java resume, describing essential sections, work and project details, management skills, and practical tips for sending the resume to maximize interview opportunities.

interviewjob searchproject experience
0 likes · 28 min read
How to Write an Effective Java Developer Resume and Submit It Successfully
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 1, 2017 · Frontend Development

How to Craft a Front-End Engineer Resume That Gets Noticed

This guide explains why a concise, highlight‑focused resume is essential for front‑end engineers, outlines the five key sections to include, offers practical tips for tailoring each version to specific job postings, and shares best practices for formatting, presentation, and effective delivery channels.

Front-endInterview PreparationJob Hunting
0 likes · 10 min read
How to Craft a Front-End Engineer Resume That Gets Noticed
21CTO
21CTO
Jun 9, 2016 · Fundamentals

How Feross Aboukhadijeh Built a Winning Engineer Brand and What You Can Learn

This article explores Feross Aboukhadijeh's approach to personal branding, crafting a standout Silicon Valley resume, leveraging GitHub, and learning programming through extensive project building, offering actionable advice for engineers seeking career growth and visibility.

Career DevelopmentGitHubSoftware Engineering
0 likes · 13 min read
How Feross Aboukhadijeh Built a Winning Engineer Brand and What You Can Learn
21CTO
21CTO
Jan 31, 2016 · Fundamentals

How to Craft a Killer Software Engineer Resume: 5 Proven Tips

Drawing on years of experience at Google and Microsoft, this guide outlines five essential resume‑writing strategies—detailing technical specifics, avoiding blandness, providing truthful metrics, showcasing recognitions, and never exaggerating—to help software engineers create compelling, interview‑ready CVs.

career advicejob applicationresume
0 likes · 6 min read
How to Craft a Killer Software Engineer Resume: 5 Proven Tips
21CTO
21CTO
Jan 16, 2016 · R&D Management

Turning a Resume Experiment into a Management Leap for a Software Engineer

This article recounts a career experiment where a senior software engineer named Bill reshaped his résumé to emphasize managerial experience, navigated two contrasting interview processes, and analyzes how social status and perceived leadership affect hiring outcomes in the tech industry.

ManagementSoftware Engineeringcareer
0 likes · 20 min read
Turning a Resume Experiment into a Management Leap for a Software Engineer
21CTO
21CTO
Oct 18, 2015 · Frontend Development

What I Learned From Screening and Interviewing Front‑End Candidates

A front‑end engineer shares practical insights on resume screening, interview tactics, and the core skills—especially JavaScript and CSS—that distinguish strong candidates, while highlighting the importance of personality, experience, vision, and fundamentals in hiring.

Front-endcandidate evaluationcareer advice
0 likes · 7 min read
What I Learned From Screening and Interviewing Front‑End Candidates
Baidu Tech Salon
Baidu Tech Salon
Jan 5, 2015 · Fundamentals

Core Competencies for Programmers: Resume, Written Test, and Interview Insights

Programmers succeed by crafting keyword‑rich resumes that showcase project depth, demonstrating solid fundamentals and efficient problem‑solving in written tests, and communicating clear, learning‑focused mindsets during interviews, where technical breadth, architecture understanding, and collaborative attitude together define core hiring competencies.

career advicecodingcore competency
0 likes · 16 min read
Core Competencies for Programmers: Resume, Written Test, and Interview Insights