• pseudo@jlai.lu
    link
    fedilink
    English
    arrow-up
    97
    arrow-down
    4
    ·
    6 months ago

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

            • 13igTyme@lemmy.world
              link
              fedilink
              English
              arrow-up
              7
              ·
              6 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%';`___`
              
      • pseudo@jlai.lu
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        6 months ago

        And I reject their job offers. When I think at how much time I have to write justification of my work in some kind of numerical format, I won’t want to be dealing with he standard of someone who doesn’t know the different of a working document and finish content to be send to the world.
        I’m privileged enough to be able to screen out big red flags out and not needed to find rapidly the next paycheck at the cost of my mental and physical health and I must use that privilege.