Filter
Exclude
Time range
-
Near
AnsaMe assist students for national exams in Nigeria by setting and practicing exam standard questions with ai backed explanations after each assessment. #devchallenge #gemmachallenge #gemma powered by @GoogleAIStudio A Thread🧵
AnsaMe, Exam prep for Nigerian secondary school students. #devchallenge #gemmachallenge #gemma
3
4
7
196
Made some new improvements for Proof for the “Finish-Up-A-Thon” Challenge. #devchallenge #githubchallenge A Thread🧵 ⬇️
4
6
18
2,673
Revamped “Proof” For the “Finish-Up-A-Thon” contest, courtesy of Github Copilot #devchallenge #githubchallenge
4
9
16
3,302
AnsaMe, Exam prep for Nigerian secondary school students. #devchallenge #gemmachallenge #gemma
6
9
15
389
Built Nova 🦞 — autonomous GitHub PR reviewer powered by @openclaw @ThePracticalDev Every PR gets: → Risk score 0-100 → Secret scanning → CVE detection → Auto-fix suggestions → Test generation 20 analyzers. 8 seconds. Zero human needed. #OpenClawChallenge #DEVChallenge
1
4
76
Everyone watched the gemini benchmarks at #GoogleCloudNext. Nobody watched the protocol that quietly wired itself into every GCP service. "The Boring Protocol That Quietly Ate the Cloud" dev.to/kakeroth/the-boring-p… @ThePracticalDev #DEVChallenge #cloudnextchallenge #googlecloud
2
2
5
3,687
🌍 Submitted to @ThePracticalDev Earth Day Challenge! Lord of Repo — explore any GitHub repo as an Anti-Gravity City 🏙️ Powered by @GoogleGemini 🤖 🔗 anti-gravity-city.vercel.app #devchallenge #weekendchallenge #EarthDay #Gemini
1
5
3,332
Join The @openclaw Challenge! 🦞 🟠$1,200 prize pool across 6 winners 🔴2 prompts: build with OpenClaw or write about it 🟠Submissions due April 26 dev.to/devteam/join-the-open… #OpenClawChallenge #DEVChallenge
1
6
38
3,792
🧠 90% devs FAIL this… will you? 🤯 x = 5 x = x * 2 1 x = x // 3 print(x) 💬 Output? A) 3 B) 4 C) 5 D) 7 👇 Drop your answer (no cheating) ⚡ Real devs don’t guess — they understand execution. Follow for more 🔥 #Python #Coding #DevChallenge #100DaysOfCode #Programming
3
3
52
📡Some content from our game for the DevChallenge!! Play here -> roblox.com/games/12087912263… #Roblox #RobloxStudio #RobloxDev
1
1
5
103
Pressure reveals real skill. Compete. Ship. Get rewarded. 🚀 If you can’t handle the challenge, this isn’t your arena. #BuildersOnly #DevChallenge #Web3 @CodeXero_xyz @wallchain
2
18
What's the output of this JS code snippet? const arr = [1, 2, 3]; const result = arr.filter(x => x > 1).map(x => x * 2).reduce((a, b) => a b, 0); console.log(result); #CodePuzzle #JavaScript #DevChallenge
1
2
84
Code puzzle! What does this JavaScript code output when run? ```javascript const obj = { a: 1 }; obj.b = obj; console.log(obj.b === obj); console.log(JSON.stringify(obj)); ``` #CodePuzzle #JavaScript #DevChallenge
2
2
66
#CodePuzzle #JavaScript What does this JavaScript code output? ```javascript var num = 10; function check() { console.log(num); var num = 20; } check(); ``` Can you explain the behavior? #DevChallenge #JSPuzzle
1
2
74
What does this JavaScript code output? const arr = [1, 2, 3]; arr.length = 0; console.log(arr); console.log(arr.length); #CodePuzzle #JavaScript #DevChallenge
2
4
92