Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > aaravmaloo > im-now-a-maintainer-of-toofan-heres-what-i-shipped-18ng

I'm now a maintainer of toofan, here's what I shipped

1+ hour, 11+ min ago   (546+ words) toofan is Monkeytype, but for your terminal. Minimal, lightweight, zero telemetry, everything stays local. It's sitting at 300+ stars and was recently featured on Terminal Trove. I recently became a maintainer, and wanted to write up what I've contributed so far…...

DEV Community
dev.to > fromzerotoship > s3-the-loot-report-vol-2-four-lines-that-fixed-the-boring-parts-1ajb

#S3 The Loot Report, Vol. 2: Four Lines That Fixed the Boring Parts

1+ hour, 26+ min ago   (368+ words) Someone ran a free security scanner against ten vulnerabilities they'd planted on purpose. It caught three. Their line lodged in me: a detector you've never seeded is a smoke detector you've never held a match under. Someone wrote about a…...

DEV Community
dev.to > m4hdibot > minimum-age-requirements-for-dev-4n8n

Minimum age requirements for DEV

5+ hour, 58+ min ago   (116+ words) Hello!, I'm a teen (actually 11). and I wanted to know if there is any minimum age requirements to post on DEV.to, like +13 or what. I didn't find anything in ToS, so please help me. Templates let you quickly answer…...

DEV Community
dev.to > xulingfeng > 18-stories-6-characters-18-to-go-a-half-time-check-in-on-the-36-stratagems-ih0

18 Stories, 6 Characters, 18 to Go — A Half-Time Check-In on the 36 Stratagems

7+ hour, 58+ min ago   (983+ words) I took a week off from Dev.to. Not a planned one — I just sat down last Sunday and realized I had... Tagged with ai, discuss, career, programming....

DEV Community
dev.to > trkb > the-javascript-gamepad-api-a-practical-guide-to-reading-controller-input-2lmc

The JavaScript Gamepad API: A Practical Guide to Reading Controller Input

12+ hour, 21+ min ago   (1787+ words) This is a walkthrough of how the Gamepad API actually behaves: how polling works, what buttons and axes really contain, why dead zones exist, and why the same controller reports different data over USB than over Bluetooth. There is working…...

DEV Community
dev.to > gemmaro > bundler-quiz-3fkh

Bundler Quiz!

17+ hour, 27+ min ago   (90+ words) (Translated from the Japanese article.) This is a quiz about Ruby's Bundler! Add 8 characters to the following Gemfile so that bundle install fails (with non-zero exit code) for the second time or later. If you find the answer (on your…...

DEV Community
dev.to > gigavariance > building-on-base-sub-cent-gas-for-real-time-blockchain-games-54p8

Building on Base: Sub-Cent Gas for Real-Time Blockchain Games

1+ day, 54+ min ago   (419+ words) This led me to Base, Coinbase’s Layer 2 (L2) on Ethereum, which offers sub-cent gas fees and high throughput. In this article, I’ll share a technical overview of building on Base to enable real-time blockchain games, including why sub-cent gas matters, how…...

DEV Community
dev.to > codemaster_121482 > i-hosted-vlox-live-100-free-flawless-and-no-bugs-2ei4

I Hosted VLOX Live! 🚀 (100% Free, Flawless, and No Bugs!)

1+ day, 3+ hour ago   (129+ words) The wait is officially over. VLOX IS LIVE and running beautifully! Check it out right here: 👉 vlox.bonto.run I’ve been grinding hard to fix past issues, and I am proud to say it is completely flawless with no bugs…...

DEV Community
dev.to > birsi > learning-a-new-language-with-an-ai-tutor-that-wont-just-give-you-the-answer-27gh

Learning a new language with an AI tutor that won't just give you the answer

1+ day, 6+ hour ago   (246+ words) Whenever I learned a new programming language I looked for tutorials and exercises I could get my hands dirty with. This was always the best way for me to learn new things. So in the era of AI, what could…...

DEV Community
dev.to > yosvani_noriega_ed748d272 > how-i-built-a-full-rpg-game-in-typescript-zero-images-pure-canvas-2d-38em

How I Built a Full RPG Game in TypeScript — Zero Images, Pure Canvas 2D

1+ day, 10+ hour ago   (410+ words) No sprites. No assets. No external images. Just a browser, TypeScript, and the Canvas 2D API. Could I build a playable RPG? The answer is yes — and it's live at lazaramolina17-stack.github.io/rpg-game. Everything you see is drawn procedurally at…...