Skip to content

Commit e681431

Browse files
committed
update posts and theme
1 parent 91099ea commit e681431

14 files changed

Lines changed: 563 additions & 137 deletions

_site/about.html

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Font Awesome -->
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616
<!-- Syntax Highlighting -->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/night-owl.min.css">
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
1919
<script>hljs.highlightAll();</script>
2020
<!-- Pure CSS Grids Responsive CDN -->
@@ -49,7 +49,7 @@
4949
<i class="fa-brands fa-x-twitter"></i>
5050
</a>
5151
<a href="https://bsky.app/profile/ardfard.bsky.social" class="social-link" target="_blank" rel="noopener">
52-
<i class="fa-solid fa-square"></i>
52+
<i class="fa-solid fa-feather"></i>
5353
</a>
5454
</div>
5555

@@ -66,9 +66,50 @@
6666
<h1>About</h1>
6767
</div>
6868
<div class="content">
69-
<p>Hi, I’m Ardin, an Indonesian functional programmer (pun intended). This my summary of my professional profile:</p>
69+
<p>Hi, I’m Ardin, an Indonesian functional programmer (pun intended)!</p>
70+
<h2 id="professional-summary">Professional Summary</h2>
7071
<p>A programmer at heart, I am very interested about creating software that is both easy to maintain and highly scalable. I have experience coding in languages with varying characteristics, including dynamic and static typing as well as strong and weak typing. My initial journey focused on object-oriented programming and its associated design patterns, as it was the prevalent approach. However, discovering functional programming opened up an entirely new perspective for me, offering innovative methods for designing software and expanding my understanding of the field.</p>
72+
<h2 id="experience">Experience</h2>
7173
<p>My recent role as a Senior Software Development Engineer at GovTech Edu involved designing and delivering scalable technology solutions for public-sector education. Previously, at Bukalapak, I served as a Senior DevOps Engineer, Site Reliability Engineer, and Software Engineer, enhancing platform reliability and efficiency for one of Indonesia’s largest e-commerce platforms. Earlier in my career, I was an early engineer at GudPoin, a startup where I played a key role in building its core products. While pursuing my master’s degree, I was a Research Assistant at RC-OPPINET ITB, a joint consortium between ITB and petroleum and gas companies, developing specialized software solutions for the industry.</p>
74+
<h2 id="education">Education</h2>
75+
<p>I hold a Master of Engineering in Computer Engineering from Institut Teknologi Bandung (ITB), where I focused on software engineering and distributed systems.
76+
Before that, I hold a Bachelor of Mathematics also from ITB, where I focused on Discrete Mathematics.</p>
77+
<h2 id="skills">Skills</h2>
78+
<div class="skills-section">
79+
<section id="programming-languages" class="skill-column">
80+
<h3>Programming Languages</h3>
81+
<ul>
82+
<li>Go</li>
83+
<li>Scala</li>
84+
<li>Rust</li>
85+
<li>Haskell</li>
86+
<li>Python</li>
87+
<li>TypeScript</li>
88+
<li>JavaScript</li>
89+
</ul>
90+
</section>
91+
<section id="tools" class="skill-column">
92+
<h3>Tools</h3>
93+
<ul>
94+
<li>Docker</li>
95+
<li>Kubernetes</li>
96+
<li>Terraform</li>
97+
<li>Git</li>
98+
<li>GitHub</li>
99+
<li>GitLab</li>
100+
<li>Ansible</li>
101+
<li>Apache Beam</li>
102+
<li>Apache Kafka</li>
103+
<li>Temporal</li>
104+
<li>Prometheus</li>
105+
<li>Grafana</li>
106+
<li>Elasticsearch</li>
107+
<li>Kibana</li>
108+
<li>Redis</li>
109+
<li>PostgreSQL</li>
110+
</ul>
111+
</section>
112+
</div>
72113
</div>
73114
<div id="footer">
74115
<p>Powered by <a href="http://jaspervdj.be/hakyll">Hakyll</a></p>

