-
Notifications
You must be signed in to change notification settings - Fork 1
/
cv.html
139 lines (127 loc) Β· 5.83 KB
/
cv.html
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
---
layout: compress
permalink: /cv/
title: CV
image: https://res.cloudinary.com/wellosoft/image/upload/w_800/v1674830833/home/avatar-6.jpg
title: Curriculum Vitae
excerpt: Wildan Mubarok CV
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="{{ page.title }}">
<meta property="og:type" content="article" />
<meta property="og:description" content="{{ page.excerpt }}">
<meta property="og:image" content="{{ page.image }}">
<meta property="og:url" content="https://wellosoft.net/">
<meta property="og:site_name" content="Wello Soft">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@willnode">
<meta name="description" content="{{ page.excerpt }}">
<link rel="apple-touch-icon" href="/assets/logo-192.png">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wildan Mubarok Curriculum Vitae</title>
<style>
body {
font-family: Arial, sans-serif;
}
header {
text-align: center;
}
.container {
max-width: 800px;
margin: 0 auto;
}
h1 {
text-align: center;
}
.section {
margin-bottom: 20px;
}
.section h2 {
margin-bottom: 10px;
}
.section p {
margin: 5px 0;
}
.timing {
float: right;
}
@media print {
.print-none {
display: none;
}
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>M Wildan Mubarok A</h1>
<p> π§ <a href="mailto:[email protected]">[email protected]</a>
π <a href="https://t.me/wiiin0de">t.me/wiiin0de</a>
π <a href="javascript:alert('Remote welcomes in UTC + 7!!!')">Surabaya, Indonesia</a>
π <a href="https://linkedin.com/in/willnode">linkedin.com/in/willnode</a> </p>
</header>
<section class="experience section">
<h2>Work Experience</h2>
<h3>Software Engineer — GoTo Logistics <span class="timing">Jan 2022 - Now</span></h3>
<ul>
<li>Proficiently write backend software primilarily in Go</li>
<li>Proficiently write internal software in Python, Rust and Javascript</li>
<li>Proficiently managing DB in PostgreSQL, Redis and BigQuery</li>
<li>Proficiently doing DevOps using Docker and Kubernetes</li>
<li>Proficiently writing high performance software and high quality tests</li>
</ul>
<h3>Solo Founder — DOM Cloud Hosting <span class="timing">June 2020 - Dec 2021</span></h3>
<ul>
<li>Bootstrapping in-house, small cloud platform-as-a-service from zero</li>
<li>Doing rapid iteration in first two years and still selling today</li>
<li>Proficiently write software in PHP, Svelte and Node.js</li>
<li>Proficiently doing DevOps using Linux VM from stratch and doing custom installs</li>
<li>Proficiently write good technical documentation and listening to user feedback</li>
<li>Proficiently submitting issues and PR to upstream open-source projects</li>
</ul>
<h3>Fullstack Developer — Freelance <span class="timing">June 2018 - Dec 2021</span></h3>
<ul>
<li>Create web and mobile projects since starting college</li>
<li>Mainly write projects in PHP, sometimes Python and Flutter</li>
<li>Proficiently using Frontend stack such as Boostrap and React</li>
<li>Proficiently read and understand new algorithms given from college</li>
<li>Occasionaly work in parallel for up to 4 projects at the same time</li>
</ul>
</section>
<section class="education section">
<h2>Education</h2>
<h3>Magister in Information Technology — ITS <span class="timing">June 2022 - Now</span></h3>
<ul>
<li>Institut Teknologi Sepuluh Nopember — attending until now</li>
<li>Mostly for spending my free time in a useful way</li>
<li>I'm attending this college remotely and outside working hours</li>
</ul>
<h3>Bachelor in Information Technology — UTM <span class="timing">June 2018 - January 2022</span></h3>
<ul>
<li>Universitas Trunojoyo Madura — GPA 3.69 of 4.00</li>
<li>Occasionaly get web projects from lecturers</li>
<li>Attending Bangkit Academy from Kampus Merdeka in mid 2021</li>
<li>Publishing the first dataset for transformer-based Madura machine translator as thesis</li>
</ul>
</section>
<section class="project section">
<h2>Projects</h2>
<p>I have so many projects listed in my GitHub profile: <a
href="https://github.com/willnode">github.com/willnode</a>
counting over 100 repos and many diverse projects and languages since 2016 with notable projects
include DOM Cloud, JS deobfuscator and forwarddomain.net. I also starts to contribute in open source
projects recently such as Redox OS. I also sell the most popular LaTeX Engine as Unity Game plugin since
2015.</p>
</section>
<div class="print-none">
<a href="javascript:print()">Print this</a> • <a href="/">Back to home</a>
</div>
</div>
</body>
</html>