Skip to content

Commit 65653ab

Browse files
committed
=Here we go..
1 parent ecdf117 commit 65653ab

10 files changed

Lines changed: 3267 additions & 0 deletions

File tree

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
6+
# Runtime data
7+
pids
8+
*.pid
9+
*.seed
10+
11+
# Directory for instrumented libs generated by jscoverage/JSCover
12+
lib-cov
13+
14+
# Coverage directory used by tools like istanbul
15+
coverage
16+
17+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18+
.grunt
19+
20+
# node-waf configuration
21+
.lock-wscript
22+
23+
# Compiled binary addons (http://nodejs.org/api/addons.html)
24+
build/Release
25+
26+
# Dependency directory
27+
node_modules
28+
29+
# Optional npm cache directory
30+
.npm
31+
32+
# Optional REPL history
33+
.node_repl_history
34+
35+
out
36+
37+
resume.json

index.html

Lines changed: 778 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "raitucarp.github.io",
3+
"version": "1.0.0",
4+
"description": "Ribhararnus Pracutiar's Resume",
5+
"main": "index.js",
6+
"dependencies": {
7+
"jsonresume-theme-classy": "^1.0.9",
8+
"jsonresume-theme-elegant": "^1.6.10",
9+
"jsonresume-theme-kwan": "0.0.2",
10+
"jsonresume-theme-modern": "0.0.18",
11+
"jsonresume-theme-short": "^0.1.7",
12+
"jsonresume-theme-slick": "^0.1.16"
13+
},
14+
"devDependencies": {},
15+
"scripts": {
16+
"test": "echo \"Error: no test specified\" && exit 1"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/raitucarp/raitucarp.github.io.git"
21+
},
22+
"keywords": [
23+
"resume"
24+
],
25+
"author": "Ribhararnus Pracutiar",
26+
"license": "MIT",
27+
"bugs": {
28+
"url": "https://github.com/raitucarp/raitucarp.github.io/issues"
29+
},
30+
"homepage": "https://github.com/raitucarp/raitucarp.github.io#readme"
31+
}

resume-photo.jpg

58.9 KB
Loading

resumes/resume.html

Lines changed: 778 additions & 0 deletions
Large diffs are not rendered by default.

resumes/resume.pdf

48.8 KB
Binary file not shown.

resumes/resume.pdf.html

Lines changed: 762 additions & 0 deletions
Large diffs are not rendered by default.

resumes/resume.png

236 KB
Loading

resumes/resume.png.html

Lines changed: 778 additions & 0 deletions
Large diffs are not rendered by default.

resumes/resume.yml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
basics:
2+
name: 'Ribhararnus Pracutiar'
3+
label: Programmer
4+
picture: ""
5+
email: pracutiar@ribhararn.us
6+
phone: '(+62) 856-4536-2078'
7+
website: 'http://pracutiar.ribhararn.us'
8+
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+
location:
10+
address: 'Jln. Panglima Polim, Gg. Sidodadi No. 24a'
11+
postalCode: '62115'
12+
city: Bojonegoro
13+
countryCode: ID
14+
region: 'Jawa Timur'
15+
profiles:
16+
-
17+
network: Twitter
18+
username: raitucarp
19+
url: 'http://twitter.com/raitucarp'
20+
-
21+
network: Github
22+
username: raitucarp
23+
url: 'https://github.com/raitucarp'
24+
work:
25+
-
26+
company: 'Self-Employed Web Developer'
27+
position: '-'
28+
startDate: '2009-01-01'
29+
endDate: '2016-08-01'
30+
summary: 'Data mining dan web scraping'
31+
highlights:
32+
- 'Migrate entire code from PHP source to node.js'
33+
- 'Create Piranhax - Amazon Product Advertising API client for Node.js'
34+
- 'Express-theme - Theme for express.js'
35+
education:
36+
-
37+
institution: 'Universitas Bojonegoro'
38+
area: 'Ekonomi Pembangunan'
39+
studyType: Sarjana
40+
startDate: '2010-06-27'
41+
endDate: '2014-06-27'
42+
gpa: '3.0'
43+
skills:
44+
-
45+
name: Frontent
46+
level: '8+ years'
47+
keywords:
48+
- HTML
49+
- CSS
50+
- Javascript
51+
- React
52+
- Stylus
53+
- Pug
54+
-
55+
name: Backend
56+
level: '3+ years'
57+
keywords:
58+
- Node.js/Javascript
59+
- 'Go Language'
60+
- PHP
61+
-
62+
name: 'NoSQL Database'
63+
level: '3+ years'
64+
keywords:
65+
- MongoDB
66+
- Redis
67+
-
68+
name: 'SQL Database'
69+
level: '3+ years'
70+
keywords:
71+
- mySQL
72+
- PostgreSQL
73+
-
74+
name: 'Web API Development'
75+
level: Advanced
76+
keywords:
77+
- REST
78+
-
79+
name: 'Web API Development'
80+
level: Novice
81+
keywords:
82+
- GraphQL
83+
interests:
84+
-
85+
name: 'World building'
86+
keywords:
87+
- 'New character'
88+
- 'Random character'
89+
-
90+
name: Philosophy
91+
keywords:
92+
- Existensialism
93+
-
94+
name: 'Random Things'
95+
keywords:
96+
- 'Procedurally Generation'
97+
references:
98+
-
99+
name: 'Ribhararnus Pracutian'
100+
reference: 'Saya menggeluti programming, dan mengikuti perkembangan science dan dunia developer sebagai hobi, saya pikir saya sudah menguasainya, tetapi saudara kembar saya ternyata lebih maju satu langkah dari saya'
101+
-
102+
name: 'Github Resume'
103+
reference: 'ENTHUSIASTIC GITHUB USER - http://resume.github.io/?raitucarp'

0 commit comments

Comments
 (0)