File size: 107,588 Bytes
b88a1c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
id,model_slug,article_id,title,reactions,comments,reading_time,tags,published_at,collected_at
1,openai/gpt-5.4-pro,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:28"
2,openai/gpt-5.4,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:28"
3,openai/gpt-5.4-pro,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:28"
4,openai/gpt-5.4,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:28"
5,openai/gpt-5.4-pro,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:28"
6,openai/gpt-5.4,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:28"
7,openai/gpt-5.4-pro,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:28"
8,openai/gpt-5.4,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:28"
9,openai/gpt-5.4-pro,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:28"
10,openai/gpt-5.4,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:28"
11,openai/gpt-5.4-pro,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:28"
12,openai/gpt-5.4,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:28"
13,openai/gpt-5.4-pro,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:28"
14,openai/gpt-5.4,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:28"
15,openai/gpt-5.4-pro,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:28"
16,openai/gpt-5.4,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:28"
17,openai/gpt-5.4-pro,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:28"
18,openai/gpt-5.4,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:28"
19,openai/gpt-5.4-pro,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:28"
20,openai/gpt-5.4,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:28"
21,openai/gpt-5.4-pro,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:28"
22,openai/gpt-5.4,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:28"
23,openai/gpt-5.4-pro,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:28"
24,openai/gpt-5.4,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:28"
25,openai/gpt-5.4-pro,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:28"
26,openai/gpt-5.4,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:28"
27,openai/gpt-5.4-pro,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:28"
28,openai/gpt-5.4,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:28"
29,openai/gpt-5.4-pro,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:28"
30,openai/gpt-5.4,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:28"
31,openai/gpt-5.4-pro,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:28"
32,openai/gpt-5.4,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:28"
33,openai/gpt-5.4-pro,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:28"
34,openai/gpt-5.4,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:28"
35,openai/gpt-5.4-pro,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:28"
36,openai/gpt-5.4,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:28"
37,openai/gpt-5.4-pro,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:28"
38,openai/gpt-5.4,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:28"
39,openai/gpt-5.4-pro,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:28"
40,openai/gpt-5.4,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:28"
41,openai/gpt-5.4-mini,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:29"
42,openai/gpt-5.4-mini,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:29"
43,openai/gpt-5.4-mini,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:29"
44,openai/gpt-5.4-mini,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:29"
45,openai/gpt-5.4-mini,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:29"
46,openai/gpt-5.4-mini,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:29"
47,openai/gpt-5.4-mini,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:29"
48,openai/gpt-5.4-mini,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:29"
49,openai/gpt-5.4-mini,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:29"
50,openai/gpt-5.4-mini,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:29"
51,openai/gpt-5.4-mini,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:29"
52,openai/gpt-5.4-mini,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:29"
53,openai/gpt-5.4-mini,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:29"
54,openai/gpt-5.4-mini,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:29"
55,openai/gpt-5.4-mini,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:29"
56,openai/gpt-5.4-mini,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:29"
57,openai/gpt-5.4-mini,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:29"
58,openai/gpt-5.4-mini,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:29"
59,openai/gpt-5.4-mini,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:29"
60,openai/gpt-5.4-mini,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:29"
61,openai/o4-mini,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:30"
62,openai/o4-mini,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:30"
63,openai/o4-mini,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:30"
64,openai/o4-mini,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:30"
65,openai/o4-mini,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:30"
66,openai/o4-mini,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:30"
67,openai/o4-mini,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:30"
68,openai/o4-mini,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:30"
69,openai/o4-mini,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:30"
70,openai/o4-mini,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:30"
71,openai/o4-mini,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:30"
72,openai/o4-mini,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:30"
73,openai/o4-mini,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:30"
74,openai/o4-mini,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:30"
75,openai/o4-mini,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:30"
76,openai/o4-mini,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:30"
77,openai/o4-mini,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:30"
78,openai/o4-mini,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:30"
79,openai/o4-mini,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:30"
80,openai/o4-mini,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:30"
81,openai/o3,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:31"
82,openai/o3,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:31"
83,openai/o3,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:31"
84,openai/o3,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:31"
85,openai/o3,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:31"
86,openai/o3,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:31"
87,openai/o3,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:31"
88,openai/o3,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:31"
89,openai/o3,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:31"
90,openai/o3,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:31"
91,openai/o3,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:31"
92,openai/o3,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:31"
93,openai/o3,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:31"
94,openai/o3,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:31"
95,openai/o3,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:31"
96,openai/o3,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:31"
97,openai/o3,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:31"
98,openai/o3,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:31"
99,openai/o3,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:31"
100,openai/o3,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:31"
101,anthropic/claude-opus-4.6,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:32"
102,anthropic/claude-opus-4.5,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:32"
103,anthropic/claude-opus-4.6,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:32"
104,anthropic/claude-opus-4.5,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:32"
105,anthropic/claude-opus-4.6,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:32"
106,anthropic/claude-opus-4.5,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:32"
107,anthropic/claude-opus-4.6,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:32"
108,anthropic/claude-opus-4.5,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:32"
109,anthropic/claude-opus-4.6,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:32"
110,anthropic/claude-opus-4.5,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:32"
111,anthropic/claude-opus-4.6,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:32"
112,anthropic/claude-opus-4.5,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:32"
113,anthropic/claude-opus-4.6,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:32"
114,anthropic/claude-opus-4.5,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:32"
115,anthropic/claude-opus-4.6,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:32"
116,anthropic/claude-opus-4.5,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:32"
117,anthropic/claude-opus-4.6,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:32"
118,anthropic/claude-opus-4.5,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:32"
119,anthropic/claude-opus-4.6,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:32"
120,anthropic/claude-opus-4.5,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:32"
121,anthropic/claude-opus-4.6,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:32"
122,anthropic/claude-opus-4.5,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:32"
123,anthropic/claude-opus-4.6,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:32"
124,anthropic/claude-opus-4.5,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:32"
125,anthropic/claude-opus-4.6,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:32"
126,anthropic/claude-opus-4.5,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:32"
127,anthropic/claude-opus-4.6,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:32"
128,anthropic/claude-opus-4.5,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:32"
129,anthropic/claude-opus-4.6,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:32"
130,anthropic/claude-opus-4.5,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:32"
131,anthropic/claude-opus-4.6,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:32"
132,anthropic/claude-opus-4.5,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:32"
133,anthropic/claude-opus-4.6,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:32"
134,anthropic/claude-opus-4.5,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:32"
135,anthropic/claude-opus-4.6,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:32"
136,anthropic/claude-opus-4.5,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:32"
137,anthropic/claude-opus-4.6,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:32"
138,anthropic/claude-opus-4.5,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:32"
139,anthropic/claude-opus-4.6,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:32"
140,anthropic/claude-opus-4.5,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:32"
141,anthropic/claude-sonnet-4.6,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:33"
142,anthropic/claude-sonnet-4.5,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:33"
143,anthropic/claude-sonnet-4.6,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:33"
144,anthropic/claude-sonnet-4.5,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:33"
145,anthropic/claude-sonnet-4.6,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:33"
146,anthropic/claude-sonnet-4.5,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:33"
147,anthropic/claude-sonnet-4.6,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:33"
148,anthropic/claude-sonnet-4.5,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:33"
149,anthropic/claude-sonnet-4.6,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:33"
150,anthropic/claude-sonnet-4.5,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:33"
151,anthropic/claude-sonnet-4.6,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:33"
152,anthropic/claude-sonnet-4.5,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:33"
153,anthropic/claude-sonnet-4.6,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:33"
154,anthropic/claude-sonnet-4.5,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:33"
155,anthropic/claude-sonnet-4.6,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:33"
156,anthropic/claude-sonnet-4.5,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:33"
157,anthropic/claude-sonnet-4.6,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:33"
158,anthropic/claude-sonnet-4.5,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:33"
159,anthropic/claude-sonnet-4.6,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:33"
160,anthropic/claude-sonnet-4.5,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:33"
161,anthropic/claude-sonnet-4.6,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:33"
162,anthropic/claude-sonnet-4.5,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:33"
163,anthropic/claude-sonnet-4.6,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:33"
164,anthropic/claude-sonnet-4.5,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:33"
165,anthropic/claude-sonnet-4.6,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:33"
166,anthropic/claude-sonnet-4.5,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:33"
167,anthropic/claude-sonnet-4.6,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:33"
168,anthropic/claude-sonnet-4.5,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:33"
169,anthropic/claude-sonnet-4.6,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:33"
170,anthropic/claude-sonnet-4.5,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:33"
171,anthropic/claude-sonnet-4.6,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:33"
172,anthropic/claude-sonnet-4.5,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:33"
173,anthropic/claude-sonnet-4.6,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:33"
174,anthropic/claude-sonnet-4.5,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:33"
175,anthropic/claude-sonnet-4.6,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:33"
176,anthropic/claude-sonnet-4.5,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:33"
177,anthropic/claude-sonnet-4.6,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:33"
178,anthropic/claude-sonnet-4.5,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:33"
179,anthropic/claude-sonnet-4.6,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:33"
180,anthropic/claude-sonnet-4.5,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:33"
181,anthropic/claude-haiku-4.5,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:34"
182,anthropic/claude-haiku-4.5,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:34"
183,anthropic/claude-haiku-4.5,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:34"
184,anthropic/claude-haiku-4.5,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:34"
185,anthropic/claude-haiku-4.5,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:34"
186,anthropic/claude-haiku-4.5,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:34"
187,anthropic/claude-haiku-4.5,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:34"
188,anthropic/claude-haiku-4.5,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:34"
189,anthropic/claude-haiku-4.5,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:34"
190,anthropic/claude-haiku-4.5,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:34"
191,anthropic/claude-haiku-4.5,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:34"
192,anthropic/claude-haiku-4.5,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:34"
193,anthropic/claude-haiku-4.5,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:34"
194,anthropic/claude-haiku-4.5,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:34"
195,anthropic/claude-haiku-4.5,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:34"
196,anthropic/claude-haiku-4.5,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:34"
197,anthropic/claude-haiku-4.5,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:34"
198,anthropic/claude-haiku-4.5,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:34"
199,anthropic/claude-haiku-4.5,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:34"
200,anthropic/claude-haiku-4.5,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:34"
201,google/gemini-3.1-pro-preview,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:35"
202,google/gemini-3.1-pro-preview,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:35"
203,google/gemini-3.1-pro-preview,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:35"
204,google/gemini-3.1-pro-preview,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:35"
205,google/gemini-3.1-pro-preview,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:35"
206,google/gemini-3.1-pro-preview,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:35"
207,google/gemini-3.1-pro-preview,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:35"
208,google/gemini-3.1-pro-preview,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:35"
209,google/gemini-3.1-pro-preview,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:35"
210,google/gemini-3.1-pro-preview,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:35"
211,google/gemini-3.1-pro-preview,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:35"
212,google/gemini-3.1-pro-preview,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:35"
213,google/gemini-3.1-pro-preview,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:35"
214,google/gemini-3.1-pro-preview,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:35"
215,google/gemini-3.1-pro-preview,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:35"
216,google/gemini-3.1-pro-preview,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:35"
217,google/gemini-3.1-pro-preview,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:35"
218,google/gemini-3.1-pro-preview,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:35"
219,google/gemini-3.1-pro-preview,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:35"
220,google/gemini-3.1-pro-preview,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:35"
221,google/gemini-2.5-pro,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:36"
222,google/gemini-2.5-pro,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:36"
223,google/gemini-2.5-pro,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:36"
224,google/gemini-2.5-pro,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:36"
225,google/gemini-2.5-pro,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:36"
226,google/gemini-2.5-pro,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:36"
227,google/gemini-2.5-pro,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:36"
228,google/gemini-2.5-pro,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:36"
229,google/gemini-2.5-pro,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:36"
230,google/gemini-2.5-pro,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:36"
231,google/gemini-2.5-pro,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:36"
232,google/gemini-2.5-pro,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:36"
233,google/gemini-2.5-pro,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:36"
234,google/gemini-2.5-pro,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:36"
235,google/gemini-2.5-pro,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:36"
236,google/gemini-2.5-pro,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:36"
237,google/gemini-2.5-pro,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:36"
238,google/gemini-2.5-pro,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:36"
239,google/gemini-2.5-pro,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:36"
240,google/gemini-2.5-pro,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:36"
241,google/gemini-2.5-flash,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:37"
242,google/gemini-2.5-flash,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:37"
243,google/gemini-2.5-flash,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:37"
244,google/gemini-2.5-flash,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:37"
245,google/gemini-2.5-flash,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:37"
246,google/gemini-2.5-flash,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:37"
247,google/gemini-2.5-flash,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:37"
248,google/gemini-2.5-flash,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:37"
249,google/gemini-2.5-flash,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:37"
250,google/gemini-2.5-flash,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:37"
251,google/gemini-2.5-flash,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:37"
252,google/gemini-2.5-flash,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:37"
253,google/gemini-2.5-flash,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:37"
254,google/gemini-2.5-flash,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:37"
255,google/gemini-2.5-flash,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:37"
256,google/gemini-2.5-flash,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:37"
257,google/gemini-2.5-flash,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:37"
258,google/gemini-2.5-flash,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:37"
259,google/gemini-2.5-flash,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:37"
260,google/gemini-2.5-flash,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:37"
261,google/gemma-4-31b-it,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:38"
262,google/gemma-4-31b-it,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:38"
263,google/gemma-4-31b-it,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:38"
264,google/gemma-4-31b-it,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:38"
265,google/gemma-4-31b-it,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:38"
266,google/gemma-4-31b-it,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:38"
267,google/gemma-4-31b-it,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:38"
268,google/gemma-4-31b-it,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:38"
269,google/gemma-4-31b-it,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:38"
270,google/gemma-4-31b-it,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:38"
271,google/gemma-4-31b-it,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:38"
272,google/gemma-4-31b-it,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:38"
273,google/gemma-4-31b-it,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:38"
274,google/gemma-4-31b-it,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:38"
275,google/gemma-4-31b-it,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:38"
276,google/gemma-4-31b-it,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:38"
277,google/gemma-4-31b-it,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:38"
278,google/gemma-4-31b-it,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:38"
279,google/gemma-4-31b-it,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:38"
280,google/gemma-4-31b-it,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:38"
281,meta-llama/llama-4-maverick,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:39"
282,meta-llama/llama-4-maverick,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:39"
283,meta-llama/llama-4-maverick,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:39"
284,meta-llama/llama-4-maverick,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:39"
285,meta-llama/llama-4-maverick,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:39"
286,meta-llama/llama-4-maverick,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:39"
287,meta-llama/llama-4-maverick,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:39"
288,meta-llama/llama-4-maverick,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:39"
289,meta-llama/llama-4-maverick,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:39"
290,meta-llama/llama-4-maverick,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:39"
291,meta-llama/llama-4-maverick,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:39"
292,meta-llama/llama-4-maverick,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:39"
293,meta-llama/llama-4-maverick,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:39"
294,meta-llama/llama-4-maverick,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:39"
295,meta-llama/llama-4-maverick,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:39"
296,meta-llama/llama-4-maverick,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:39"
297,meta-llama/llama-4-maverick,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:39"
298,meta-llama/llama-4-maverick,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:39"
299,meta-llama/llama-4-maverick,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:39"
300,meta-llama/llama-4-maverick,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:39"
301,meta-llama/llama-4-scout,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:40"
302,meta-llama/llama-4-scout,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:40"
303,meta-llama/llama-4-scout,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:40"
304,meta-llama/llama-4-scout,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:40"
305,meta-llama/llama-4-scout,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:40"
306,meta-llama/llama-4-scout,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:40"
307,meta-llama/llama-4-scout,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:40"
308,meta-llama/llama-4-scout,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:40"
309,meta-llama/llama-4-scout,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:40"
310,meta-llama/llama-4-scout,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:40"
311,meta-llama/llama-4-scout,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:40"
312,meta-llama/llama-4-scout,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:40"
313,meta-llama/llama-4-scout,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:40"
314,meta-llama/llama-4-scout,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:40"
315,meta-llama/llama-4-scout,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:40"
316,meta-llama/llama-4-scout,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:40"
317,meta-llama/llama-4-scout,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:40"
318,meta-llama/llama-4-scout,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:40"
319,meta-llama/llama-4-scout,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:40"
320,meta-llama/llama-4-scout,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:40"
321,deepseek/deepseek-v3.2,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:41"
322,deepseek/deepseek-v3.2,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:41"
323,deepseek/deepseek-v3.2,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:41"
324,deepseek/deepseek-v3.2,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:41"
325,deepseek/deepseek-v3.2,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:41"
326,deepseek/deepseek-v3.2,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:41"
327,deepseek/deepseek-v3.2,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:41"
328,deepseek/deepseek-v3.2,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:41"
329,deepseek/deepseek-v3.2,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:41"
330,deepseek/deepseek-v3.2,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:41"
331,deepseek/deepseek-v3.2,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:41"
332,deepseek/deepseek-v3.2,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:41"
333,deepseek/deepseek-v3.2,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:41"
334,deepseek/deepseek-v3.2,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:41"
335,deepseek/deepseek-v3.2,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:41"
336,deepseek/deepseek-v3.2,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:41"
337,deepseek/deepseek-v3.2,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:41"
338,deepseek/deepseek-v3.2,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:41"
339,deepseek/deepseek-v3.2,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:41"
340,deepseek/deepseek-v3.2,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:41"
341,deepseek/deepseek-r1,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:43"
342,deepseek/deepseek-r1,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:43"
343,deepseek/deepseek-r1,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:43"
344,deepseek/deepseek-r1,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:43"
345,deepseek/deepseek-r1,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:43"
346,deepseek/deepseek-r1,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:43"
347,deepseek/deepseek-r1,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:43"
348,deepseek/deepseek-r1,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:43"
349,deepseek/deepseek-r1,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:43"
350,deepseek/deepseek-r1,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:43"
351,deepseek/deepseek-r1,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:43"
352,deepseek/deepseek-r1,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:43"
353,deepseek/deepseek-r1,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:43"
354,deepseek/deepseek-r1,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:43"
355,deepseek/deepseek-r1,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:43"
356,deepseek/deepseek-r1,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:43"
357,deepseek/deepseek-r1,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:43"
358,deepseek/deepseek-r1,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:43"
359,deepseek/deepseek-r1,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:43"
360,deepseek/deepseek-r1,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:43"
361,mistralai/mistral-large-2512,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:44"
362,mistralai/mistral-large-2512,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:44"
363,mistralai/mistral-large-2512,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:44"
364,mistralai/mistral-large-2512,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:44"
365,mistralai/mistral-large-2512,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:44"
366,mistralai/mistral-large-2512,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:44"
367,mistralai/mistral-large-2512,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:44"
368,mistralai/mistral-large-2512,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:44"
369,mistralai/mistral-large-2512,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:44"
370,mistralai/mistral-large-2512,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:44"
371,mistralai/mistral-large-2512,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:44"
372,mistralai/mistral-large-2512,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:44"
373,mistralai/mistral-large-2512,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:44"
374,mistralai/mistral-large-2512,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:44"
375,mistralai/mistral-large-2512,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:44"
376,mistralai/mistral-large-2512,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:44"
377,mistralai/mistral-large-2512,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:44"
378,mistralai/mistral-large-2512,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:44"
379,mistralai/mistral-large-2512,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:44"
380,mistralai/mistral-large-2512,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:44"
381,mistralai/devstral-medium,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:45"
382,mistralai/devstral-medium,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:45"
383,mistralai/devstral-medium,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:45"
384,mistralai/devstral-medium,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:45"
385,mistralai/devstral-medium,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:45"
386,mistralai/devstral-medium,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:45"
387,mistralai/devstral-medium,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:45"
388,mistralai/devstral-medium,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:45"
389,mistralai/devstral-medium,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:45"
390,mistralai/devstral-medium,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:45"
391,mistralai/devstral-medium,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:45"
392,mistralai/devstral-medium,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:45"
393,mistralai/devstral-medium,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:45"
394,mistralai/devstral-medium,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:45"
395,mistralai/devstral-medium,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:45"
396,mistralai/devstral-medium,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:45"
397,mistralai/devstral-medium,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:45"
398,mistralai/devstral-medium,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:45"
399,mistralai/devstral-medium,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:45"
400,mistralai/devstral-medium,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:45"
401,qwen/qwen3-235b-a22b,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:46"
402,qwen/qwen3-235b-a22b,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:46"
403,qwen/qwen3-235b-a22b,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:46"
404,qwen/qwen3-235b-a22b,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:46"
405,qwen/qwen3-235b-a22b,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:46"
406,qwen/qwen3-235b-a22b,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:46"
407,qwen/qwen3-235b-a22b,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:46"
408,qwen/qwen3-235b-a22b,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:46"
409,qwen/qwen3-235b-a22b,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:46"
410,qwen/qwen3-235b-a22b,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:46"
411,qwen/qwen3-235b-a22b,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:46"
412,qwen/qwen3-235b-a22b,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:46"
413,qwen/qwen3-235b-a22b,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:46"
414,qwen/qwen3-235b-a22b,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:46"
415,qwen/qwen3-235b-a22b,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:46"
416,qwen/qwen3-235b-a22b,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:46"
417,qwen/qwen3-235b-a22b,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:46"
418,qwen/qwen3-235b-a22b,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:46"
419,qwen/qwen3-235b-a22b,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:46"
420,qwen/qwen3-235b-a22b,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:46"
421,qwen/qwq-32b,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:47"
422,qwen/qwq-32b,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:47"
423,qwen/qwq-32b,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:47"
424,qwen/qwq-32b,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:47"
425,qwen/qwq-32b,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:47"
426,qwen/qwq-32b,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:47"
427,qwen/qwq-32b,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:47"
428,qwen/qwq-32b,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:47"
429,qwen/qwq-32b,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:47"
430,qwen/qwq-32b,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:47"
431,qwen/qwq-32b,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:47"
432,qwen/qwq-32b,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:47"
433,qwen/qwq-32b,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:47"
434,qwen/qwq-32b,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:47"
435,qwen/qwq-32b,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:47"
436,qwen/qwq-32b,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:47"
437,qwen/qwq-32b,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:47"
438,qwen/qwq-32b,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:47"
439,qwen/qwq-32b,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:47"
440,qwen/qwq-32b,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:47"
441,x-ai/grok-4.20,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:48"
442,x-ai/grok-4.20,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:48"
443,x-ai/grok-4.20,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:48"
444,x-ai/grok-4.20,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:48"
445,x-ai/grok-4.20,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:48"
446,x-ai/grok-4.20,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:48"
447,x-ai/grok-4.20,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:48"
448,x-ai/grok-4.20,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:48"
449,x-ai/grok-4.20,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:48"
450,x-ai/grok-4.20,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:48"
451,x-ai/grok-4.20,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:48"
452,x-ai/grok-4.20,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:48"
453,x-ai/grok-4.20,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:48"
454,x-ai/grok-4.20,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:48"
455,x-ai/grok-4.20,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:48"
456,x-ai/grok-4.20,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:48"
457,x-ai/grok-4.20,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:48"
458,x-ai/grok-4.20,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:48"
459,x-ai/grok-4.20,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:48"
460,x-ai/grok-4.20,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:48"
461,x-ai/grok-4,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:49"
462,x-ai/grok-4,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:49"
463,x-ai/grok-4,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:49"
464,x-ai/grok-4,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:49"
465,x-ai/grok-4,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:49"
466,x-ai/grok-4,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:49"
467,x-ai/grok-4,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:49"
468,x-ai/grok-4,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:49"
469,x-ai/grok-4,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:49"
470,x-ai/grok-4,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:49"
471,x-ai/grok-4,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:49"
472,x-ai/grok-4,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:49"
473,x-ai/grok-4,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:49"
474,x-ai/grok-4,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:49"
475,x-ai/grok-4,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:49"
476,x-ai/grok-4,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:49"
477,x-ai/grok-4,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:49"
478,x-ai/grok-4,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:49"
479,x-ai/grok-4,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:49"
480,x-ai/grok-4,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:49"
481,cohere/command-a,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:50"
482,cohere/command-a,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:50"
483,cohere/command-a,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:50"
484,cohere/command-a,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:50"
485,cohere/command-a,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:50"
486,cohere/command-a,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:50"
487,cohere/command-a,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:50"
488,cohere/command-a,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:50"
489,cohere/command-a,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:50"
490,cohere/command-a,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:50"
491,cohere/command-a,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:50"
492,cohere/command-a,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:50"
493,cohere/command-a,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:50"
494,cohere/command-a,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:50"
495,cohere/command-a,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:50"
496,cohere/command-a,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:50"
497,cohere/command-a,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:50"
498,cohere/command-a,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:50"
499,cohere/command-a,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:50"
500,cohere/command-a,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:50"
501,moonshotai/kimi-k2.5,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:51"
502,moonshotai/kimi-k2.5,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:51"
503,moonshotai/kimi-k2.5,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:51"
504,moonshotai/kimi-k2.5,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:51"
505,moonshotai/kimi-k2.5,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:51"
506,moonshotai/kimi-k2.5,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:51"
507,moonshotai/kimi-k2.5,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:51"
508,moonshotai/kimi-k2.5,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:51"
509,moonshotai/kimi-k2.5,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:51"
510,moonshotai/kimi-k2.5,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:51"
511,moonshotai/kimi-k2.5,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:51"
512,moonshotai/kimi-k2.5,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:51"
513,moonshotai/kimi-k2.5,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:51"
514,moonshotai/kimi-k2.5,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:51"
515,moonshotai/kimi-k2.5,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:51"
516,moonshotai/kimi-k2.5,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:51"
517,moonshotai/kimi-k2.5,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:51"
518,moonshotai/kimi-k2.5,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:51"
519,moonshotai/kimi-k2.5,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:51"
520,moonshotai/kimi-k2.5,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:51"
521,minimax/minimax-m2.7,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:52"
522,minimax/minimax-m2.7,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:52"
523,minimax/minimax-m2.7,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:52"
524,minimax/minimax-m2.7,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:52"
525,minimax/minimax-m2.7,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:52"
526,minimax/minimax-m2.7,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:52"
527,minimax/minimax-m2.7,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:52"
528,minimax/minimax-m2.7,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:52"
529,minimax/minimax-m2.7,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:52"
530,minimax/minimax-m2.7,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:52"
531,minimax/minimax-m2.7,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:52"
532,minimax/minimax-m2.7,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:52"
533,minimax/minimax-m2.7,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:52"
534,minimax/minimax-m2.7,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:52"
535,minimax/minimax-m2.7,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:52"
536,minimax/minimax-m2.7,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:52"
537,minimax/minimax-m2.7,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:52"
538,minimax/minimax-m2.7,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:52"
539,minimax/minimax-m2.7,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:52"
540,minimax/minimax-m2.7,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:52"
541,perplexity/sonar-pro,3478222,"You’re a Real Software Developer Only If…",169,125,3,"jokes,devlive",2026-04-09T21:07:21Z,"2026-04-13 00:43:53"
542,perplexity/sonar-pro,3487725,"The Final 1% of Every GitHub Project: Sealing It Properly",28,16,12,"github,opensource,development,repository",2026-04-11T15:55:53Z,"2026-04-13 00:43:53"
543,perplexity/sonar-pro,3490642,"Building a Multimodal Agent with the ADK, Amazon ECS Express, and Gemini Flash Live 3.1",0,0,12,"googleadk,gemini,geminilive,python",2026-04-12T14:57:16Z,"2026-04-13 00:43:53"
544,perplexity/sonar-pro,3490637,"Building a Multimodal Agent with the ADK, Amazon Lightsail, and Gemini Flash Live 3.1",0,0,11,"python,geminilive,adk,gemini",2026-04-12T14:56:08Z,"2026-04-13 00:43:53"
545,perplexity/sonar-pro,3472528,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure Fabric, and Gemini CLI",4,0,7,"googlecloudplatform,adk,gemini,azure",2026-04-08T13:15:23Z,"2026-04-13 00:43:53"
546,perplexity/sonar-pro,3487957,"Why I’m Afraid to Ship Code I Haven’t Read",6,1,2,"softwareengineering,agenticcoding,techdebt,cybersecurity",2026-04-11T17:07:57Z,"2026-04-13 00:43:53"
547,perplexity/sonar-pro,3481871,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon ECS Express, and Gemini CLI",5,0,6,"google,gemini,ecsexpress,python",2026-04-10T12:54:24Z,"2026-04-13 00:43:53"
548,perplexity/sonar-pro,3481874,"Cross Cloud Multi Agent Comic Builder with ADK, Amazon EKS, and Gemini CLI",5,0,7,"gemini,googleadk,python,aws",2026-04-10T12:56:03Z,"2026-04-13 00:43:53"
549,perplexity/sonar-pro,3477633,"A Go + React monorepo starter with auth and multi-tenancy",1,0,4,"go,react,webdev,opensource",2026-04-09T17:15:51Z,"2026-04-13 00:43:53"
550,perplexity/sonar-pro,3467063,"Building a Multimodal Cross Cloud Live Agent with ADK, Azure AKS, and Gemini CLI",4,0,6,"googleadk,azure,ak,gemini",2026-04-07T13:16:14Z,"2026-04-13 00:43:53"
551,perplexity/sonar-pro,3476968,"Mastering Error Handling in Go",1,1,5,"go,programming,tutorial,security",2026-04-09T13:54:17Z,"2026-04-13 00:43:53"
552,perplexity/sonar-pro,3473526,"EU Compliance, Programmable: The API That Turns 19 EU Regulations Into JSON",0,0,8,"sofianehamlaoui,aws,tutorial,programming",2026-04-09T01:19:42Z,"2026-04-13 00:43:53"
553,perplexity/sonar-pro,3442043,"What was your win this week??",27,36,1,"discuss,weeklyretro",2026-04-10T13:00:00Z,"2026-04-13 00:43:53"
554,perplexity/sonar-pro,3461619,"Top 7 Featured DEV Posts of the Week",80,20,3,"top7,discuss",2026-04-06T17:09:19Z,"2026-04-13 00:43:53"
555,perplexity/sonar-pro,3340779,"Fine-Tuning Gemma 3 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",25,0,14,"nvidia,ai,gemma,serverless",2026-04-09T13:07:00Z,"2026-04-13 00:43:53"
556,perplexity/sonar-pro,3455115,"Deploying ADK Agents on Azure Kubernates Service (AKS)",4,0,9,"azure,python,googleadk,gemini",2026-04-04T22:47:18Z,"2026-04-13 00:43:53"
557,perplexity/sonar-pro,3481444,"I Keep Telling Claude the Same Things. So He Started Writing Them Down Himself.",4,8,4,"angular,ai,claude,webdev",2026-04-10T11:24:23Z,"2026-04-13 00:43:53"
558,perplexity/sonar-pro,3451929,"I Analyzed AI Coding Mistakes and Built an ESLint Plugin to Catch Them",1,0,4,"typescript,eslint,ai,llm",2026-04-04T01:49:02Z,"2026-04-13 00:43:53"
559,perplexity/sonar-pro,3477156,"Unlocking Casual Fun: AI-Powered 'Vibe Coding' for Quick, Niche Apps",53,16,4,"sideprojects,ai,vibecoding,gemini",2026-04-09T15:06:56Z,"2026-04-13 00:43:53"
560,perplexity/sonar-pro,3461208,"What are your goals for the week? #173",28,1,2,"discuss,motivation,writing",2026-04-06T14:28:05Z,"2026-04-13 00:43:53"
591,openai/gpt-5.4-pro,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:45"
592,openai/gpt-5.4,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:45"
616,openai/gpt-5.4-mini,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:46"
636,openai/o4-mini,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:47"
656,openai/o3,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:48"
691,anthropic/claude-opus-4.6,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:49"
692,anthropic/claude-opus-4.5,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:49"
731,anthropic/claude-sonnet-4.6,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:50"
732,anthropic/claude-sonnet-4.5,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:50"
756,anthropic/claude-haiku-4.5,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:51"
776,google/gemini-3.1-pro-preview,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:52"
796,google/gemini-2.5-pro,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:53"
816,google/gemini-2.5-flash,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:54"
836,google/gemma-4-31b-it,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:55"
856,meta-llama/llama-4-maverick,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:56"
876,meta-llama/llama-4-scout,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:57"
896,deepseek/deepseek-v3.2,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:58"
916,deepseek/deepseek-r1,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:45:59"
936,mistralai/mistral-large-2512,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:00"
956,mistralai/devstral-medium,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:02"
976,qwen/qwen3-235b-a22b,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:03"
996,qwen/qwq-32b,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:04"
1016,x-ai/grok-4.20,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:05"
1036,x-ai/grok-4,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:06"
1056,cohere/command-a,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:07"
1076,moonshotai/kimi-k2.5,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:08"
1096,minimax/minimax-m2.7,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:09"
1116,perplexity/sonar-pro,3482571,"I'm a bit lost.",35,16,4,"jobs,career,jobmarket,discuss",2026-04-10T15:42:25Z,"2026-04-13 02:46:10"
1121,google/gemma-4-31b-it,3462593,"On-Device AI with the Google AI Edge Gallery and Gemma 4",22,0,6,"aiondevice,android,ios,gemma",2026-04-06T21:40:03Z,"2026-04-13 02:48:28"
1122,openai/gpt-5.4-pro,3557915,"ChatGPT 5.4 v/s Claude Opus 4.6: Which Model Should You use?",0,0,10,"ai,chatgpt,claude,llm",2026-04-27T14:16:32Z,"2026-04-28 03:41:23"
1123,openai/gpt-5.4,3557915,"ChatGPT 5.4 v/s Claude Opus 4.6: Which Model Should You use?",0,0,10,"ai,chatgpt,claude,llm",2026-04-27T14:16:32Z,"2026-04-28 03:41:23"
1124,anthropic/claude-opus-4.6,3557915,"ChatGPT 5.4 v/s Claude Opus 4.6: Which Model Should You use?",0,0,10,"ai,chatgpt,claude,llm",2026-04-27T14:16:32Z,"2026-04-28 03:41:33"
1125,anthropic/claude-opus-4.5,3557915,"ChatGPT 5.4 v/s Claude Opus 4.6: Which Model Should You use?",0,0,10,"ai,chatgpt,claude,llm",2026-04-27T14:16:32Z,"2026-04-28 03:41:33"
1130,google/gemma-4-31b-it,3547210,"Fine-Tuning Gemma 4 with Cloud Run Jobs: Serverless GPUs (NVIDIA RTX 6000 Pro) for pet breed classification 🐈🐕",5,0,9,"gemma,machinelearning,googlecloud,cloudrun",2026-04-28T19:54:21Z,"2026-04-29 03:41:50"
1131,google/gemma-4-31b-it,3562734,"Self-hosted Gemma 4 on TPU with vLLM, MCP, ADK, and Gemini CLI",5,0,16,"vllm,googleadk,tpu,gemini",2026-04-28T01:48:30Z,"2026-04-29 03:41:50"