Skip to content

Commit 4fa6e95

Browse files
committed
udpate Ldm13
1 parent dbbf221 commit 4fa6e95

7 files changed

Lines changed: 92 additions & 6 deletions

File tree

_events/ldm13.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
---
2+
layout: events
3+
title: "Lombok Dev Meetup #13"
4+
event_date: 2025-12-21
5+
banner: "../assets/lombokdev/images/ldm12.jpg"
6+
location: "-"
7+
duration: "1 Day"
8+
9+
decks: https://github.com/LombokDev/Meetup013
10+
11+
# registration_url: "https://docs.google.com/forms/d/e/1FAIpQLSfZvDGOYpt-SrwL3Qi0_ncJqY5BRCFBsV4jcCzlOHKINli1Hw/viewform?pli=1"
12+
description: " <b>Lombok Dev Meetup #13</b> Join us for a full-day tech meetup featuring experts from diverse fields, ranging from freelancing, web security, CMS development, memory management, to AI and prompt optimization.
13+
This event brings together developers, creatives, and tech enthusiasts to learn practical insights directly from industry practitioners. Participants will explore common vulnerabilities like XSS, dive into modern CMS workflows with Next.js & PayloadCMS, uncover the hidden story of memory management in software development, and navigate the rapidly evolving AI era.
14+
15+
Whether you're a beginner, student, or working professional, this meetup is designed to inspire, equip, and connect you with the local tech community.
16+
Don’t miss the chance to learn, ask questions, and network with speakers and fellow attendees!
17+
<br/>
18+
<img src=\"../assets/lombokdev/ldm13/cfs.jpg\" >
19+
<br/>
20+
<a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfZvDGOYpt-SrwL3Qi0_ncJqY5BRCFBsV4jcCzlOHKINli1Hw/viewform?pli=1\" class=\"px-6 py-3 bg-blue-600 text-white rounded-lg hover:bg-blue-700\">Speakership Submission</a>
21+
"
22+
23+
24+
# agenda:
25+
# - time: "09:00 - 09:15"
26+
# topic: "Registrasi"
27+
# speaker: "-"
28+
29+
# - time: "09:15 - 09:30"
30+
# topic: "Pembukaan"
31+
# speaker: "Miftahul Jihad"
32+
33+
# - time: "09:30 - 10:00"
34+
# topic: "Freelancer ≠ Bekerja Sendiri"
35+
# speaker: "Alvin Adetya"
36+
37+
# - time: "10:10 - 10:25"
38+
# topic: "XSS for Beginners: The Most Common Web Vulnerability"
39+
# speaker: "Muhammad Dani Setiawan"
40+
41+
# - time: "10:35 - 11:05"
42+
# topic: "Meet Your Last CMS! Next.js X PayloadCMS"
43+
# speaker: "Grafis Nuresa"
44+
45+
46+
# - time: "11:15 - 11:45"
47+
# topic: "Memory Management: The Untold Story Behind Your Code"
48+
# speaker: "Ilham Bintang"
49+
50+
# - time: "11:55 - 13:00"
51+
# topic: "Break"
52+
# speaker: "-"
53+
54+
# - time: "13:00 - 13:15"
55+
# topic: "Optimasi Prompt LLM: Migrasi dari JSON ke TOON Format"
56+
# speaker: "Abu Ammar"
57+
58+
# - time: "13:25 - 13:55"
59+
# topic: "Navigating in AI Era"
60+
# speaker: "Herpiko Dwi Aguno"
61+
62+
63+
# speakers:
64+
# - name: "Alvin Adetya"
65+
# topic: "Freelancer ≠ Bekerja Sendiri"
66+
# url: https://www.linkedin.com/in/alvinadetya
67+
# - name: "Muhammad Dani Setiawan"
68+
# topic: "XSS for Beginners: The Most Common Web Vulnerability"
69+
# url: https://www.linkedin.com/in/muhammad-dani-setiawan/
70+
# - name: "Ilham Bintang"
71+
# topic: "Memory Management: The Untold Story Behind Your Code"
72+
# url: https://www.linkedin.com/in/ilham-bintang/
73+
# - name: "Abu Ammar"
74+
# topic: "Optimasi Prompt LLM: Migrasi dari JSON ke TOON Format"
75+
# url: https://www.linkedin.com/in/amaralkaff/
76+
# - name: "Herpiko Dwi Aguno"
77+
# topic: "Navigating in AI Era"
78+
# url: https://www.linkedin.com/in/herpiko/
79+
# - name: "Grafis Nuresa"
80+
# topic: "Meet Your Last CMS! Next.js X PayloadCMS"
81+
# url:
82+
83+
---

