% =============================================================================
% CV TEMPLATE — ENGLISH
% Compile with: pdflatex cv_en.tex
% =============================================================================
\documentclass[a4paper,10pt]{article}
% --- Packages ----------------------------------------------------------------
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[margin=1.8cm]{geometry}
\usepackage{paracol}
\usepackage{titlesec}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{parskip}
\usepackage[none]{hyphenat}
\IfFileExists{inter.sty}{
\usepackage[sfdefault]{inter}
}{
\usepackage[scaled=0.95]{helvet}
}
\renewcommand{\familydefault}{\sfdefault}
% --- Colors ------------------------------------------------------------------
% Change these to adjust the overall color scheme.
\definecolor{textcolor}{HTML}{333333} % body text
\definecolor{headercolor}{HTML}{999999} % section headers, metadata
\definecolor{linkcolor}{HTML}{0066CC} % hyperlinks
\color{textcolor}
% --- PDF metadata ------------------------------------------------------------
% Update these with your own name and title.
\hypersetup{
colorlinks=true,
linkcolor=linkcolor,
urlcolor=linkcolor,
pdfauthor={Your Name}, % <-- your name
pdftitle={Your Name - CV} % <-- PDF title
}
% --- Section heading style (no need to edit) ---------------------------------
\titleformat{\section}
{\normalfont\footnotesize\bfseries\color{headercolor}\uppercase}
{}{0em}{}
\titlespacing*{\section}{0pt}{1.2em}{0.55em}
% =============================================================================
% COMMANDS — quick reference for editing
%
% \experienceitem{Company}{Role}{Location}{Dates}
% followed by \begin{cvitems} ... \end{cvitems}
%
% \educationitem{School}{Degree}{Year}
%
% \projectitem{Name}{Type/Subtitle}{Link}{Year}
% followed by \begin{cvitems} ... \end{cvitems}
%
% \orgitem{Organization}{Role}{Location}{Dates}
% followed by \begin{cvitems} ... \end{cvitems}
%
% \awarditem{Award Title}{Issuer / Organization}{Year}
%
% \softitem{Category}{Comma-separated skills}
%
% \contactline{Text or \href{url}{label}}
% =============================================================================
\newcommand{\cvname}[1]{\noindent{\LARGE\bfseries\color{black} #1}\par}
\newcommand{\cvtitle}[1]{\noindent{\normalsize\color{headercolor} #1}\par\vspace{0.5em}}
\newcommand{\cvsep}{\hspace{0.35em}\textcolor{headercolor}{\textperiodcentered}\hspace{0.35em}}
\newcommand{\experienceitem}[4]{%
\noindent\textbf{#1}\cvsep\textit{#2}\\
\noindent{\small\color{headercolor}#3\cvsep#4}\par\vspace{0.7em}
}
\newcommand{\educationitem}[3]{%
\noindent\textbf{#1}\\
{\noindent\small\color{headercolor}#2\\}
{\noindent\small\color{headercolor}#3\par}\vspace{0.7em}
}
\newcommand{\projectitem}[4]{%
\noindent\textbf{#1}\cvsep\textit{#2}\\
\noindent{\small\color{headercolor}#3 - #4}\par\vspace{0.7em}
}
\newcommand{\orgitem}[4]{%
\noindent\textbf{#1}\cvsep\textit{#2}\\
\noindent{\small\color{headercolor}#3\cvsep#4}\par\vspace{0.7em}
}
\newcommand{\awarditem}[3]{%
\noindent\textbf{#1}\\
{\noindent\small\color{headercolor}#2\\}
{\noindent\small\color{headercolor}#3\par}\vspace{0.7em}
}
\newcommand{\softitem}[2]{%
\noindent\textbf{#1}\\
{\noindent\small\color{headercolor}#2\par}\vspace{0.7em}
}
\newcommand{\contactline}[1]{\noindent #1\par\vspace{0.15em}}
\pagestyle{empty}
\setlist[itemize]{leftmargin=1em, itemsep=0pt, parsep=0pt, topsep=0pt}
\newenvironment{cvitems}{%
\begin{itemize}[leftmargin=1.25em, itemsep=0.2em, topsep=0.3em]
\small\color{headercolor}
}{%
\end{itemize}\vspace{0.2em}
}
% =============================================================================
\begin{document}
% =============================================================================
\raggedright
\hyphenpenalty=10000
\exhyphenpenalty=10000
\emergencystretch=3em
\columnratio{0.65}
\setlength{\columnsep}{1.5em}
% -----------------------------------------------------------------------------
% HEADER — name, title, summary (left) | contact info (right)
% -----------------------------------------------------------------------------
\begin{paracol}{2}
% -- Name & title --
\cvname{Alya Pranata}
\cvtitle{Software Engineer \cvsep Full-Stack and AI Enthusiast}
\vspace{0.8em}
% -- Professional summary --
{\raggedright\noindent Software engineer with hands-on experience in building web products from ideation to deployment. Strong in JavaScript and TypeScript ecosystems with practical knowledge of backend services and database design. Interested in shipping useful tools, improving product reliability, and integrating AI features into real workflows.\par}
\switchcolumn
% -- Contact info (right-aligned) --
\begin{flushright}
\contactline{Bandung, Indonesia}
\contactline{+62 812 3456 7890}
\contactline{\href{mailto:alya.pranata@example.com}{alya.pranata@example.com}}
\contactline{\href{https://alyapranata.dev}{alyapranata.dev}}
\contactline{\href{https://github.com/alyapranata}{github.com/alyapranata}}
\end{flushright}
\end{paracol}
\vspace{0.3em}
\noindent\textcolor{headercolor}{\rule{\textwidth}{0.4pt}}
\vspace{0.8em}
% -----------------------------------------------------------------------------
% EXPERIENCE (left) | EDUCATION (right)
% -----------------------------------------------------------------------------
\begin{paracol}{2}
\section{Experience}
% -- Experience 1 --
\experienceitem
{Nusantara Digital Labs}
{Frontend Engineer Intern}
{Jakarta / Remote}
{02/2025 - 07/2025}
\begin{cvitems}
\item Built internal dashboards using React and TypeScript, reducing manual reporting time by 30\%.
\item Collaborated with designers and backend engineers to deliver reusable UI components and API integrations.
\end{cvitems}
% -- Experience 2 --
\experienceitem
{PT Data Sistem Integrasi}
{Software Engineer Intern}
{Bandung, Indonesia}
{08/2024 - 12/2024}
\begin{cvitems}
\item Developed RESTful endpoints with Node.js and PostgreSQL for inventory and order tracking.
\item Wrote test cases and improved query performance for high-traffic pages.
\end{cvitems}
% Add more: copy an \experienceitem block + \begin{cvitems}...\end{cvitems}
\switchcolumn
\section{Education}
% -- Education 1 --
\educationitem
{Institut Teknologi Bandung}
{B.S. in Computer Engineering}
{2021 - Present}
% -- Education 2 --
\educationitem
{Dicoding Indonesia}
{Cloud and Back-End Developer Learning Path}
{2024}
% Add more: copy an \educationitem block
\end{paracol}
\vspace{0.8em}
% -----------------------------------------------------------------------------
% PROJECTS (left) | SOFTWARE / SKILLS (right)
% -----------------------------------------------------------------------------
\begin{paracol}{2}
\section{Projects}
% -- Project 1 --
\projectitem
{TaskFlow}
{Productivity Web App}
{\href{https://taskflow-demo.vercel.app}{taskflow-demo.vercel.app}}
{2025}
\begin{cvitems}
\item Implemented Kanban task management with real-time updates and role-based access.
\item Integrated authentication and activity logs for team collaboration workflows.
\end{cvitems}
% -- Project 2 --
\projectitem
{InsightHub}
{AI Knowledge Assistant}
{\href{https://insighthub-demo.vercel.app}{insighthub-demo.vercel.app}}
{2024}
\begin{cvitems}
\item Built semantic search and document Q\&A using vector embeddings and LLM API calls.
\item Added citation-based responses and dashboard analytics for user queries.
\end{cvitems}
% Add more: copy a \projectitem block + \begin{cvitems}...\end{cvitems}
\switchcolumn
\section{Software}
\softitem{Web}{React, Next.js, Node.js, TypeScript, Tailwind CSS}
\softitem{Data/AI}{PostgreSQL, MongoDB, Pinecone, OpenAI API}
\softitem{Tools}{Git, Linux, Docker, Vercel, Figma}
% Add more: \softitem{Category}{tool1, tool2, ...}
\end{paracol}
\vspace{0.8em}
% -----------------------------------------------------------------------------
% ORGANIZATION (left) | AWARDS (right)
% -----------------------------------------------------------------------------
\begin{paracol}{2}
\section{Organization}
% -- Organization 1 --
\orgitem
{Google Developer Student Clubs ITB}
{Core Team Member}
{Bandung, Indonesia}
{08/2022 - 07/2023}
\begin{cvitems}
\item Facilitated Flutter and Firebase study sessions for 150+ students and prepared weekly learning materials.
\item Coordinated the annual campus hackathon with 30 teams, including sponsorship outreach and mentor matching.
\end{cvitems}
% -- Organization 2 --
\orgitem
{ITB Robotics Society}
{Programming Division}
{Bandung, Indonesia}
{03/2022 - Present}
\begin{cvitems}
\item Developed control and telemetry modules in Python for line-follower and autonomous robot prototypes.
\item Managed Git workflow and code reviews for a 10-member programming team during competition cycles.
\end{cvitems}
% Add more: copy an \orgitem block + \begin{cvitems}...\end{cvitems}
\switchcolumn
\section{Awards}
% -- Award 1 --
\awarditem
{Dean's List}
{School of Electrical Engineering and Informatics, ITB}
{2024}
% -- Award 2 --
\awarditem
{1st Place, Innovation Hackathon}
{Institut Teknologi Bandung}
{2023}
% -- Award 3 --
\awarditem
{Google Cloud Study Jam}
{Distinguished Participant, Google Developer Student Clubs}
{2023}
% Add more: \awarditem{Title}{Issuer}{Year}
\end{paracol}
\end{document}

PDF Preview
Create an account to compile and preview