-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
317 lines (302 loc) · 19.5 KB
/
Copy pathindex.html
File metadata and controls
317 lines (302 loc) · 19.5 KB
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Developers Coffee - Building innovative solutions with modern technology. Explore our open-source projects, tools, and contributions.">
<meta name="keywords" content="Developers Coffee, Open Source, Software Development, GitHub, Portfolio">
<meta name="author" content="Developers Coffee">
<title>Developers Coffee - Brewing Innovation in Code</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<script>
document.documentElement.dataset.theme = localStorage.getItem("theme") || "light";
</script>
</head>
<body>
<main class="page-container">
<article class="newspaper-sheet">
<!-- Masthead -->
<header class="masthead">
<div class="masthead-eyebrow">
<span class="masthead-eyebrow-left">
<span class="logo">☕</span>
</span>
<nav class="masthead-nav">
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#featured">Featured</a></li>
<li><a href="#this-week">This Week</a></li>
<li><a href="#writing">Blog</a></li>
<li><a href="#projects">Projects</a></li>
<li class="nav-dropdown">
<a href="#" class="dropdown-toggle">Docs ▾</a>
<ul class="dropdown-menu">
<li><a href="https://developerscoffee.github.io/java-cwe-security-skills/" target="_blank">🔐 Security Skills</a></li>
</ul>
</li>
<li><a href="#stats">Stats</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<span class="masthead-eyebrow-right">
<button id="theme-toggle" class="rail-btn" aria-label="Toggle Day/Night Edition" data-tooltip="Toggle Day/Night Edition">
<span class="theme-toggle-icon">
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg>
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path></svg>
</span>
</button>
</span>
</div>
<h1 class="masthead-name">Developers Coffee</h1>
<p class="masthead-tagline">Brewing Innovation in Code ☕</p>
<hr class="masthead-rule-thick">
</header>
<!-- Lede -->
<section class="hero">
<div class="container">
<div class="hero-content">
<p class="hero-description">
Building production-ready systems, open-source tools, and innovative solutions
with modern technology stacks. From distributed systems to AI-powered applications.
</p>
<div class="tech-badges">
<span class="badge">Go</span>
<span class="badge">Java</span>
<span class="badge">Dart/Flutter</span>
<span class="badge">Distributed Systems</span>
<span class="badge">AI/ML</span>
<span class="badge">Cloud Native</span>
</div>
<div class="hero-cta">
<a href="https://github.com/DevelopersCoffee" target="_blank" class="btn btn-primary">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
View on GitHub
</a>
<a href="#featured" class="btn btn-secondary">Explore Projects</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="section about-section">
<div class="container">
<h2 class="section-title">About Developers Coffee</h2>
<div class="about-content">
<p class="about-text">
Developers Coffee is a community-driven organization focused on building innovative,
production-ready software solutions. We specialize in distributed systems, AI-powered
applications, and modern web technologies.
</p>
<p class="about-text">
Our projects range from educational platforms teaching open-source contribution workflows
to cutting-edge systems like AI-enabled game backends, real-time collaborative editors,
and intelligent meeting assistants.
</p>
<div class="about-highlights">
<div class="highlight-card">
<div class="highlight-number" data-target="14">0</div>
<div class="highlight-label">Public Repositories</div>
</div>
<div class="highlight-card">
<div class="highlight-number" data-target="5">0</div>
<div class="highlight-label">Active Projects</div>
</div>
<div class="highlight-card">
<div class="highlight-number" data-target="100">0</div>
<div class="highlight-label">Community Members</div>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Projects Section -->
<section id="featured" class="section featured-section">
<div class="container">
<h2 class="section-title">Featured Projects</h2>
<p class="section-subtitle">Showcasing our core work with measurable impact</p>
<div id="featured-projects" class="featured-grid">
<!-- Featured projects will be dynamically loaded -->
</div>
</div>
</section>
<!-- This Week Section -->
<section id="this-week" class="section">
<div class="container">
<h2 class="section-title">This Week</h2>
<p class="section-subtitle">Auto-generated every Monday from public repo activity</p>
<div id="this-week-content">
<p class="section-subtitle">Loading this week's activity…</p>
</div>
</div>
</section>
<!-- Writing / Blog Section -->
<section id="writing" class="section">
<div class="container">
<h2 class="section-title">Writing</h2>
<p class="section-subtitle">Deep dives on what we're building and learning</p>
<div class="featured-grid">
<a href="/acdc-agentic-verify-solve-poc/" class="featured-card fade-in-up" style="display:block;">
<div class="featured-header">
<div>
<h3 class="featured-title">We put Claude Code inside a deterministic Verify → Solve loop. It caught its own bug.</h3>
</div>
</div>
<p class="featured-description">A real AC/DC (Guide → Verify → Solve) experiment on spring-petclinic: ArchUnit + a local SonarQube quality gate catch an architecture violation, a wrong Spring Boot 4 import, and a bug in our own verification script — before/after in git history.</p>
<div class="featured-tech">
<span class="tech-tag">AI Agents</span>
<span class="tech-tag">SonarQube</span>
<span class="tech-tag">Spring Boot</span>
</div>
</a>
</div>
</div>
</section>
<!-- All Projects Section -->
<section id="projects" class="section projects-section">
<div class="container">
<h2 class="section-title">All Public Repositories</h2>
<div class="projects-controls">
<div class="search-box">
<input type="text" id="search-input" placeholder="Search repositories...">
</div>
<div class="filter-tabs">
<button class="filter-tab active" data-filter="all">All</button>
<button class="filter-tab" data-filter="go">Go</button>
<button class="filter-tab" data-filter="java">Java</button>
<button class="filter-tab" data-filter="dart">Dart</button>
</div>
</div>
<div id="repositories" class="repos-grid">
<!-- Repositories will be dynamically loaded -->
</div>
<div id="loading" class="loading">
<div class="spinner"></div>
<p>Loading repositories...</p>
</div>
</div>
</section>
<!-- GitHub Stats Section -->
<section id="stats" class="section stats-section">
<div class="container">
<h2 class="section-title">GitHub Statistics</h2>
<div class="stats-grid">
<div class="stat-card">
<img src="https://github-readme-stats.vercel.app/api?username=DevelopersCoffee&show_icons=true&theme=tokyonight&hide_border=true&bg_color=0d1117&title_color=58a6ff&icon_color=1f6feb&text_color=c9d1d9" alt="GitHub Stats" loading="lazy" onerror="this.closest('.stat-card').innerHTML='<p class=\'stat-fallback\'>GitHub stats temporarily unavailable — <a href=\'https://github.com/DevelopersCoffee\' target=\'_blank\'>view on GitHub</a></p>'">
</div>
<div class="stat-card">
<img src="https://github-readme-streak-stats.herokuapp.com/?user=DevelopersCoffee&theme=tokyonight&hide_border=true&background=0d1117&ring=58a6ff&fire=1f6feb&currStreakLabel=c9d1d9" alt="GitHub Streak Stats" loading="lazy" onerror="this.closest('.stat-card').innerHTML='<p class=\'stat-fallback\'>GitHub streak temporarily unavailable — <a href=\'https://github.com/DevelopersCoffee\' target=\'_blank\'>view on GitHub</a></p>'">
</div>
</div>
</section>
<!-- Tech Stack Section -->
<section class="section tech-section">
<div class="container">
<h2 class="section-title">Technology Stack</h2>
<div class="tech-grid">
<div class="tech-category">
<h3 class="tech-category-title">Languages</h3>
<div class="tech-items">
<span class="tech-item">Go</span>
<span class="tech-item">Java</span>
<span class="tech-item">Dart</span>
<span class="tech-item">JavaScript</span>
<span class="tech-item">Python</span>
</div>
</div>
<div class="tech-category">
<h3 class="tech-category-title">Frameworks & Tools</h3>
<div class="tech-items">
<span class="tech-item">Flutter</span>
<span class="tech-item">JHipster</span>
<span class="tech-item">Dapr</span>
<span class="tech-item">QUIC Protocol</span>
</div>
</div>
<div class="tech-category">
<h3 class="tech-category-title">Infrastructure</h3>
<div class="tech-items">
<span class="tech-item">YugabyteDB</span>
<span class="tech-item">Docker</span>
<span class="tech-item">Kubernetes</span>
<span class="tech-item">GitHub Actions</span>
</div>
</div>
<div class="tech-category">
<h3 class="tech-category-title">Specializations</h3>
<div class="tech-items">
<span class="tech-item">Distributed Systems</span>
<span class="tech-item">AI/ML Integration</span>
<span class="tech-item">Real-time Collaboration</span>
<span class="tech-item">Load Balancing</span>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section contact-section">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<p class="section-subtitle">Let's collaborate and build something amazing together</p>
<div class="contact-links">
<a href="https://github.com/DevelopersCoffee" target="_blank" class="contact-link">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
<span>GitHub Organization</span>
</a>
<a href="https://twitter.com/DevlopersCoffee" target="_blank" class="contact-link">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/>
</svg>
<span>@DevlopersCoffee</span>
</a>
<a href="https://www.linkedin.com/company/developer-scoffee" target="_blank" class="contact-link">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
<span>Developer'sCoffee</span>
</a>
<a href="https://medium.com/devs-magazine" target="_blank" class="contact-link">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M13.54 12a6.8 6.8 0 01-6.77 6.82A6.8 6.8 0 010 12a6.8 6.8 0 016.77-6.82A6.8 6.8 0 0113.54 12zM20.96 12c0 3.54-1.51 6.42-3.38 6.42-1.87 0-3.39-2.88-3.39-6.42s1.52-6.42 3.39-6.42 3.38 2.88 3.38 6.42M24 12c0 3.17-.53 5.75-1.19 5.75-.66 0-1.19-2.58-1.19-5.75s.53-5.75 1.19-5.75C23.47 6.25 24 8.83 24 12z"/>
</svg>
<span>Medium Publication</span>
</a>
</div>
</div>
</section>
<!-- Community CTA Section -->
<section class="section community-cta">
<div class="container">
<h2 class="section-title">Join Our Community</h2>
<p class="section-subtitle">Stay updated on open-source projects and engineering insights</p>
<div class="community-social-links">
<a href="https://www.linkedin.com/company/developerscoffee/" target="_blank" class="community-social-link linkedin">
<svg viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
LinkedIn
</a>
<a href="https://x.com/DevlopersCoffee" target="_blank" class="community-social-link twitter">
<svg viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
X (Twitter)
</a>
</div>
<p class="cta-note">🚀 <a href="https://github.com/DevelopersCoffee" target="_blank">Contribute to our projects on GitHub</a></p>
</div>
</section>
</article>
</main>
<!-- Footer -->
<footer class="edition-colophon">
<div class="colophon-row">© 2026 Developers Coffee. Brewing innovation in code, one commit at a time.</div>
<div class="colophon-row">Open Source · Community Driven · Production Ready</div>
</footer>
<script src="scripts/theme-toggle.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>