Skip to content

Commit 788cc5d

Browse files
committed
Update styles
1 parent f90d268 commit 788cc5d

11 files changed

Lines changed: 4839 additions & 1728 deletions

File tree

package-lock.json

Lines changed: 2178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
"dependencies": {
77
"jsonresume-theme-classy": "^1.0.9",
88
"jsonresume-theme-elegant": "^1.6.10",
9+
"jsonresume-theme-elite": "^0.9.1",
910
"jsonresume-theme-kwan": "0.0.2",
1011
"jsonresume-theme-modern": "0.0.18",
12+
"jsonresume-theme-orbit": "^0.5.3",
1113
"jsonresume-theme-short": "^0.1.7",
12-
"jsonresume-theme-slick": "^0.1.16"
14+
"jsonresume-theme-slick": "^0.1.16",
15+
"jsonresume-theme-stackoverflow": "^1.4.0"
1316
},
1417
"devDependencies": {},
1518
"scripts": {

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
There was an error downloading your generated html resume from our server: Error: Bad Gateway

resume.json

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"basics": {
33
"name": "Ribhararnus Pracutiar",
44
"label": "Programmer",
5-
"picture": "resume-photo.jpg",
5+
"profile": "https://themes.3rdwavemedia.com/demo/orbit/assets/images/profile.png",
66
"email": "pracutiar@ribhararn.us",
77
"phone": "(+62) 856-4536-2078",
88
"website": "http://pracutiar.ribhararn.us",
9-
"summary": "Ribhararnus Pracutiar memperoleh skill menjadi programmer bukan melalui pendidikan formal namun secara otodidak. Pengetahuan yang bertahap diperoleh secara iterasi ini dipergunakan mula-mula membangun sebuah website iklan baris beranama iklanyuk.com (yang masih bisa diakses melalui web archive). Awalnya hanya menguasai beberapa bahasa pemrograman server seperti PHP. Namun seiring waktu, ketika berbenturan dengan data mining dan web scraping, beberapa bahasa lainnya seperti Python, Javascript dan Go mewajibkan ia kuasai. Peralihan antar bahasa pemrograman ini membawa paradigma tersendiri baginya. Kegiatan scraping adalah salah satu dari beberapa hal yang Ribhararnus Pracutiar sukai.",
9+
"summary": "I'm fullstack developer, currently seeking a position that challenges me to be a better programmer. I always hungry to learn new things especially with team that apply modern management.",
1010
"location": {
1111
"address": "Jln. Panglima Polim, Gg. Sidodadi No. 24a",
1212
"postalCode": "62115",
@@ -24,21 +24,39 @@
2424
"network": "Github",
2525
"username": "raitucarp",
2626
"url": "https://github.com/raitucarp"
27+
},
28+
{
29+
"network": "Linked-in",
30+
"username": "Ribhararnus Pracutiar",
31+
"url": "https://linkedin.com/in/raitucarp"
2732
}
2833
]
2934
},
3035
"work": [
3136
{
3237
"company": "Self-Employed Web Developer",
33-
"position": "-",
38+
"position": "Fullstack Developer and Data Miner",
3439
"startDate": "2009-01-01",
3540
"endDate": "2016-08-01",
36-
"summary": "Data mining dan web scraping",
41+
"summary": "Do web scraping from various website using headless browser before it's cool. Use that data to build a website that can be monetize in various way.",
3742
"highlights": [
3843
"Migrate entire code from PHP source to node.js",
3944
"Create Piranhax - Amazon Product Advertising API client for Node.js",
4045
"Express-theme - Theme for express.js"
4146
]
47+
},
48+
{
49+
"company": "8Villages",
50+
"position": "Backend Software Developer",
51+
"startDate": "2016-09-10",
52+
"endDate": "2017-05-27",
53+
"summary": "Build experimental search engine (robot spider and crawler) for a website that has a niche agriculture, using fullstack Javascript. Also help to build follower web service system like twitter using graph database for farmer.",
54+
"highlights": [
55+
"Build experimental search engine from scratch including spider and scraper",
56+
"Create search engine dashboard with React + Redux",
57+
"Create a social graph connection (follower system) webservice using graph database",
58+
"Help restructure internal REST API web-service"
59+
]
4260
}
4361
],
4462
"education": [
@@ -59,14 +77,12 @@
5977
"HTML",
6078
"CSS",
6179
"Javascript",
62-
"React",
63-
"Stylus",
64-
"Pug"
80+
"React"
6581
]
6682
},
6783
{
6884
"name": "Backend",
69-
"level": "3+ years",
85+
"level": "8+ years",
7086
"keywords": [
7187
"Node.js/Javascript",
7288
"Go Language",
@@ -90,34 +106,21 @@
90106
]
91107
},
92108
{
93-
"name": "Web API Development",
94-
"level": "Advanced",
109+
"name": "REST API",
110+
"level": "5+ years",
95111
"keywords": [
96112
"REST"
97113
]
98114
},
99115
{
100-
"name": "Web API Development",
101-
"level": "Novice",
116+
"name": "GraphQL",
117+
"level": "2+ years",
102118
"keywords": [
103119
"GraphQL"
104120
]
105121
}
106122
],
107123
"interests": [
108-
{
109-
"name": "World building",
110-
"keywords": [
111-
"New character",
112-
"Random character"
113-
]
114-
},
115-
{
116-
"name": "Philosophy",
117-
"keywords": [
118-
"Existensialism"
119-
]
120-
},
121124
{
122125
"name": "Random Things",
123126
"keywords": [

0 commit comments

Comments
 (0)