Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
resume
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sadman Kazi
resume
Commits
11f236d1
Commit
11f236d1
authored
Sep 22, 2017
by
Sadman Kazi
🎸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typoes and separate png generation
parent
5d7751ab
Pipeline
#159
failed with stage
in 2 minutes and 18 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
6 deletions
+17
-6
.gitlab-ci.yml
.gitlab-ci.yml
+13
-2
experience.tex
cv-sections/experience.tex
+3
-3
skills.tex
cv-sections/skills.tex
+1
-1
No files found.
.gitlab-ci.yml
View file @
11f236d1
...
...
@@ -8,8 +8,6 @@ cache:
-
build/
before_script
:
-
export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
-
apt-get update -qq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y -qq poppler-utils
-
lualatex -v
build
:
...
...
@@ -23,3 +21,16 @@ build:
artifacts
:
paths
:
-
build/
deploy
:
stage
:
deploy
before_script
:
-
export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
-
apt-get update -qq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y -qq poppler-utils
script
:
-
cd build
-
pdftoppm -rx 300 -ry 300 -png resume_cv.pdf resume
artifacts
:
paths
:
-
build/
cv-sections/experience.tex
View file @
11f236d1
...
...
@@ -25,7 +25,7 @@ System and Architecture Team
\item
[]
\item
{
Rewrote
\&
optimized legacy C simulator code to maintainable object-oriented
\textbf
{
C++11
}
code, running
\textbf
{
15
\%
faster
}}
\item
{
Added modular builds (using CMake)
\&
multiprocess automated test scripts in Python
}
\item
{
Worked on mapping
\textbf
{
Keras deep learning models
}
\&
\textbf
{
Ten
f
orFlow operators
}
to C++ models runnable on Wave chips
}
\item
{
Worked on mapping
\textbf
{
Keras deep learning models
}
\&
\textbf
{
Ten
s
orFlow operators
}
to C++ models runnable on Wave chips
}
\item
{
Deployed continuous integration (CI) pipelines that sped up developer workflow for multiple projects
}
\item
{
Mentored coworkers on how to improve collaboration, code quality
\&
workflow through use of git, code reviews
\&
CI
}
\end{cvitems}
...
...
@@ -44,9 +44,9 @@ Wireless LAN Infrastructure Team
\begin{cvitems}
\item
[]
\item
{
Implemented REST API in Java for configuring WLAN controller settings
}
\item
{
Developed internal error-handling framework in Java to catch
\textbf
{
75
\%
more
}
errors (previously uncaught)
}
\item
{
Developed
an
internal error-handling framework in Java to catch
\textbf
{
75
\%
more
}
errors (previously uncaught)
}
\item
{
Deployed unit (JS/Postman)
\&
functional testing (Python/Selenium) frameworks to increase test coverage by
\textbf
{
10x
}}
\item
{
Mentored
my
team on how to extend
\&
incorporate the testing frameworks into their workflow
}
\item
{
Mentored team on how to extend
\&
incorporate the testing frameworks into their workflow
}
\end{cvitems}
}
{
https://extremenetworks.com
}
...
...
cv-sections/skills.tex
View file @
11f236d1
...
...
@@ -19,7 +19,7 @@
\cvskill
{
Technologies
}
{
OpenGL, Android, STL, Boost, Qt, GTK+, Maven, CMake, Arduino, PostgreSQL, Game Engines: Stingray, Unity, Unreal
}
{
OpenGL, Android, STL, Boost, Qt, GTK+, Maven, CMake, Arduino, PostgreSQL, Game Engines: Stingray, Unity, Unreal
}
%------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment