mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-04 12:52:35 +08:00
feat(resume): add skills section to resume template
- Introduced a new skills section in skills.tex - Updated resume.tex to include the skills section
This commit is contained in:
parent
a815c10d93
commit
e4d3295e0c
4 changed files with 27 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -97,6 +97,7 @@
|
|||
% Each section is imported separately, open each file in turn to modify content
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{resume/summary.tex}
|
||||
\input{resume/skills.tex}
|
||||
\input{resume/experience.tex}
|
||||
% \input{resume/honors.tex}
|
||||
% \input{resume/certificates.tex}
|
||||
|
|
|
|||
26
examples/resume/skills.tex
Normal file
26
examples/resume/skills.tex
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Skills and Technologies}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
|
||||
%---------------------------------------------------------
|
||||
\begin{cvskills}
|
||||
\cvskill{Programming Languages}{JavaScript, TypeScript}
|
||||
\cvskill{Frontend}{React, Next.js, TailwindCSS}
|
||||
\cvskill{Backend Frameworks}{Express.js, Nest.js}
|
||||
\cvskill{Databases}{PostgreSQL, MySQL, MongoDB, Redis}
|
||||
\cvskill{Web Technologies}{RESTful APIs, WebSockets, JSON, XML, OAuth2, JWT}
|
||||
% \cvskill{Networking \& Protocols}{TCP/IP, HTTP, WebRTC, MQTT}
|
||||
\cvskill{Cloud \& DevOps}{AWS (ECS, Lambda, RDS), Azure, Kubernetes, Docker, Terraform, CI/CD (Jenkins, GitHub Actions)}
|
||||
% \cvskill{Messaging \& Event Streaming}{RabbitMQ, Apache Kafka, Apache Avro}
|
||||
\cvskill{Testing \& Performance}{Testcontainers, JUnit, GoMock, JMeter, Load Testing}
|
||||
% \cvskill{Security \& Compliance}{OAuth2, OpenAPI, GDPR, PCI DSS}
|
||||
\cvskill{Methodologies}{Agile, Scrum, Kanban, TDD, BDD}
|
||||
\end{cvskills}
|
||||
|
||||
%---------------------------------------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue