DEV Community

83.9K posts

DEV Community banner
DEV Community

DEV Community

@ThePracticalDev

The Twitter account that launched https://t.co/TJyCu2S5ZF. Built on @forem 🌱 On Bluesky @/https://t.co/TJyCu2S5ZF No DMs — please email us for support!

[email protected] Entrou em Ağustos 2014
3.3K Seguindo317.2K Seguidores
Tweet fixado
DEV Community
DEV Community@ThePracticalDev·
April Fools Challenge is live!!1 What's the most useless thing you can build? Captcha that feels trigonometry?📐 A vertical scroll bar that moves horizontally?↕️ Show us how weird you can get and you could be one of five winners of a tea pot (really). dev.to/devteam/join-o…
English
1
4
11
15.2K
DEV Community
DEV Community@ThePracticalDev·
Standard semantic search gets you "close" results — not necessarily the right ones. This dev adds IBM's Docling for structured PDF chunking and a re-ranking model that assigns a true relevance score after retrieval, filtering out results that don't actually answer the query. { author: Glen Yu + @GoogleDevExpert } dev.to/gde/implementi…
English
0
0
3
698
DEV Community
DEV Community@ThePracticalDev·
Cloud Run Jobs vs. Cloud Batch. The difference comes down to abstraction vs. control. Cloud Run Jobs caps GPU tasks at 1 hour per instance; Cloud Batch supports multi-day runs across up to 8 GPUs with MPI and RDMA for tightly coupled HPC workloads. { author: Maciej Strzelczyk + @GoogleAI } dev.to/googleai/cloud…
English
1
1
0
881
DEV Community
DEV Community@ThePracticalDev·
A senior JavaScript dev using a multiplayer Bomberman clone as a real reason to finally learn Rust. The approach: a "mentor-review" loop with AI where the dev writes the code, not the AI. { author: @levytomer85 } dev.to/tomerl1/im-reb…
English
0
0
2
878
Julian Harris
Julian Harris@julianharris·
@ThePracticalDev How about an agent whose system prompt is to delete everything it creates after creating it
English
1
0
1
69
DEV Community
DEV Community@ThePracticalDev·
April Fools Challenge is live!!1 What's the most useless thing you can build? Captcha that feels trigonometry?📐 A vertical scroll bar that moves horizontally?↕️ Show us how weird you can get and you could be one of five winners of a tea pot (really). dev.to/devteam/join-o…
English
1
4
11
15.2K
DEV Community
DEV Community@ThePracticalDev·
Every token that arrives triggers a full layout reflow in the DOM. At 50 tokens/second, that's dropped frames and a jittery scrollbar. This dev built ZeroJitter — a React library that renders streaming text to canvas via a Web Worker, with zero reflows and full accessibility support. { author: JAI } dev.to/jvoltci/zeroji…
English
0
3
2
1.1K
DEV Community
DEV Community@ThePracticalDev·
A backend team used AI to convert a Python class to JavaScript — and it failed. Not because the translation was wrong, but because the AI didn't know how to handle a 5GB zip file in the browser without crashing it. This dev did, using IndexedDB as an async workaround. { author: @OlumideSamuel_ } dev.to/olumidesamuel_…
English
1
0
7
1.4K
DEV Community
DEV Community@ThePracticalDev·
A look at what went into building a fully responsive CRT TV in pure CSS — including 3D lighting on a spinning cube, volume knobs that distort scanlines, and glass reflections made entirely from repeated dashed borders. { author: @ivorjetski } dev.to/ivorjetski/cod…
English
0
2
4
1.8K
DEV Community
DEV Community@ThePracticalDev·
15 minutes before every meeting, this agent wakes up, scans your emails and Drive files for context, and delivers a briefing to Google Chat with a link to a full Google Doc. No Python scripts. Built entirely in natural language using Google Workspace Studio. { author: @aryanirani123 + @GoogleDevExpert } dev.to/gde/google-wor…
English
0
0
8
1.8K
DEV Community
DEV Community@ThePracticalDev·
Since HuggingFace dropped native JAX support, running those models on TPUs got complicated. TorchAX bridges PyTorch and JAX using a special tensor subclass — no model rewrites needed. This dev covers JIT compilation, text generation with StaticCache, and tensor parallelism. { author: Ahmed Elnaggar + @GoogleDevExpert } dev.to/gde/run-any-hu…
English
0
0
3
1.7K
DEV Community
DEV Community@ThePracticalDev·
Not every step in an AI workflow needs an LLM. This dev shows how using a custom BaseAgent instead of an LlmAgent for deterministic tasks cuts latency, eliminates token costs, and makes test results fully predictable. { author: Connie Leung + @GoogleDevExpert } dev.to/gde/stop-wasti…
English
1
2
7
1.7K
DEV Community
DEV Community@ThePracticalDev·
Can you build a performant, IO-heavy app without async Rust? This dev explores epoll directly, then rewrites the result using Mio — achieving single-threaded, non-blocking networking with time-based triggers and no busy waiting. { author: @Szymongib } dev.to/szymongib/asyn…
English
1
3
24
2.7K
DEV Community
DEV Community@ThePracticalDev·
Google's Agent Development Kit used to visually define a multi-agent pipeline that generates comic book-style HTML. Tested locally, then deployed to AWS Fargate. This dev walks through the cross-cloud setup step by step. { author: xbill + @GoogleDevExpert } dev.to/gde/cross-clou…
English
0
1
8
1.6K
DEV Community
DEV Community@ThePracticalDev·
AI will make every architectural decision for you if you let it. Rate limiting, auth strategy, pagination — it'll just pick something. This dev walks through using plan mode to treat the AI's first output like a real design review, not a mandate. { author: Ava Barron } dev.to/abarron/vibe-w…
English
0
1
8
1.8K
DEV Community retweetou
Hadil Ben Abdallah
Hadil Ben Abdallah@hadilbnabdallah·
It started with building websites… then one thing kept blocking me: payments. That obstacle didn’t stop me; it changed my path in tech From freelance dev to technical writing, here’s how 👇🏻 Submitted for the 2026 WeCoded Challenge on @ThePracticalDev 💜 dev.to/hadil/how-a-pa…
English
0
2
5
1.7K
DEV Community retweetou
Giorgi Kobaidze
Giorgi Kobaidze@georgekobaidze·
After a few sleepless nights and constantly questioning my life decisions, I finally finished my new project: NoteRunway, built for the Notion MCP challenge on @ThePracticalDev NoteRunway helps you clean up and refine your workspace like it’s brand new. dev.to/georgekobaidze…
English
2
1
4
1.7K
DEV Community
DEV Community@ThePracticalDev·
Maps Grounding gives Gemini spatial context. The Places API returns real ratings and reviews. Previously you couldn't combine them in a single call — now you can. This dev builds a LINE meetup helper that does both, and documents every pitfall hit along the way. { author: @Evan_Lin + @GoogleDevExpert } dev.to/gde/gemini-too…
English
0
0
3
1.6K
DEV Community
DEV Community@ThePracticalDev·
Low-code ADK agents built with the visual builder, verified locally, and deployed to AWS Fargate. This dev validates that cross-cloud development holds up even with more complex multi-agent setups. { author: xbill + @GoogleDevExpert } dev.to/gde/cross-clou…
English
1
2
5
1.7K
DEV Community
DEV Community@ThePracticalDev·
LINE voice messages are pre-recorded m4a files — not real-time streams. This dev explains why that distinction matters when choosing between Flash Live and the standard Gemini API, and how to wire voice transcription into an existing Orchestrator architecture. { author: @Evan_Lin + @GoogleDevExpert } dev.to/gde/gemini-31-…
English
0
1
4
1.8K