# yaml-language-server: $schema=https://unpkg.com/engineercv@latest/lib/schema.json

# > All components
# A sample that shows all components available by default.

basics:
  name: Jane Smith
  email: jane.smith@example.com
  phone: "+1 (555) 123-4567"
  url: https://jane.smith.dev
  summary: |
    Full-stack developer with expertise in modern web technologies and a passion for open source contributions.
  location:
    address: 123 Main St
    postalCode: '94101x'
    city: San Francisco
    countryCode: US
    region: CA
  profiles:
    - network: LinkedIn
      username: janesmith
      url: https://linkedin.com/in/janesmith
    - network: GitHub
      username: janesmith
      url: https://github.com/janesmith

output: ../out/{{ source.name }}.pdf

skills:
  - name: Programming Languages
    keywords:
      - JavaScript
      - TypeScript
      - Python
      - Java
  - name: Frameworks & Libraries
    keywords:
      - React
      - Node.js
      - Express
      - Django
  - name: Tools & Technologies
    keywords:
      - Git
      - Docker
      - AWS
      - Kubernetes

work:
  - position: Senior Software Engineer
    name: Tech Innovations Inc.
    location: San Francisco, CA
    startDate: 2021/01
    summary: Leading a team of developers to build scalable web applications and microservices.
    highlights:
      - Led development of microservices architecture
      - Mentored junior developers
  - position: Software Engineer
    name: Web Solutions Ltd.
    location: New York, NY
    startDate: 2018/06
    endDate: 2020/12
    summary: |
      Developed scalable web applications using React and Node.js, focusing on performance optimization and user experience.
    highlights:
      - Developed scalable web applications using React and Node.js
      - Improved application performance by optimizing database queries

volunteer:
  - organization: Code for Good
    position: Volunteer Developer
    url: https://codeforgood.org
    startDate: 2020/01
    endDate: 2023/12
    summary: Contributed to open source projects that help non-profit organizations.
    highlights:
      - Developed web applications for local charities
      - Awarded 'Volunteer of the Month' twice

education:
  - institution: University of Technology
    url: https://universityoftechnology.edu
    area: Computer Science
    studyType: Bachelor's Degree
    startDate: 2014/09
    endDate: 2018/05
    score: 3.8/4.0
    courses:
      - Data Structures and Algorithms
      - Web Development
      - Database Management Systems
  - institution: Advanced Coding Academy
    url: https://advancedcodingacademy.com
    area: Full Stack Development
    studyType: Certificate
    startDate: 2019/01
    endDate: 2019/12
    score: 4.0/4.0

awards:
  - title: Best Innovation Award
    date: 2023/11
    awarder: Tech Conference 2023
    summary: Recognized for innovative approach to solving complex problems.
  - title: Outstanding Contribution to Open Source
    date: 2022/05
    awarder: Open Source Initiative
    summary: Acknowledged for significant contributions to various open source projects.

certificates:
  - name: AWS Certified Solutions Architect
    date: 2023/06
    issuer: Amazon Web Services
    url: https://aws.amazon.com/certification/
  - name: Certified Kubernetes Administrator
    date: 2022/09
    issuer: Cloud Native Computing Foundation
    url: https://www.cncf.io/certification/cka/

publications:
  - name: "Modern Web Development Practices"
    publisher: Tech Journal
    releaseDate: 2023/03
    url: https://techjournal.com/modern-web-dev
    summary: An article about current best practices in web development.

languages:
  - language: English
    fluency: Native speaker
  - language: Spanish
    fluency: Conversational
  - language: French
    fluency: Basic

interests:
  - name: Technology
    keywords:
      - Machine Learning
      - Cloud Computing
      - Open Source
  - name: Hobbies
    keywords:
      - Photography
      - Hiking
      - Cooking

references:
  - name: John Doe
    date: 2023/10
    reference: "Jane is an exceptional developer with strong technical skills and excellent communication abilities. She consistently delivers high-quality work and is a valuable team member."
  - name: Sarah Johnson
    date: 2023/10
    reference: "I highly recommend Jane for any software engineering position. Her problem-solving skills and attention to detail are outstanding."

projects:
  - name: Kanban Board Application
    startDate: 2023/01
    endDate: 2023/06
    description: |
      Developed a Kanban board application using React and Node.js, implementing drag-and-drop functionality for task management.
    highlights:
      - Implemented real-time updates using WebSockets
      - Integrated with a RESTful API for task management
    url: https://github.com/janesmith/kanban-board
  - name: E-commerce Website
    startDate: 2021/03
    endDate: 2021/12
    description: |
      Built a full-featured e-commerce website using Django and React, focusing on user experience and
      performance optimization.
    highlights:
      - Implemented user authentication and payment processing
      - Optimized database queries for faster load times
    url: https://github.com/janesmith/e-commerce-website