_site/css/default.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Font Awesome -->
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616
<!-- Syntax Highlighting -->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/night-owl.min.css">
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
1919
<script>hljs.highlightAll();</script>
2020
<!-- Pure CSS Grids Responsive CDN -->
@@ -49,7 +49,7 @@
4949
<i class="fa-brands fa-x-twitter"></i>
5050
</a>
5151
<a href="https://bsky.app/profile/ardfard.bsky.social" class="social-link" target="_blank" rel="noopener">
52-
<i class="fa-solid fa-square"></i>
52+
<i class="fa-solid fa-feather"></i>
5353
</a>
5454
</div>
5555

_site/posts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Font Awesome -->
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616
<!-- Syntax Highlighting -->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/night-owl.min.css">
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
1919
<script>hljs.highlightAll();</script>
2020
<!-- Pure CSS Grids Responsive CDN -->
@@ -49,7 +49,7 @@
4949
<i class="fa-brands fa-x-twitter"></i>
5050
</a>
5151
<a href="https://bsky.app/profile/ardfard.bsky.social" class="social-link" target="_blank" rel="noopener">
52-
<i class="fa-solid fa-square"></i>
52+
<i class="fa-solid fa-feather"></i>
5353
</a>
5454
</div>
5555

_site/posts/2016-05-25-lets-talk-about-microservice.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Font Awesome -->
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616
<!-- Syntax Highlighting -->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/night-owl.min.css">
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
1919
<script>hljs.highlightAll();</script>
2020
<!-- Pure CSS Grids Responsive CDN -->
@@ -49,7 +49,7 @@
4949
<i class="fa-brands fa-x-twitter"></i>
5050
</a>
5151
<a href="https://bsky.app/profile/ardfard.bsky.social" class="social-link" target="_blank" rel="noopener">
52-
<i class="fa-solid fa-square"></i>
52+
<i class="fa-solid fa-feather"></i>
5353
</a>
5454
</div>
5555

_site/posts/2020-08-14-dependency-injection.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Font Awesome -->
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616
<!-- Syntax Highlighting -->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/night-owl.min.css">
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
1919
<script>hljs.highlightAll();</script>
2020
<!-- Pure CSS Grids Responsive CDN -->
@@ -49,7 +49,7 @@
4949
<i class="fa-brands fa-x-twitter"></i>
5050
</a>
5151
<a href="https://bsky.app/profile/ardfard.bsky.social" class="social-link" target="_blank" rel="noopener">
52-
<i class="fa-solid fa-square"></i>
52+
<i class="fa-solid fa-feather"></i>
5353
</a>
5454
</div>
5555

_site/posts/2023-05-07-exploring-hashicorp-vault.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Font Awesome -->
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616
<!-- Syntax Highlighting -->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/night-owl.min.css">
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
1919
<script>hljs.highlightAll();</script>
2020
<!-- Pure CSS Grids Responsive CDN -->
@@ -49,7 +49,7 @@
4949
<i class="fa-brands fa-x-twitter"></i>
5050
</a>
5151
<a href="https://bsky.app/profile/ardfard.bsky.social" class="social-link" target="_blank" rel="noopener">
52-
<i class="fa-solid fa-square"></i>
52+
<i class="fa-solid fa-feather"></i>
5353
</a>
5454
</div>
5555

_site/posts/2023-05-07-vault-with-go.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Font Awesome -->
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1616
<!-- Syntax Highlighting -->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/night-owl.min.css">
1818
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
1919
<script>hljs.highlightAll();</script>
2020
<!-- Pure CSS Grids Responsive CDN -->
@@ -49,7 +49,7 @@
4949
<i class="fa-brands fa-x-twitter"></i>
5050
</a>
5151
<a href="https://bsky.app/profile/ardfard.bsky.social" class="social-link" target="_blank" rel="noopener">
52-
<i class="fa-solid fa-square"></i>
52+
<i class="fa-solid fa-feather"></i>
5353
</a>
5454
</div>
5555

0 commit comments

Comments
 (0)