111 lines
2.7 KiB
TeX
111 lines
2.7 KiB
TeX
\documentclass[]{2colscv}
|
||
|
||
\usepackage{enumitem}
|
||
|
||
\begin{document}
|
||
|
||
%%%%%%%%%%%%%%%%%
|
||
%%PROFILE SIDE BAR%%
|
||
%%%%%%%%%%%%%%%%%
|
||
|
||
\profilepic{photo-placeholder.jpeg}
|
||
\cvname{John Doe}
|
||
\cvjobtitle{}
|
||
\cvdate{}
|
||
\cvaddress{123 Example Street, 00000 City}
|
||
\cvnumberphone{+00 (0)0 000 00 00}
|
||
\cvmail{john.doe@example.com}
|
||
\cvsite{https://example.com}
|
||
\cvgit{https://git.example.com/johndoe}
|
||
\cvctf{https://www.root-me.org/JohnDoe}
|
||
|
||
\aboutme{
|
||
Computer science enthusiast and open-source contributor.
|
||
}
|
||
|
||
\langskills{
|
||
English/C2/native,
|
||
French/C1,
|
||
Spanish/B2,
|
||
German/B1
|
||
}
|
||
|
||
\references{
|
||
teacher1@mail.com/Doctor in computer science,
|
||
teacher2@mail.com/Doctor in mathematics,
|
||
mentor@example.org/CTO of company A
|
||
}
|
||
|
||
\makeprofile
|
||
%%%%%%%%%%%%%%%%%%%%
|
||
%%END PROFILE SIDE BAR%%
|
||
%%%%%%%%%%%%%%%%%%%%
|
||
|
||
%%%%%%%%%%%%%%%%%%%%
|
||
%%%%%%%%BODY%%%%%%%%
|
||
%%%%%%%%%%%%%%%%%%%%
|
||
|
||
\section{Experience}
|
||
\begin{experience}
|
||
\experienceitem
|
||
{2024}
|
||
{ExampleTech Corp}
|
||
{internship (3 months)}
|
||
{Software developer intern, worked on web applications and APIs.}
|
||
\experienceitem
|
||
{2022}
|
||
{Tech Solutions Ltd}
|
||
{part-time contract (2 months)}
|
||
{Assisted in system administration and cloud infrastructure management.}
|
||
\end{experience}
|
||
|
||
\section{Education}
|
||
\begin{experience}
|
||
\experienceitem
|
||
{2025-ongoing}
|
||
{Master’s Degree, Computer Science}
|
||
{Example University}
|
||
{First year passed with distinction.}
|
||
\experienceitem
|
||
{2022-2025}
|
||
{Bachelor’s Degree, Computer Science}
|
||
{Example University}
|
||
{Graduated with honours, GPA: 3.8/4.0}
|
||
\experienceitem
|
||
{2018-2022}
|
||
{High School Diploma}
|
||
{Example High School}
|
||
{Scientific major, graduated with distinction.\\
|
||
Participated in robotics and coding clubs.}
|
||
\end{experience}
|
||
|
||
\section{Skills}
|
||
\begin{enumerate}[itemsep=5pt, label={}]
|
||
\item \textbf{Programming Languages}
|
||
\begin{enumerate}[itemsep=-5pt, label={}]
|
||
\item Python, Java, C++
|
||
\item JavaScript (React, Node.js)
|
||
\item SQL - MySQL, PostgreSQL
|
||
\end{enumerate}
|
||
\item \textbf{Tools/Software}
|
||
\begin{enumerate}[itemsep=-5pt, label={}]
|
||
\item Git, Docker, Kubernetes
|
||
\item Linux administration (Ubuntu, Debian)
|
||
\item LaTeX, VSCode
|
||
\item Cloud platforms: AWS, GCP
|
||
\end{enumerate}
|
||
\end{enumerate}
|
||
|
||
\section{Interests}
|
||
\begin{enumerate}[itemsep=5pt, label={}]
|
||
\item \textbf{Open Source: } Contributing to small open-source projects and learning new technologies.
|
||
\item \textbf{Electronics: } Building DIY electronics projects with microcontrollers and sensors.
|
||
\item \textbf{3D Printing: } Designing and printing prototype parts using FDM printers.
|
||
\end{enumerate}
|
||
|
||
%%%%%%%%%%%%%%%%%%%%
|
||
%%%%%ENDBODY%%%%%%%%
|
||
%%%%%%%%%%%%%%%%%%%%
|
||
|
||
\end{document}
|