From 60bfc1ecd2a2b66cdce74cfa1846e718a41cfea5 Mon Sep 17 00:00:00 2001 From: "Sangave, Vishal" Date: Thu, 26 Jan 2017 23:33:02 +0530 Subject: [PATCH] added more stuff --- examples/resume.tex | 14 ++++++------ examples/resume/education.tex | 42 ++++++++++++++++++++++++++++++---- examples/resume/experience.tex | 5 ++-- examples/resume/summary.tex | 4 ++-- examples/resume/technical.tex | 13 +++++++++++ 5 files changed, 62 insertions(+), 16 deletions(-) create mode 100644 examples/resume/technical.tex diff --git a/examples/resume.tex b/examples/resume.tex index 1525e9c..f1e938c 100644 --- a/examples/resume.tex +++ b/examples/resume.tex @@ -59,9 +59,9 @@ \mobile{(+91) 99-2242-5466} \email{vishalsangave07@gmail.com} -\homepage{https://about.me/vishal.sangave} +\linkedin{vishal-sangave-5357b81b} \github{vishalsangave} -\linkedin{vishal-sangave} +\homepage{about.me/vishal.sangave} % \gitlab{gitlab-id} \stackoverflow{799297}{lah2iv} % \twitter{@twit} @@ -93,12 +93,12 @@ %------------------------------------------------------------------------------- \input{resume/summary.tex} \input{resume/experience.tex} -\input{resume/honors.tex} -\input{resume/presentation.tex} -\input{resume/writing.tex} -\input{resume/committees.tex} \input{resume/education.tex} -\input{resume/extracurricular.tex} +\input{resume/technical.tex} +%\input{resume/presentation.tex} +%\input{resume/writing.tex} +%\input{resume/committees.tex} +%\input{resume/extracurricular.tex} %------------------------------------------------------------------------------- diff --git a/examples/resume/education.tex b/examples/resume/education.tex index df506d9..fb3a7c3 100644 --- a/examples/resume/education.tex +++ b/examples/resume/education.tex @@ -11,13 +11,45 @@ %--------------------------------------------------------- \cventry - {B.S. in Computer Science and Engineering} % Degree - {POSTECH(Pohang University of Science and Technology)} % Institution - {Pohang, S.Korea} % Location - {Mar. 2010 - Exp. Aug. 2017} % Date(s) + {Master of Engineering in Computer Science and Engineering} % Degree + {Pune University)} % Institution + {Pune, India} % Location + {2015} % Date(s) { \begin{cvitems} % Description(s) bullet points - \item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.} + \item {Presented paper on "Automating Test Automation" at PgCON} + \end{cvitems} + } + + \cventry + {Bachelor of Engineering in Computer Science and Engineering} % Degree + {Pune University)} % Institution + {Pune, India} % Location + {2010} % Date(s) + { + \begin{cvitems} % Description(s) bullet points + \item {Completed Bachelor with 55.26%} + \end{cvitems} + } + + \cventry + {HSC in Science} % Degree + {Maharashtra Board)} % Institution + {Pune, India} % Location + {2005} % Date(s) + { + \begin{cvitems} % Description(s) bullet points + \item {Completed with 61.67%} + \end{cvitems} + } + \cventry + {SSC} % Degree + {Maharashtra Board)} % Institution + {Pune, India} % Location + {2003} % Date(s) + { + \begin{cvitems} % Description(s) bullet points + \item {Completed with 66.80%} \end{cvitems} } diff --git a/examples/resume/experience.tex b/examples/resume/experience.tex index 8b8fe3b..44f70ed 100644 --- a/examples/resume/experience.tex +++ b/examples/resume/experience.tex @@ -18,6 +18,7 @@ { \begin{cvitems} % Description(s) of tasks/responsibilities \item {Ownership of feature in release, following whole STLC for owned feature.} + \item {OWASP 20 Security Testing on ODI Web Application.} \item {Created a new framework for Reporting product using Selenium, Gauge and Java.} \item {Added multiple features in the framework as per the project structure. CLI driver for ETL automation.} \item {Installation and configuration of product on Unix Systems. Writing scripts to automate the installation and configuration steps.} @@ -66,8 +67,8 @@ \cventry {Tester} % Job title {SQS-India } % Organization - {Seoul, S.Korea} % Location - {Dec. 2011 - Feb. 2012} % Date(s) + {Pune, India} % Location + {Jun. 2010 - Apr. 2011} % Date(s) { \begin{cvitems} % Description(s) of tasks/responsibilities \item {Functionality testing and finding different kinds of defects in the project.} diff --git a/examples/resume/summary.tex b/examples/resume/summary.tex index 4c0ed4b..c42c847 100644 --- a/examples/resume/summary.tex +++ b/examples/resume/summary.tex @@ -11,7 +11,7 @@ %--------------------------------------------------------- \begin{itemize} - \item {Expertise of Agile Testing \textbf{Selenium} and \textbf{Web Services} Automation Tool.} + \item {Expertise of Agile Testing \textbf{Selenium} and \textbf{Web Services} Automation Tool with 6+ years exp.} \item {Selenium used with \textbf{PHP, Java, C\#.net} and developed frame work for each.} @@ -27,7 +27,7 @@ \item {Highly organized, versatile and results-oriented team player with an energetic and articulate approach to testing. \textbf{Quick learner}, good communication skills, interpersonal skills.} - \item {Almost 6+ years of Software testing experience.} + \item {OWASP Testing using ZAP tools} \item {Have strong problem solving capabilities and analytical skills.} diff --git a/examples/resume/technical.tex b/examples/resume/technical.tex new file mode 100644 index 0000000..84a8526 --- /dev/null +++ b/examples/resume/technical.tex @@ -0,0 +1,13 @@ +%------------------------------------------------------------------------------- +% SECTION TITLE +%------------------------------------------------------------------------------- +\cvsection{Technical Expertise} +\begin{cvparagraph} +\begin{itemize} +\item {\textbf{Operating System}: Windows 7 and CentOS 6/7} +\item {\textbf{Languages}: C\#.NET, Core Java, PHP, C\+\+, HTML, Basic knowledge of JavaScript, JQuery ASP.NET, Python, XML, VB Script, Shell script, Ant} +\item {\textbf{Automation Tools}: Selenium, Selenium Web Drivers \(Java\), Sahi, REST Assured, Robotium, Quick Test Professional, JMeter} +\item {\textbf{Bug Tracking Tools}: JIRA, Rally, DevTrack, Bugzilla } +\item {\textbf{Database}: MYSQL, Postgres, Derby, SQL Server.} +\end{itemize} +\end{cvparagraph} \ No newline at end of file