Browse Source

Updated CV

master
Yigit Colakoglu 2 years ago
parent
commit
7ddb56092a
5 changed files with 54 additions and 13 deletions
  1. BIN
      main.pdf
  2. +3
    -3
      main.tex
  3. +2
    -2
      sections/languages.tex
  4. +45
    -5
      sections/projects.tex
  5. +4
    -3
      sections/skills.tex

BIN
main.pdf View File


+ 3
- 3
main.tex View File

@ -35,12 +35,12 @@
% \import{sections/}{profile.tex}
\import{sections/}{education.tex}
\import{sections/}{experience.tex}
\import{sections/}{projects.tex}
\import{sections/}{awards.tex}
\pagebreak
% Page Two
\import{sections/}{awards.tex}
\import{sections/}{activities.tex}
\import{sections/}{languages.tex}
\import{sections/}{skills.tex}
% \import{sections/}{references.tex}
\import{sections/}{projects.tex}
\end{document}

+ 2
- 2
sections/languages.tex View File

@ -2,7 +2,7 @@
\section{Languages}
\denseouterlist{
\entry{\textbf{English: } Proficient}%, TOEFL iBT score: 112/120}
\entry{\textbf{Turkish: } Mother tongue, native speaker}
\entry{\textbf{English: } Proficient, IELTS Score: C2}
\entry{\textbf{Turkish: } Mother tongue, Native Speaker}
\entry{\textbf{French: } Conversational, DELF level: B1}
}

+ 45
- 5
sections/projects.tex View File

@ -1,9 +1,6 @@
\section{Projects}
Access project links on my website \website{theFr1nge.com}
\vspace{1em}
\begin{minipage}[t]{0.505\textwidth}
\outerlist{
@ -65,8 +62,51 @@ Access project links on my website \website{theFr1nge.com}
\outerlist{
\entrybig[\textbullet]
{\link{https://github.com/theFr1nge/massurl}{\textbf{massurl}} (Algorithms/C, 2021)}{}
{A web application reconnaissance tool.}{}
{\link{https://github.com/theFr1nge/massurl}{\textbf{massurl}} (C, 2021)}{}
{A tool for sorting and analyzing a large number of URLs.}{}
}
\end{minipage}
\vspace{1em}
\begin{minipage}[t]{0.505\textwidth}
\outerlist{
\entrybig[\textbullet]
{\textbf{Brainfuck Interpreter} (x86 Assembly, 2021)}{}
{A JIT Brainfuck compiler with optimizations.}{}
}
\end{minipage}
\begin{minipage}[t]{0.48\textwidth}
\outerlist{
\entrybig[\textbullet]
{\textbf{Froggie} (x86 Assembly, 2021)}{}
{A clone of the retro game frogger made with assembly.}{}
}
\end{minipage}
\vspace{1em}
\begin{minipage}[t]{0.505\textwidth}
\outerlist{
\entrybig[\textbullet]
{\textbf{Quizz!} (Spring Boot/JavaFX, 2022)}{}
{A multiplayer trivia game using HTTP polling.}{}
}
\end{minipage}
\begin{minipage}[t]{0.48\textwidth}
\outerlist{
\entrybig[\textbullet]
{\textbf{DelftBlue API} (Spring Boot, 2023)}{}
{An API for managing the Delft Blue Supercomputer.}{}
}
\end{minipage}

+ 4
- 3
sections/skills.tex View File

@ -2,7 +2,8 @@
\section{Skills}
\denseouterlist{
\entry{\textbf{Programming: } Python, C, C++, NodeJS, Java, PHP, Go, Bash, x86 Assembly}
\entry{\textbf{Tools/Techs: } LaTeX, Git, SQL, NoSQL, Linux/Unix, IDA, Ghidra, BurpSuite, Wireshark}
\entry{\textbf{Web: } Flask, VueJS, JavaScript, SpringBoot, HTML, CSS}
\entry{\textbf{Programming Languages: } Python, C, C++, JavaScript, Java, PHP, Bash, x86 Assembly, SQL}
\entry{\textbf{Frameworks: } Flask, VueJS, Spring Boot, JavaFX}
\entry{\textbf{Tools: } LaTeX, Git, Linux/Unix, IDA, Ghidra, BurpSuite, Wireshark}
\entry{\textbf{Skills: } Agile Methodologies, Security Research, Reverse Engineering, Binary Exploitation}
}

Loading…
Cancel
Save