forked from career-gradient-descent/content-optimizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume_error.log
More file actions
359 lines (358 loc) · 55.8 KB
/
resume_error.log
File metadata and controls
359 lines (358 loc) · 55.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
.venv\Scripts\python : +--------------------- Traceback (most recent call last)
---------------------+
At line:1 char:1
+ .venv\Scripts\python -m cli render resume opportunities/anzuk_perform ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (+--------------...--------------+:
String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
| C:\Users\Samkit Shah\Desktop\Job Hunt 2026\content-optimizer\cli\app.py:40 |
| in render_resume |
| |
| 37 output : Annotated[Path | None, typer.Option("-o", help="Output P |
| 38 ) -> None: |
| 39 """ Render resume PDF from YAML. """ |
| > 40 _render("resume", file, template, output) |
| 41 |
| 42 |
| 43 @render_app.command("cover-letter") |
| |
| +-------------------------------- locals ---------------------------------+ |
| | file = WindowsPath('opportunities/anzuk_performance_marketing_specà | |
| | output = None | |
| | template = 'primary' | |
| +-------------------------------------------------------------------------+ |
| |
| C:\Users\Samkit Shah\Desktop\Job Hunt 2026\content-optimizer\cli\app.py:26 |
| in _render |
| |
| 23 pdf.parent.mkdir(parents=True, exist_ok=True) |
| 24 |
| 25 tex.write_text( |
| > 26 populate_jinja_template(yaml.safe_load(file.read_text()), enti |
| 27 ) |
| 28 |
| 29 compile_tex(tex) |
| |
| +-------------------------------- locals ---------------------------------+ |
| | entity = 'resume' | |
| | file = WindowsPath('opportunities/anzuk_performance_marketing_specà | |
| | output = None | |
| | pdf = WindowsPath('C:/Users/Samkit Shah/Desktop/Job Hunt | |
| | 2026/content-optimizer/output/anzuk_performance_marketing_sà | |
| | template = 'primary' | |
| | tex = WindowsPath('C:/Users/Samkit Shah/Desktop/Job Hunt | |
| | 2026/content-optimizer/output/anzuk_performance_marketing_sà | |
| +-------------------------------------------------------------------------+ |
| |
| C:\Users\Samkit Shah\Desktop\Job Hunt 2026\content-optimizer\cli\core.py:27 |
| in populate_jinja_template |
| |
| 24 """ Validate data and populate the LaTeX Jinja template for the gi |
| 25 |
| 26 schema : type[Schema] = schemas[entity] |
| > 27 validated : Schema = schema.model_validate(data) |
| 28 template_dir: Path = TEMPLATE_DIR / entity |
| 29 |
| 30 env = Environment( |
| |
| +-------------------------------- locals ---------------------------------+ |
| | data = { | |
| | 'basics': { | |
| | 'name': 'Samkit S Shah', | |
| | 'ats_optimization': 'Performance Marketing | |
| | Specialist Global ANZUK Group Paid Media Google Ads Meta | |
| | A'+92 | |
| | }, | |
| | 'links': [ | |
| | { | |
| | 'url': 'mailto:samkit.2945@gmail.com', | |
| | 'display': 'samkit.2945@gmail.com' | |
| | }, | |
| | { | |
| | 'url': 'tel:+61422241732', | |
| | 'display': '+61 422 241 732' | |
| | }, | |
| | { | |
| | 'url': | |
| | 'https://www.linkedin.com/in/samkitshah99/', | |
| | 'display': 'LinkedIn' | |
| | }, | |
| | { | |
| | 'url': 'https://github.com/SamkitShah15', | |
| | 'display': 'GitHub' | |
| | } | |
| | ], | |
| | 'summary': 'Data-driven Marketing Analyst and Master of | |
| | Data Science graduate with over 3 ye'+337, | |
| | 'education': [ | |
| | { | |
| | 'institution': 'Monash University', | |
| | 'degree': 'Master of Data Science', | |
| | 'dates': 'Feb 2024 - Dec 2025', | |
| | 'location': 'Clayton, Australia', | |
| | 'details': [ | |
| | 'Distinction Average (GPA 3.125/4.0). Key | |
| | coursework: Data Wrangling, Data Visual'+30 | |
| | ] | |
| | }, | |
| | { | |
| | 'institution': 'MICA and Upgrad', | |
| | 'degree': 'Post Graduate Certification in | |
| | Digital Marketing and Communication', | |
| | 'dates': 'Sep 2020 - Nov 2021', | |
| | 'details': [ | |
| | 'Specializations: Branding, Social Media, | |
| | Marketing Analytics.' | |
| | ] | |
| | }, | |
| | { | |
| | 'institution': 'St. JosephΓÇÖs College of | |
| | Commerce', | |
| | 'degree': 'Bachelor of Commerce', | |
| | 'dates': '2016 - 2019', | |
| | 'location': 'Bengaluru, India', | |
| | 'details': [ | |
| | 'First Class Exemplary (CGPA: 8.02). | |
| | Specialized in Finance and Marketing.' | |
| | ] | |
| | } | |
| | ], | |
| | 'experience': [ | |
| | { | |
| | 'company': 'Publicis Global Delivery (Publicis | |
| | Groupe)', | |
| | 'title': 'Associate Manager (Promoted from | |
| | Analyst)', | |
| | 'dates': 'May 2021 - Jan 2024', | |
| | 'location': 'Bengaluru, India', | |
| | 'bullets': [ | |
| | 'Managed high-budget performance campaigns | |
| | ($700k+ USD/mo) for global clients (GS'+113, | |
| | "Scaled performance marketing foundations | |
| | for TikTok's government relations, effe"+77, | |
| | 'Implemented Python-based automation for | |
| | daily pacing reports, reducing preparati'+62, | |
| | 'Optimized Google Ads, Bing Ads, and | |
| | Pinterest Ads campaigns, consistently hittin'+75, | |
| | 'Extracted and visualized campaign | |
| | performance data using SQL and Tableau to prov'+68, | |
| | 'Facilitated smooth transition of accounts | |
| | from Zenith US to Digitas US, ensuring'+50 | |
| | ] | |
| | }, | |
| | { | |
| | 'company': 'SD Enterprises', | |
| | 'title': 'Business Operations Executive', | |
| | 'dates': 'May 2020 - May 2021', | |
| | 'location': 'Bengaluru, India', | |
| | 'bullets': [ | |
| | 'Led a complete rebranding project for the | |
| | family business, modernizing the marke'+35, | |
| | 'Streamlined operations and financial | |
| | reporting processes, improving cash flow ma'+36 | |
| | ] | |
| | } | |
| | ], | |
| | 'projects': [ | |
| | { | |
| | 'name': 'Blessed By Melbourne (Industry | |
| | Project)', | |
| | 'tech': 'Python, SQL, PostgreSQL, AWS', | |
| | 'dates': 2025, | |
| | 'bullets': [ | |
| | 'Developed a data-driven housing platform | |
| | integrating diverse datasets (rental tr'+38, | |
| | "Designed a normalized PostgreSQL database | |
| | and used Python/Pandas to engineer a '"+61, | |
| | 'Deployed infrastructure on AWS, ensuring | |
| | scalable access to real-time data visua'+10 | |
| | ] | |
| | } | |
| | ], | |
| | 'skills': { | |
| | 'Performance Marketing': 'Google Ads, Meta Ads | |
| | (Facebook/Instagram), Pinterest Ads, Bing Ads', | |
| | 'Data & Analytics': 'Google Analytics (GA4), SQL, | |
| | Tableau, Google Looker Studio, Excel', | |
| | 'Programming & Tech': 'Python (Pandas, | |
| | Scikit-Learn), Automation, AWS, Git', | |
| | 'Soft Skills': 'Stakeholder Management, | |
| | Global/Multi-region Strategy, Strategic Planning' | |
| | }, | |
| | 'cover_letter': { | |
| | 'recipient_name': 'Hiring Manager', | |
| | 'company': 'ANZUK Group', | |
| | 'subject': 'Application for Performance Marketing | |
| | Specialist ΓÇô Global', | |
| | 'body': 'I am writing to express my strong interest | |
| | in the Global Performance Marketing S'+1748, | |
| | 'closing': 'Sincerely,\nSamkit S Shah' | |
| | } | |
| | } | |
| | entity = 'resume' | |
| | template = 'primary' | |
| +-------------------------------------------------------------------------+ |
| |
| C:\Users\Samkit Shah\Desktop\Job Hunt |
| 2026\content-optimizer\.venv\Lib\site-packages\pydantic\main.py:716 in |
| model_validate |
| |
| 713 code='validate-by-alias-and-name-false', |
| 714 ) |
| 715 |
| > 716 return cls.__pydantic_validator__.validate_python( |
| 717 obj, |
| 718 strict=strict, |
| 719 extra=extra, |
| |
| +-------------------------------- locals ---------------------------------+ |
| | by_alias = None | |
| | by_name = None | |
| | context = None | |
| | extra = None | |
| | from_attributes = None | |
| | obj = { | |
| | 'basics': { | |
| | 'name': 'Samkit S Shah', | |
| | 'ats_optimization': 'Performance Marketing | |
| | Specialist Global ANZUK Group Paid Media Google Ads | |
| | Meta A'+92 | |
| | }, | |
| | 'links': [ | |
| | { | |
| | 'url': 'mailto:samkit.2945@gmail.com', | |
| | 'display': 'samkit.2945@gmail.com' | |
| | }, | |
| | { | |
| | 'url': 'tel:+61422241732', | |
| | 'display': '+61 422 241 732' | |
| | }, | |
| | { | |
| | 'url': | |
| | 'https://www.linkedin.com/in/samkitshah99/', | |
| | 'display': 'LinkedIn' | |
| | }, | |
| | { | |
| | 'url': 'https://github.com/SamkitShah15', | |
| | 'display': 'GitHub' | |
| | } | |
| | ], | |
| | 'summary': 'Data-driven Marketing Analyst and | |
| | Master of Data Science graduate with over 3 ye'+337, | |
| | 'education': [ | |
| | { | |
| | 'institution': 'Monash University', | |
| | 'degree': 'Master of Data Science', | |
| | 'dates': 'Feb 2024 - Dec 2025', | |
| | 'location': 'Clayton, Australia', | |
| | 'details': [ | |
| | 'Distinction Average (GPA 3.125/4.0). | |
| | Key coursework: Data Wrangling, Data Visual'+30 | |
| | ] | |
| | }, | |
| | { | |
| | 'institution': 'MICA and Upgrad', | |
| | 'degree': 'Post Graduate Certification in | |
| | Digital Marketing and Communication', | |
| | 'dates': 'Sep 2020 - Nov 2021', | |
| | 'details': [ | |
| | 'Specializations: Branding, Social | |
| | Media, Marketing Analytics.' | |
| | ] | |
| | }, | |
| | { | |
| | 'institution': 'St. JosephΓÇÖs College of | |
| | Commerce', | |
| | 'degree': 'Bachelor of Commerce', | |
| | 'dates': '2016 - 2019', | |
| | 'location': 'Bengaluru, India', | |
| | 'details': [ | |
| | 'First Class Exemplary (CGPA: 8.02). | |
| | Specialized in Finance and Marketing.' | |
| | ] | |
| | } | |
| | ], | |
| | 'experience': [ | |
| | { | |
| | 'company': 'Publicis Global Delivery | |
| | (Publicis Groupe)', | |
| | 'title': 'Associate Manager (Promoted | |
| | from Analyst)', | |
| | 'dates': 'May 2021 - Jan 2024', | |
| | 'location': 'Bengaluru, India', | |
| | 'bullets': [ | |
| | 'Managed high-budget performance | |
| | campaigns ($700k+ USD/mo) for global clients | |
| | (GS'+113, | |
| | "Scaled performance marketing | |
| | foundations for TikTok's government relations, | |
| | effe"+77, | |
| | 'Implemented Python-based automation | |
| | for daily pacing reports, reducing preparati'+62, | |
| | 'Optimized Google Ads, Bing Ads, and | |
| | Pinterest Ads campaigns, consistently hittin'+75, | |
| | 'Extracted and visualized campaign | |
| | performance data using SQL and Tableau to prov'+68, | |
| | 'Facilitated smooth transition of | |
| | accounts from Zenith US to Digitas US, ensuring'+50 | |
| | ] | |
| | }, | |
| | { | |
| | 'company': 'SD Enterprises', | |
| | 'title': 'Business Operations Executive', | |
| | 'dates': 'May 2020 - May 2021', | |
| | 'location': 'Bengaluru, India', | |
| | 'bullets': [ | |
| | 'Led a complete rebranding project | |
| | for the family business, modernizing the marke'+35, | |
| | 'Streamlined operations and financial | |
| | reporting processes, improving cash flow ma'+36 | |
| | ] | |
| | } | |
| | ], | |
| | 'projects': [ | |
| | { | |
| | 'name': 'Blessed By Melbourne (Industry | |
| | Project)', | |
| | 'tech': 'Python, SQL, PostgreSQL, AWS', | |
| | 'dates': 2025, | |
| | 'bullets': [ | |
| | 'Developed a data-driven housing | |
| | platform integrating diverse datasets (rental tr'+38, | |
| | "Designed a normalized PostgreSQL | |
| | database and used Python/Pandas to engineer a '"+61, | |
| | 'Deployed infrastructure on AWS, | |
| | ensuring scalable access to real-time data visua'+10 | |
| | ] | |
| | } | |
| | ], | |
| | 'skills': { | |
| | 'Performance Marketing': 'Google Ads, Meta | |
| | Ads (Facebook/Instagram), Pinterest Ads, Bing Ads', | |
| | 'Data & Analytics': 'Google Analytics (GA4), | |
| | SQL, Tableau, Google Looker Studio, Excel', | |
| | 'Programming & Tech': 'Python (Pandas, | |
| | Scikit-Learn), Automation, AWS, Git', | |
| | 'Soft Skills': 'Stakeholder Management, | |
| | Global/Multi-region Strategy, Strategic Planning' | |
| | }, | |
| | 'cover_letter': { | |
| | 'recipient_name': 'Hiring Manager', | |
| | 'company': 'ANZUK Group', | |
| | 'subject': 'Application for Performance | |
| | Marketing Specialist ΓÇô Global', | |
| | 'body': 'I am writing to express my strong | |
| | interest in the Global Performance Marketing S'+1748, | |
| | 'closing': 'Sincerely,\nSamkit S Shah' | |
| | } | |
| | } | |
| | strict = None | |
| +-------------------------------------------------------------------------+ |
+-----------------------------------------------------------------------------+
ValidationError: 1 validation error for ResumeSchema
projects.0.dates
Input should be a valid string [type=string_type, input_value=2025,
input_type=int]
For further information visit
https://errors.pydantic.dev/2.12/v/string_type