_includes/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% assign now_ts = site.time | date: '%s' %}
33

44
<!-- Upcoming events -->
5-
<div class="mb-8">
5+
<div class="mb-8 mt-28">
66
<div class="flex items-center gap-2 lg:gap-4 mb-8">
77
<h1 class="text-3xl md:text-5xl font-bold mb-8">
88
Upcoming

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="hidden md:flex items-center space-x-8">
1212
<a href="/" class="text-gray-600 hover:text-gray-900 transition-colors">Home</a>
1313
<a href="/events" class="text-gray-600 hover:text-gray-900 transition-colors">Events</a>
14-
<a href="/projects" class="text-gray-600 hover:text-gray-900 transition-colors">Projects</a>
14+
<!-- <a href="/projects" class="text-gray-600 hover:text-gray-900 transition-colors">Projects</a> -->
1515
<a href="/communities" class="text-gray-600 hover:text-gray-900 transition-colors">Communitites</a>
1616
<a href="/history" class="text-gray-600 hover:text-gray-900 transition-colors">History</a>
1717
</div>
@@ -29,7 +29,7 @@
2929
<div class="flex flex-col space-y-4 pt-4">
3030
<a href="#about" class="text-gray-600 hover:text-gray-900 transition-colors">About</a>
3131
<a href="#skills" class="text-gray-600 hover:text-gray-900 transition-colors">Skills</a>
32-
<a href="#projects" class="text-gray-600 hover:text-gray-900 transition-colors">Projects</a>
32+
<!-- <a href="#projects" class="text-gray-600 hover:text-gray-900 transition-colors">Projects</a> -->
3333
<a href="#contact" class="text-gray-600 hover:text-gray-900 transition-colors">Contact</a>
3434
</div>
3535
</div>

_includes/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="max-w-3xl mt-28 lg:mt-0 mx-auto flex flex-col gap-6">
33

44
<div class="w-full flex justify-center">
5-
<a href="/"
5+
<a href="{{ page.hero_url }}"
66
class="flex items-center font-semibold gap-3 p-1 px-3 rounded-2xl bg-white border border-slate-400/10 shadow-lg text-sm">
77
<div class="relative flex h-2 w-2"><span
88
class="animate-ping absolute inline-flex h-full w-full rounded-full bg-emerald-400 opacity-75"></span><span

_layouts/events.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1 class="text-4xl font-bold mb-2">{{ page.title }}</h1>
1717

1818
{% if page.decks %}
1919
<a href="{{ page.decks }}" target="_blank" class="mb-6 inline-block bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-lg">
20-
View Decks
20+
View Repository
2121
</a>
2222
{% endif %}
2323

@@ -86,6 +86,7 @@ <h2 class="text-2xl font-semibold mb-3">Speakers</h2>
8686
{% endif %}
8787

8888
<!-- Registration List -->
89+
<!--
8990
<section id="registration-list" class="mt-10">
9091
<h2 class="text-2xl font-semibold mb-3">Registered Participants</h2>
9192
<p id="reg-loading" class="text-gray-500">Loading...</p>
@@ -99,7 +100,8 @@ <h2 class="text-2xl font-semibold mb-3">Registered Participants</h2>
99100
</thead>
100101
<tbody id="reg-body" class="divide-y divide-gray-200"></tbody>
101102
</table>
102-
</section>
103+
</section>
104+
-->
103105
</article>
104106

105107
<script>

assets/lombokdev/ldm13/cfs.jpg

208 KB
Loading

index.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
hero_url: "/events/ldm13"
34
---
45

56
{% include hero.html %}

0 commit comments

Comments
 (0)