this post was submitted on 08 Apr 2025
1298 points (99.5% liked)

Microblog Memes

8233 readers
2528 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 

Original post: aus.social (Mastodon)

you are viewing a single comment's thread
view the rest of the comments
[–] pseudo@jlai.lu 91 points 2 months ago (11 children)

If you send your resume in word format and not pdf or even image, I did not open it at all.

[–] Sybilvane@lemmy.ca 27 points 2 months ago (7 children)

I've had recruiters reject anything that isn't in word format.

[–] funkless_eck@sh.itjust.works 18 points 2 months ago (4 children)

I've had recruiters ask for TXT format, which honestly was awesome.

[–] kapitol@lemmy.ca 8 points 2 months ago (1 children)
[–] funkless_eck@sh.itjust.works 13 points 2 months ago (1 children)

"Whats this gap in your resume?"

"Syntax error"

[–] 13igTyme@lemmy.world 7 points 2 months ago

I see for past experience you put :

CREATE TABLE Resume (
    Field VARCHAR(255) PRIMARY KEY,
    Value VARCHAR(255)
);

INSERT INTO Resume (Field, Value) VALUES
('Experience_1_Title', ''),
('Experience_1_Company', ''),
('Experience_1_Years', ''),
('Experience_1_Description', '.'),
('Experience_2_Title', ''),
('Experience_2_Company', ''),
('Experience_2_Years', ''),
('Experience_2_Description', '.'),
('Skills_1', ''),
('Skills_2', ''),
('Skills_3', ''),
('Skills_4', ''),
('Education_Degree', ''),
('Education_Years', '),
('References', '');

SELECT Field, Value FROM Resume;

-- Bonus Query: Show my most "impressive" skill
SELECT Value FROM Resume WHERE Field = 'Skills_1';

-- Another Bonus: My career trajectory
SELECT Field, Value FROM Resume WHERE Field LIKE 'Experience%';`___`
load more comments (2 replies)
load more comments (4 replies)
load more comments (7 replies)