-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_data.yaml
More file actions
77 lines (69 loc) · 2.82 KB
/
example_data.yaml
File metadata and controls
77 lines (69 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: "John Doe"
title: "Senior Software Engineer"
contact:
phone: "+1 234 567 890"
email: "john.doe@example.com"
location: "New York, USA / Remote"
github: "github.com/johndoe"
linkedin: "linkedin.com/in/johndoe"
image: "assets/profile-picture.jpg"
summary: |
Senior Software Engineer with 8+ years of experience in building scalable web applications.
Expert in Python, React, and Cloud Architecture with a focus on high-performance systems.
I enjoy solving complex architectural problems and leading engineering teams towards excellence.
experience:
- role: "Senior Software Engineer"
company: "Tech-Forward Solutions"
period: "Jan 2019 – Present"
location: "New York, NY"
highlights:
- "Architected a microservices-based platform serving 1M+ active users, reducing latency by 40%."
- "Led a team of 6 developers in migrating a legacy monolith to a modern React/FastAPI stack."
- "Implemented CI/CD pipelines that reduced deployment time by 60% and improved code quality."
- role: "Software Developer"
company: "InnoSoft Systems"
period: "June 2016 – Dec 2018"
location: "Austin, TX"
highlights:
- "Developed core features for a real-time data processing engine using Python and Redis."
- "Optimized SQL queries and database indexing, resulting in a 30% improvement in API response times."
projects:
- name: "TaskMaster Pro"
link: "github.com/johndoe/taskmaster-pro"
description: "A collaborative project management tool built with FastAPI and Next.js, featuring real-time updates via WebSockets and persistent state management."
- name: "EdgeSync Engine"
link: "github.com/johndoe/edgesync"
description: "A high-performance data synchronization engine that handles concurrent streams and ensures data consistency across distributed systems."
skills:
- category: "Software & Development"
items: ["Python", "JavaScript", "Go", "SQL", "FastAPI", "React", "Docker"]
- category: "Data & Systems"
items: ["PostgreSQL", "Redis", "AWS", "Kubernetes", "CI/CD", "Git"]
- category: "Soft Skills & Methods"
items: ["Agile/Scrum", "Team Leadership", "System Design", "Problem Solving"]
languages:
- name: "English"
level: "Native"
rating: 5
- name: "German"
level: "Professional"
rating: 3
education:
- degree: "MSc in Computer Science"
institution: "University of Texas"
period: "Sept 2014 – May 2016"
location: "Austin, TX"
description: "Specialized in Distributed Systems and Machine Learning. Thesis on optimizing real-time data throughput."
interests:
- "Open Source Contribution"
- "Distributed Systems"
- "Photography"
- "Hiking & Nature"
labels:
summary: "SUMMARY"
experience: "EXPERIENCE"
projects: "PROJECTS"
education: "EDUCATION"
languages: "LANGUAGES"
skills: "SKILLS"
interests: "INTERESTS"