yoyo106

latest cv

Aug 28th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 4.94 KB | None | 0 0
  1.  
  2. \documentclass[margin]{res}  
  3.  
  4. % Default font is the helvetica postscript font
  5. \usepackage{helvet}
  6.  
  7. % Increase text height
  8. \textheight=700pt
  9.  
  10. \begin{document}
  11.  
  12. %-------------------------------------------------------------------------------
  13. %   NAME AND ADDRESS SECTION
  14. %-------------------------------------------------------------------------------
  15. \name{Youssef Hussein Abd El-Salam}
  16.  
  17. % Note that addresses can be used for other contact information:
  18. % -phone numbers
  19. % -email addresses
  20. % -linked-in profile
  21.  
  22. \address{
  23. LinkedIn: \url{https://www.linkedin.com/in/youssefhussein}
  24. \\
  25. Github:      \url{https://www.github.com/youssefhusseinn}
  26. \\
  27. }
  28. \address{youssef.hussein42@gmail.com \\(+20) 1553126905 Alexandria, Egypt\\}
  29.  
  30. % Uncomment to add a third address
  31. %\address{Address 3 line 1\\Address 3 line 2\\Address 3 line 3}
  32. %-------------------------------------------------------------------------------
  33.  
  34. \begin{resume}
  35.  
  36. %-------------------------------------------------------------------------------
  37. %   EDUCATION SECTION
  38. %-------------------------------------------------------------------------------
  39. \section{EDUCATION}
  40. {2017--Present(2022) }\newline{Bachelor of Engineering}\newline{Computer and Communications Engineering}\newline{Faculty of Engineering, Alexandria  University, Egypt}\newline{{\textbf{Overall GPA} -- 3.65/4.00}}
  41.  
  42. \newline
  43.  
  44. %-------------------------------------------------------------------------------
  45.  
  46. %-------------------------------------------------------------------------------
  47. % Modify the format of each position
  48. \begin{format}
  49. \title{l}\\
  50. \dates{l}\location{r}\\
  51. \body\\
  52. \end{format}
  53.  
  54. \section{RELEVANT\\COURSES}
  55. \par
  56. \normalfont{\textbullet{} Computer Programming(Basic C) -- 3.70/4.00(A-)}\\
  57. \normalfont{ \textbullet{} Programming I(Advanced C) -- 4.00/4.00(A+)}\\
  58. \normalfont{\textbullet{} Discrete Structures for Computing -- 4.00/4.00(A+)}\\
  59. \normalfont{\textbullet{} Data Structures I(C/C++) -- 4.00/4.00(A+)}\\
  60. \normalfont{ \textbullet{} Programming II(Java) -- 4.00/4.00(A)}\\
  61. \normalfont{ \textbullet{} Data Structures II(C++/Java) -- 4.00/4.00(A+)}
  62. \newline
  63.  
  64. %-------------------------------------------------------------------------------
  65. \\
  66. \section{PROJECTS}
  67. \employer{LNMIIT}
  68. \location{}
  69. \title{\textbf{Spelling Checker \hfill April 2020}
  70. }
  71. \begin{position}
  72. % \begin{itemize}
  73. A \textbf{Java} implementation of Red-Black Trees. Used as a dictionary, user can store words if they aren't present, or look them up.
  74. % \end{itemize}
  75. \end{position}
  76.  
  77. \employer{LNMIIT}
  78. \location{}
  79. \title{\textbf{Fruit Ninja\hfill May 2019}
  80. }
  81. \begin{position}
  82. % \begin{itemize}
  83. \textbf{Java} based recreation of the well known mobile game during Programming II course. Object-oriented model was designed and OOP concepts were applied. Different types of fruit fly across the screen and the user tries to slice them using the mouse cursor, avoiding exploding bombs. Numerous design patterns were used like factory, singleton, command, memento and strategy.
  84. % \end{itemize}
  85. \end{position}
  86.  
  87. \employer{LNMIIT}
  88. \location{}
  89. \title{\textbf{River Crossing Puzzle \hfill April 2019}
  90. }
  91. \begin{position}
  92. % \begin{itemize}
  93. \textbf{Java} based two-dimensional puzzle game created in Programming II course. Object-oriented model was designed for the game with different OOP concepts applied. \\Various stories and level difficulties. In order to win, the user has to follow the level's instructions. DOM parser was used for writing and XML for reading from files.
  94. % \end{itemize}
  95. \end{position}
  96.  
  97. \employer{LNMIIT}
  98. \location{}
  99. \title{\textbf{Commuting Application \hfill March 2019}
  100. }
  101. \begin{position}
  102. % \begin{itemize}
  103. A very simple \textbf{Java} application in Programming II course. Used by different users, customers to book their tickets and means of transportation, managers to create/delete/edit trips and assign them to drivers, and drivers to check trips assigned to them. In addition, files were used to read/write information.
  104. % \end{itemize}
  105. \end{position}
  106. %-------------------------------------------------------------------------------
  107.  
  108. %   COMPUTER SKILLS SECTION
  109. %-------------------------------------------------------------------------------
  110. \section{TECHNICAL\\SKILLS}
  111.  
  112.  
  113. \textbf{Proficient: }
  114. \\
  115. \textbullet{ C/C++}
  116. \hspace{5mm}\textbullet{ Java}
  117. \\
  118. \\
  119. \textbf{Familiar:}
  120. \\
  121. \hspace{5.5mm}\textbullet{ Kotlin}
  122. \hspace{5.99mm} \textbullet{  Python}
  123. \hspace{5.8mm}\textbullet{ JavaScript}
  124. \\
  125. \textbullet{ HTML}
  126. \hspace{6.5mm}\textbullet{ CSS}
  127. \\
  128. \\
  129. \textbf{General Knowledge: }
  130. \\
  131. \textbullet{ Android Development}
  132. \hspace{1.84cm}
  133. \textbullet{ Problem Solving Techniques}
  134. \\
  135. \textbullet{ Object Oriented Programming}
  136. \hspace{0.5cm}
  137. \textbullet{ Data Structures and Algorithms}
  138. %   COMPUTER SKILLS SECTION
  139. %-------------------------------------------------------------------------------
  140. \section{CONTESTS}
  141. \textbullet{ ACPC Regional Contest 2019}
  142. \newline
  143. \end{resume}
  144. \(\)\end{document}
Add Comment
Please, Sign In to add comment