kamisaku 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/Gemfile.lock +1 -1
- data/README.md +21 -3
- data/examples/chromatic/example.pdf +0 -0
- data/examples/gradient/example.pdf +0 -0
- data/examples/meridian/example.pdf +0 -0
- data/examples/paper/example.pdf +0 -0
- data/examples/prism/example.pdf +0 -0
- data/examples/sleek/example.pdf +0 -0
- data/examples/zenith/example.pdf +0 -0
- data/lib/kamisaku/cli_runner.rb +1 -1
- data/lib/kamisaku/content_validator.rb +18 -8
- data/lib/kamisaku/pdf.rb +3 -1
- data/lib/kamisaku/template_helpers.rb +9 -1
- data/lib/kamisaku/version.rb +1 -1
- data/lib/schema/example.yml +274 -0
- data/lib/schema/schema.yml +112 -0
- data/lib/templates/chromatic/template.html.erb +275 -0
- data/lib/templates/gradient/template.html.erb +793 -0
- data/lib/templates/meridian/template.html.erb +535 -0
- data/lib/templates/paper/template.html.erb +454 -349
- data/lib/templates/prism/template.html.erb +818 -0
- data/lib/templates/sleek/template.html.erb +1 -1
- data/lib/templates/zenith/template.html.erb +546 -0
- data/scripts/rebuild_examples.rb +45 -0
- metadata +16 -6
- data/examples/paper/john_doe.pdf +0 -0
- data/examples/paper/john_doe.yml +0 -157
- data/examples/sleek/john_doe.pdf +0 -0
- data/examples/sleek/john_doe.yml +0 -157
- data/template.yml +0 -59
data/examples/paper/john_doe.yml
DELETED
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
version: 1
|
|
2
|
-
|
|
3
|
-
profile:
|
|
4
|
-
name: John Doe
|
|
5
|
-
title: Senior Software Engineer
|
|
6
|
-
about: >
|
|
7
|
-
Seasoned software engineer with more than a decade of experience
|
|
8
|
-
in designing and developing scalable web applications. Passionate
|
|
9
|
-
about building clean, maintainable code and driving best practices
|
|
10
|
-
in software development. Experienced in leading teams, mentoring
|
|
11
|
-
developers, and collaborating with cross-functional teams to deliver
|
|
12
|
-
high-quality solutions.
|
|
13
|
-
|
|
14
|
-
contact:
|
|
15
|
-
github: johndoe
|
|
16
|
-
mobile: +44 7912345678
|
|
17
|
-
website: https://johndoe.dev
|
|
18
|
-
email: john.doe@example.com
|
|
19
|
-
linkedin: john-doe
|
|
20
|
-
location:
|
|
21
|
-
country: United Kingdom
|
|
22
|
-
city: London
|
|
23
|
-
|
|
24
|
-
skills:
|
|
25
|
-
- area: Development
|
|
26
|
-
items:
|
|
27
|
-
- Python
|
|
28
|
-
- Django
|
|
29
|
-
- ReactJS
|
|
30
|
-
- TypeScript
|
|
31
|
-
- Node.js
|
|
32
|
-
- area: Database
|
|
33
|
-
items:
|
|
34
|
-
- PostgreSQL
|
|
35
|
-
- MySQL
|
|
36
|
-
- Redis
|
|
37
|
-
- area: Testing
|
|
38
|
-
items:
|
|
39
|
-
- PyTest
|
|
40
|
-
- Jest
|
|
41
|
-
- Cypress
|
|
42
|
-
- Selenium
|
|
43
|
-
- area: Version Control
|
|
44
|
-
items:
|
|
45
|
-
- Git
|
|
46
|
-
- GitHub
|
|
47
|
-
- GitLab
|
|
48
|
-
- area: Platforms/OS
|
|
49
|
-
items:
|
|
50
|
-
- AWS
|
|
51
|
-
- Google Cloud
|
|
52
|
-
- Linux
|
|
53
|
-
|
|
54
|
-
interests:
|
|
55
|
-
- Yoga
|
|
56
|
-
- Travelling
|
|
57
|
-
- Photography
|
|
58
|
-
- Hiking
|
|
59
|
-
- Chess
|
|
60
|
-
- Reading
|
|
61
|
-
- Cooking
|
|
62
|
-
- Gardening
|
|
63
|
-
- Running
|
|
64
|
-
- Fitness
|
|
65
|
-
- Volunteering
|
|
66
|
-
|
|
67
|
-
experiences:
|
|
68
|
-
- title: Senior Software Engineer
|
|
69
|
-
organisation: CloudCore Solutions
|
|
70
|
-
location:
|
|
71
|
-
city: London
|
|
72
|
-
country: United Kingdom
|
|
73
|
-
from:
|
|
74
|
-
month: 3
|
|
75
|
-
year: 2021
|
|
76
|
-
skills:
|
|
77
|
-
- Django
|
|
78
|
-
- React
|
|
79
|
-
- GraphQL
|
|
80
|
-
- AWS Lambda
|
|
81
|
-
- PostgreSQL
|
|
82
|
-
- Docker
|
|
83
|
-
- Terraform
|
|
84
|
-
achievements:
|
|
85
|
-
- >
|
|
86
|
-
Led the migration from a monolithic system to a microservices
|
|
87
|
-
architecture, significantly improving scalability and performance.
|
|
88
|
-
- >
|
|
89
|
-
Designed and implemented a serverless data processing pipeline
|
|
90
|
-
using AWS Lambda and S3, reducing operational costs by 30%.
|
|
91
|
-
- Established CI/CD workflows for automated deployments and testing.
|
|
92
|
-
|
|
93
|
-
- title: Lead Backend Engineer
|
|
94
|
-
organisation: FinEdge Technologies
|
|
95
|
-
location:
|
|
96
|
-
city: Manchester
|
|
97
|
-
country: United Kingdom
|
|
98
|
-
from:
|
|
99
|
-
month: 5
|
|
100
|
-
year: 2018
|
|
101
|
-
to:
|
|
102
|
-
month: 2
|
|
103
|
-
year: 2021
|
|
104
|
-
skills:
|
|
105
|
-
- Python
|
|
106
|
-
- FastAPI
|
|
107
|
-
- PostgreSQL
|
|
108
|
-
- Redis
|
|
109
|
-
- Kafka
|
|
110
|
-
- Kubernetes
|
|
111
|
-
- Jenkins
|
|
112
|
-
achievements:
|
|
113
|
-
- >
|
|
114
|
-
Spearheaded the development of a real-time financial analytics
|
|
115
|
-
platform, handling millions of transactions per second.
|
|
116
|
-
- >
|
|
117
|
-
Improved API response times by optimizing database queries and
|
|
118
|
-
implementing Redis caching.
|
|
119
|
-
- Led a team of backend engineers, conducting code reviews and
|
|
120
|
-
mentoring junior developers.
|
|
121
|
-
|
|
122
|
-
- title: Software Engineer
|
|
123
|
-
organisation: NextGen Media
|
|
124
|
-
location:
|
|
125
|
-
city: Birmingham
|
|
126
|
-
country: United Kingdom
|
|
127
|
-
from:
|
|
128
|
-
month: 7
|
|
129
|
-
year: 2015
|
|
130
|
-
to:
|
|
131
|
-
month: 4
|
|
132
|
-
year: 2018
|
|
133
|
-
skills:
|
|
134
|
-
- Node.js
|
|
135
|
-
- Express.js
|
|
136
|
-
- MongoDB
|
|
137
|
-
- WebSockets
|
|
138
|
-
- AWS
|
|
139
|
-
achievements:
|
|
140
|
-
- Developed a high-traffic video streaming platform, implementing
|
|
141
|
-
WebSockets for real-time interactions.
|
|
142
|
-
- Built a recommendation engine using machine learning models to
|
|
143
|
-
personalize user content.
|
|
144
|
-
- Automated deployment processes with AWS CodePipeline and Docker.
|
|
145
|
-
|
|
146
|
-
education:
|
|
147
|
-
- institute: Brighton Institute of Technology
|
|
148
|
-
location:
|
|
149
|
-
city: Brighton
|
|
150
|
-
country: United Kingdom
|
|
151
|
-
qualification: Bachelor of Science in Computer Science
|
|
152
|
-
field: Software Engineering
|
|
153
|
-
to:
|
|
154
|
-
month: 5
|
|
155
|
-
year: 2013
|
|
156
|
-
achievements:
|
|
157
|
-
- Awarded a scholarship for outstanding academic performance.
|
data/examples/sleek/john_doe.pdf
DELETED
|
Binary file
|
data/examples/sleek/john_doe.yml
DELETED
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
version: 1
|
|
2
|
-
|
|
3
|
-
profile:
|
|
4
|
-
name: John Doe
|
|
5
|
-
title: Senior Software Engineer
|
|
6
|
-
about: >
|
|
7
|
-
Seasoned software engineer with more than a decade of experience
|
|
8
|
-
in designing and developing scalable web applications. Passionate
|
|
9
|
-
about building clean, maintainable code and driving best practices
|
|
10
|
-
in software development. Experienced in leading teams, mentoring
|
|
11
|
-
developers, and collaborating with cross-functional teams to deliver
|
|
12
|
-
high-quality solutions.
|
|
13
|
-
|
|
14
|
-
contact:
|
|
15
|
-
github: johndoe
|
|
16
|
-
mobile: +44 7912345678
|
|
17
|
-
website: https://johndoe.dev
|
|
18
|
-
email: john.doe@example.com
|
|
19
|
-
linkedin: john-doe
|
|
20
|
-
location:
|
|
21
|
-
country: United Kingdom
|
|
22
|
-
city: London
|
|
23
|
-
|
|
24
|
-
skills:
|
|
25
|
-
- area: Development
|
|
26
|
-
items:
|
|
27
|
-
- Python
|
|
28
|
-
- Django
|
|
29
|
-
- ReactJS
|
|
30
|
-
- TypeScript
|
|
31
|
-
- Node.js
|
|
32
|
-
- area: Database
|
|
33
|
-
items:
|
|
34
|
-
- PostgreSQL
|
|
35
|
-
- MySQL
|
|
36
|
-
- Redis
|
|
37
|
-
- area: Testing
|
|
38
|
-
items:
|
|
39
|
-
- PyTest
|
|
40
|
-
- Jest
|
|
41
|
-
- Cypress
|
|
42
|
-
- Selenium
|
|
43
|
-
- area: Version Control
|
|
44
|
-
items:
|
|
45
|
-
- Git
|
|
46
|
-
- GitHub
|
|
47
|
-
- GitLab
|
|
48
|
-
- area: Platforms/OS
|
|
49
|
-
items:
|
|
50
|
-
- AWS
|
|
51
|
-
- Google Cloud
|
|
52
|
-
- Linux
|
|
53
|
-
|
|
54
|
-
interests:
|
|
55
|
-
- Yoga
|
|
56
|
-
- Travelling
|
|
57
|
-
- Photography
|
|
58
|
-
- Hiking
|
|
59
|
-
- Chess
|
|
60
|
-
- Reading
|
|
61
|
-
- Cooking
|
|
62
|
-
- Gardening
|
|
63
|
-
- Running
|
|
64
|
-
- Fitness
|
|
65
|
-
- Volunteering
|
|
66
|
-
|
|
67
|
-
experiences:
|
|
68
|
-
- title: Senior Software Engineer
|
|
69
|
-
organisation: CloudCore Solutions
|
|
70
|
-
location:
|
|
71
|
-
city: London
|
|
72
|
-
country: United Kingdom
|
|
73
|
-
from:
|
|
74
|
-
month: 3
|
|
75
|
-
year: 2021
|
|
76
|
-
skills:
|
|
77
|
-
- Django
|
|
78
|
-
- React
|
|
79
|
-
- GraphQL
|
|
80
|
-
- AWS Lambda
|
|
81
|
-
- PostgreSQL
|
|
82
|
-
- Docker
|
|
83
|
-
- Terraform
|
|
84
|
-
achievements:
|
|
85
|
-
- >
|
|
86
|
-
Led the migration from a monolithic system to a microservices
|
|
87
|
-
architecture, significantly improving scalability and performance.
|
|
88
|
-
- >
|
|
89
|
-
Designed and implemented a serverless data processing pipeline
|
|
90
|
-
using AWS Lambda and S3, reducing operational costs by 30%.
|
|
91
|
-
- Established CI/CD workflows for automated deployments and testing.
|
|
92
|
-
|
|
93
|
-
- title: Lead Backend Engineer
|
|
94
|
-
organisation: FinEdge Technologies
|
|
95
|
-
location:
|
|
96
|
-
city: Manchester
|
|
97
|
-
country: United Kingdom
|
|
98
|
-
from:
|
|
99
|
-
month: 5
|
|
100
|
-
year: 2018
|
|
101
|
-
to:
|
|
102
|
-
month: 2
|
|
103
|
-
year: 2021
|
|
104
|
-
skills:
|
|
105
|
-
- Python
|
|
106
|
-
- FastAPI
|
|
107
|
-
- PostgreSQL
|
|
108
|
-
- Redis
|
|
109
|
-
- Kafka
|
|
110
|
-
- Kubernetes
|
|
111
|
-
- Jenkins
|
|
112
|
-
achievements:
|
|
113
|
-
- >
|
|
114
|
-
Spearheaded the development of a real-time financial analytics
|
|
115
|
-
platform, handling millions of transactions per second.
|
|
116
|
-
- >
|
|
117
|
-
Improved API response times by optimizing database queries and
|
|
118
|
-
implementing Redis caching.
|
|
119
|
-
- Led a team of backend engineers, conducting code reviews and
|
|
120
|
-
mentoring junior developers.
|
|
121
|
-
|
|
122
|
-
- title: Software Engineer
|
|
123
|
-
organisation: NextGen Media
|
|
124
|
-
location:
|
|
125
|
-
city: Birmingham
|
|
126
|
-
country: United Kingdom
|
|
127
|
-
from:
|
|
128
|
-
month: 7
|
|
129
|
-
year: 2015
|
|
130
|
-
to:
|
|
131
|
-
month: 4
|
|
132
|
-
year: 2018
|
|
133
|
-
skills:
|
|
134
|
-
- Node.js
|
|
135
|
-
- Express.js
|
|
136
|
-
- MongoDB
|
|
137
|
-
- WebSockets
|
|
138
|
-
- AWS
|
|
139
|
-
achievements:
|
|
140
|
-
- Developed a high-traffic video streaming platform, implementing
|
|
141
|
-
WebSockets for real-time interactions.
|
|
142
|
-
- Built a recommendation engine using machine learning models to
|
|
143
|
-
personalize user content.
|
|
144
|
-
- Automated deployment processes with AWS CodePipeline and Docker.
|
|
145
|
-
|
|
146
|
-
education:
|
|
147
|
-
- institute: Brighton Institute of Technology
|
|
148
|
-
location:
|
|
149
|
-
city: Brighton
|
|
150
|
-
country: United Kingdom
|
|
151
|
-
qualification: Bachelor of Science in Computer Science
|
|
152
|
-
field: Software Engineering
|
|
153
|
-
to:
|
|
154
|
-
month: 5
|
|
155
|
-
year: 2013
|
|
156
|
-
achievements:
|
|
157
|
-
- Awarded a scholarship for outstanding academic performance.
|
data/template.yml
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# Template structure for CV. The content should be in YAML format.
|
|
2
|
-
# If you are not familiar with YAML, refer: https://devhints.io/yaml
|
|
3
|
-
# Some hints:
|
|
4
|
-
# - comments start with "#"
|
|
5
|
-
|
|
6
|
-
version: 1
|
|
7
|
-
profile:
|
|
8
|
-
name: # Your name
|
|
9
|
-
title: # Your current job title
|
|
10
|
-
about: # Some sleek details about your experience
|
|
11
|
-
|
|
12
|
-
contact:
|
|
13
|
-
github: # Github username
|
|
14
|
-
mobile: # Mobile number
|
|
15
|
-
email: # email address
|
|
16
|
-
linkedin: # Linkedin username
|
|
17
|
-
location:
|
|
18
|
-
country: # country name
|
|
19
|
-
city: # city name
|
|
20
|
-
|
|
21
|
-
skills:
|
|
22
|
-
- area: # specific skill area you are specialized in
|
|
23
|
-
items:
|
|
24
|
-
- # sub item such as a technology you have the skill in under the specialized area
|
|
25
|
-
|
|
26
|
-
experiences:
|
|
27
|
-
- title: # job title
|
|
28
|
-
organisation: # Name of the place you worked
|
|
29
|
-
location:
|
|
30
|
-
city: # city name
|
|
31
|
-
country: # country name
|
|
32
|
-
from:
|
|
33
|
-
month: # month integer number that you started
|
|
34
|
-
year: # year integer number that you started
|
|
35
|
-
# if following is not given, it is assumed you are still working
|
|
36
|
-
to:
|
|
37
|
-
month: # month integer number that you stopped
|
|
38
|
-
year: # year integer number that you stopped
|
|
39
|
-
skills:
|
|
40
|
-
- # a short name for a specialized skilled you gained
|
|
41
|
-
achievements:
|
|
42
|
-
- # Things you have achieved or did as a sentence. Consider reflecting the impact it made.
|
|
43
|
-
|
|
44
|
-
education:
|
|
45
|
-
- institute: # name of the place you studied
|
|
46
|
-
location:
|
|
47
|
-
city: # city name
|
|
48
|
-
country: # country name
|
|
49
|
-
qualification: # name of the degree/diploma qualification
|
|
50
|
-
field: # name of the field such as Computer Science
|
|
51
|
-
from:
|
|
52
|
-
month: # month integer number that you started
|
|
53
|
-
year: # year integer number that you started
|
|
54
|
-
# if following is not given, it is assumed you are still studying
|
|
55
|
-
to:
|
|
56
|
-
month: # month integer number that you stopped
|
|
57
|
-
year: # year integer number that you stopped
|
|
58
|
-
achievements:
|
|
59
|
-
- # Things you have achieved or did
|