Content: Message content improved.
This commit is contained in:
@@ -3,7 +3,7 @@ import argparse
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description='Cover letter autofill')
|
||||
parser.add_argument('--hiring_manager_name', '-hmn', required=True, help='Hiring manager name')
|
||||
parser.add_argument('--hiring_manager_name', '-hmn', required=False, help='Hiring manager name', default='Recruitment Team')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
@@ -22,7 +22,6 @@ def main():
|
||||
print(f'Cover letter: {cover_letter}')
|
||||
|
||||
def make_cover_letter_for_recruitment_agency(hiring_manager_name):
|
||||
hiring_manager_name = "Recruitment Team" if hiring_manager_name == "" else hiring_manager_name
|
||||
return "Experienced Web Developer - ERP Systems Specialist Seeking Opportunities", f"""
|
||||
Dear {hiring_manager_name},
|
||||
|
||||
@@ -30,9 +29,9 @@ I'm writing to explore software engineering and data analysis opportunities. At
|
||||
|
||||
My background spans both technical development and practical business experience. I specialise in building integrated platforms, optimising database performance, and creating automated systems that deliver measurable business results.
|
||||
|
||||
I'm particularly interested in roles that require strong problem-solving skills and end-to-end development capabilities. I have extensive experience with modern frameworks, cloud platforms, and both SQL and NoSQL databases.
|
||||
I'm particularly interested in roles that require strong problem-solving skills and end-to-end development capabilities. I have extensive experience with modern frameworks, SQL databases, and private dedicated hosting.
|
||||
|
||||
I'd welcome a discussion about how my technical expertise could benefit your clients.
|
||||
I'd welcome a discussion about how my technical expertise could benefit your clients. My CV is attached for you review.
|
||||
|
||||
Best regards,
|
||||
Edward Middleton-Smith
|
||||
|
||||
Reference in New Issue
Block a user