Skip to content

Commit c7c1800

Browse files
author
Kalinga
committed
Resume for MS
1 parent 4fa22b8 commit c7c1800

1 file changed

Lines changed: 12 additions & 43 deletions

File tree

projects/cv_generator/src/generateCV.py

Lines changed: 12 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,13 @@ def pageheading():
6868
def intro():
6969
return \
7070
'''
71-
<h4>SPECIALIST</h4>
72-
<p>Software engineer with 10 years' experience in IT industry, in various domains,
73-
specializing in Car Multimedia application and Mobile application development.
74-
1.5yrs of working and living experience in Hildesheim, Germany. Possess strong motivation
75-
towards learning German language and have completed A2 (Deutsche Sprache)
71+
<h4>CAREER OBJECTIVE</h4>
72+
<p> To pursue a Master’s Degree in the field of applied Computer science such as Data Analysis, Data science,
73+
which would enhance my existing skills, give me practical exposure of utilizing the theoretical concepts
74+
taught during Undergraduate course (as well as self taught in the recent past) in a real time environment.
75+
And hone my professional skills that I have gained while working as Software engineer in IT industry for
76+
last 10 years. Also want to spent some more time learning and living in German society as my last 1.5yrs
77+
of stay in Hildesheim, Germany was great and enriching in terms of personal and professional life.
7678
</p>
7779
'''
7880

@@ -85,13 +87,11 @@ def technical():
8587
<li>Domain Specific Language (DSL) development using Core Java, Xtend/Xtext</li>
8688
<li>Integration Test framework development using Python</li>
8789
<li>HMI Application development for Linux, Symbian, MeeGo devices</li>
88-
<li>GUI development using QT, QML, gtk, UIQ, S60</li>
8990
<li>Sound knowledge of HTML, CSS, XML, Java Script</li>
9091
<li>Git, ClearCase, Subversion,Eclipse, Carbide, CodeWarior etc..</li>
9192
<li>Make, CMake, Boost Library</li>
9293
<li>TDD, Unit testing (JUnit, Google Test), Integration Testing</li>
9394
<li>Agile methodologies, Scrum, Planning & Estimation, CI(Jenkins)</li>
94-
<li>Sound knowledge of productivity tools like puppet, vagrant</li>
9595
<li>Disigning using UML, Enterprise Architect</li>
9696
<li>Working knowledge of Android, Shell script, Perl, Data Analysis and Machine Learning</li>
9797
@@ -109,7 +109,6 @@ def functional():
109109
<li>Interface Test Automation</li>
110110
<li>Media Player and Media Gallery</li>
111111
<li>Webkit based web browser</li>
112-
<li>Predictive Input method solution</li>
113112
</ul>
114113
<hr>
115114
'''
@@ -121,7 +120,6 @@ def keyresponsibilities():
121120
<li>Participation in the Sprint Planning (Agile) and Review</li>
122121
<li>Design (using UML) and Design review</li>
123122
<li>Coding(C, C++, Java, Python/Linux), code review, unit testing and documentation.</li>
124-
<li>Responsible for feature development of various product.</li>
125123
<li>Test Plan and Test Automation</li>
126124
</ul>
127125
<hr>
@@ -252,28 +250,11 @@ def projects():
252250
'''
253251

254252

255-
def personal():
253+
def personalDelaration():
256254
return \
257255
'''
258-
<h5>PERSONAL DETAILS</h5>
259-
<table>
260-
<tr>
261-
<td>Date of Birth</td>
262-
<td>02 June 1983</td>
263-
</tr>
264-
<tr>
265-
<td>Marital Status</td>
266-
<td>Married</td>
267-
</tr>
268-
<tr>
269-
<td>Languages Known</td>
270-
<td>English, Hindi and Oriya, German(A2)</td>
271-
</tr>
272-
<tr>
273-
<td>Passport Number</td>
274-
<td>G6513632</td>
275-
</tr>
276-
</table>
256+
<h5>DECLARATION</h5>
257+
<p>I do hereby declare that the above information is true to the best of my knowledge.</p>
277258
'''
278259

279260
def htmlend():
@@ -326,6 +307,7 @@ def skeleton():
326307
+ projects() \
327308
+ certificates() \
328309
+ educations() \
310+
+ personalDelaration() \
329311
+ footer(contact_email, contact_name,
330312
datetime.datetime.today().strftime('%d %b %y %H:%M')) \
331313
+ htmlend()
@@ -335,17 +317,4 @@ def skeleton():
335317

336318
f.write(message)
337319

338-
manager_name = ''
339-
company_name = ""
340-
def cover_page():
341-
return \
342-
htmlstart(contact_name) + \
343-
mycover(manager_name, company_name) + \
344-
htmlend()
345-
346-
347-
with open(cover,'w+') as f:
348-
message = cover_page()
349-
f.write(message)
350-
351-
pdfkit.from_file(html_file, pdf_file, cover=cover, cover_first=True)
320+
pdfkit.from_file(html_file, pdf_file)

0 commit comments

Comments
 (0)