Install
- 10,572articles · 30d
- 2+ hour agolatest article
- Aug 15, 2026earliest in window
- 97%with images
- 292avg words
- software 9,801
- coding 9,597
- development 9,567
- engineering 9,541
- community 9,525
- inclusive 9,487
- ai 8,030
- webdev 5,807
- programming 5,187
- productivity 3,521
- python 2,989
- technology 2,875
- artificial intelligence 2,821
- security 2,781
- devops 2,765
- llm 2,298
- architecture 2,281
- agents 2,190
- tutorial 2,130
- javascript 1,941
- Software Dev. 9,762
- Science & Technology 9,632
- Computers & Electronics 7,493
- Business & Industrial 809
- Internet & Telecom 773
- Economy, Business & Finance 396
- Finance 334
- Arts, Culture, Entertainment & Media 239
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.
News
Hi DEV — I build backend-heavy web apps
5+ day, 21+ hour ago (24+ words) I'm Azeem — I build backend-heavy web apps solo as Jeemmo, since 2011, for UK / EU / US... Tagged with webdev, php, wordpress, showdev....
How to take over a design built in Figma Make and develop it with Claude Code
1+ week, 4+ hour ago (464+ words) A Figma Make export runs as-is with npm run dev. The README tells the story. A README that says "the original lives in Figma." That symbolizes the character of the output: the code is a projection of the Figma design,…...
# AI Roto: The End of Manual Rotoscoping in Blender
1+ week, 20+ hour ago (501+ words) If you've ever spent hours manually painting mattes frame-by-frame in Blender's compositor, you already know rotoscoping is one of the most tedious parts of VFX work. AI Roto, a new Blender addon, is built to kill that grind. The Problem…...
I audited 20 design systems for spacing drift. Here is what your team can use from it.
1+ week, 1+ day ago (758+ words) Nobody on your team chose 13px. Someone pasted it. Someone nudged 12px until a border lined up. A coding agent produced it because nothing told it your scale stops at 12 and 16. Six months later git grep finds forty distinct spacing values, and…...
Building a Zero-Paywall AI Font Identifier: Fast Typography Matching on the Edge
1+ week, 1+ day ago (136+ words) As front-end developers and UI/UX designers, we frequently run into the same recurring roadblock: you spot an incredible typographic pairing in a client mock, a poster, or a web screenshot, and you need to know which font was used....
Designing Plural-Safe Text in Figma
1+ week, 1+ day ago (474+ words) A translated Polish subscription screen ships. QA signed off. A user on the 3-month plan sees... Tagged with figma, android, ios, i18n....
`sponsors/ibelick`: A Practical Look at Skills for Design Engineers
1+ week, 3+ day ago (228+ words) Design engineers increasingly work across two systems: the visual language of a product and the implementation details that make it usable. Skills for Design Engineers from ibelick focuses on that overlap, packaging practical guidance for building interfaces with stronger visual…...
???决端口占用问题???window???
1+ week, 3+ day ago (145+ words) 方案一:最快解决办法(重置网络端口保留) 大多数情况下,这是因为 Windows 的 NAT 服务(WinNat)保留了该端口。重启该服务通常能释放被错误保留的端口。 请以 管理员身份 打开 PowerShell 或 CMD,然后依次运行以下命令: net stop winnat net start winnat 运行完这两行命令后,再次尝试启动你的服务。如果成功,问题解决。 方案二:检查端口是否真的被占用 如果方案一无效,说明端口可能真的被其他软件(如 PHP-FPM, SonarQube, MinIO 等)占用了。 打开…...
Structured designs produce better apps, so I built a workspace for making them
1+ week, 4+ day ago (269+ words) A structured design produces a better app than a prompt or a pile of notes. That's the whole premise. When the screens, data models, routes, and roles are pinned down before any code exists, three things happen: I wanted a…...
Copy-Paste Fonts Are Not Fonts. Here Is What Broke My Code
1+ week, 4+ day ago (1145+ words) This is part 4 of my beginner journey. In part 1 I did not know what to learn first. In part 2 I stopped overthinking and picked a project: Fonti, a free copy-paste font generator. In part 3 I chose my tools (Astro, Git,…...