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 > quantoracle > scrape-any-companys-job-postings-greenhouse-lever-ashby-with-one-api-call-4db

Scrape any company's job postings — Greenhouse, Lever & Ashby, with one API call

22+ min ago   (502+ words) Almost every tech company's job board runs on one of a handful of ATS platforms — Greenhouse, Lever, Ashby, Workable, SmartRecruiters, Recruitee. And nearly all of them expose a public, documented JSON API for their postings. Which means "scrape job postings…...

DEV Community
dev.to > nabsei > buildline-merging-cargo-and-ninjas-build-profiling-into-one-timeline-2373

buildline: merging cargo and ninja's build profiling into one timeline

48+ min ago   (223+ words) Every build tool profiles its own silo. cargo build --timings will tell you cargo is fine. Ninja's build log will tell you linking is fine. And yet a CI build takes 22 minutes and nobody can point at where the time…...

DEV Community
dev.to > o_oliver_3b38e6829628a1e9 > choosing-an-rdp-client-on-macoswhat-i-learned-after-managing-windows-machines-from-a-mac-3655

Choosing an RDP Client on macOS:What I Learned After Managing Windows Machines from a Mac

43+ min ago   (425+ words) If you move from Windows to macOS and still need to access Windows servers or desktops, one of the first problems you will hit is remote access. Many developers are familiar with Microsoft's Remote Desktop client (mstsc) on Windows and…...

DEV Community
dev.to > kikakkz > i-ran-10-ai-coding-agents-in-parallel-the-bottleneck-wasnt-the-ai-12e3

I Ran 10+ AI Coding Agents in Parallel. The Bottleneck Wasn't the AI.

1+ hour, 8+ min ago   (501+ words) AI coding agents changed the way I work. When I started using them, the workflow was simple: Give an agent a task → wait → review the result → continue. Running one agent was easy enough. Then I started running multiple agents in…...

DEV Community
dev.to > yuripeixinho > sql-sub-queries-18c

SQL: Sub Queries

58+ min ago   (586+ words) Uma subquery é uma consulta SQL aninhada dentro de outra. Assim como uma função pode chamar outra função, um SELECT pode conter outro SELECT — e o resultado do interno é usado pelo externo para filtrar, calcular ou compor o resultado…...

DEV Community
dev.to > lksvn > not-every-productive-day-looks-like-writing-code-91h

Not Every Productive Day Looks Like Writing Code

1+ hour, 17+ min ago   (354+ words) Sometimes the most valuable work doesn't produce a single commit. Today was one of those days. I didn't implement a new feature in my TypeScript project. I didn't learn a new framework. I didn't even spend much time writing code....

DEV Community
dev.to > yuripeixinho > funcoes-avancadas-em-sql-10d1

Funções Avançadas em SQL

58+ min ago   (278+ words) As funções avançadas em SQL vão além de operações básicas, como selecionar e filtrar dados. Elas permitem realizar cálculos complexos, manipular strings, trabalhar com datas e analisar dados de maneiras mais sofisticadas. Essas funções ajudam a obter insights, transformar dados…...

DEV Community
dev.to > gnzikoune > why-your-ai-code-always-ends-up-producing-technical-debt-and-how-gef-solves-the-problem-13fi

Why your AI code always ends up producing "technical debt" (and how GEF solves the problem)

2+ hour, 11+ min ago   (1182+ words) Introduction: The Paradox of the Amnesiac Assistant It's an experience we've all had: you start a new project with a cutting-edge AI like Cursor, Windsurf, or Copilot. The first few hours are magical. The architecture is clean, the commits are…...

DEV Community
dev.to > bokuwalily > rescuing-a-long-running-job-with-sub-step-idempotency-how-vault-auto-ingest-escaped-timeout-hell-521d

Rescuing a Long-Running Job with 'Sub-Step Idempotency' — How vault-auto-ingest Escaped Timeout Hell

2+ hour, 32+ min ago   (599+ words) This is a continuation of my "Claude Code environment" series. Last time I wrote about making Google Calendar the ground truth for my Vault. This time it's about the timeout hell that hit the same vault-auto-ingest job — and how I…...

DEV Community
dev.to > samson_tanimawo > incident-retrospectives-without-blame-29e

Incident Retrospectives Without Blame

2+ hour, 40+ min ago   (125+ words) I've run over 100 post-mortems. The worst ones end with 'Alice will be more careful.' The best ones end with 'we fixed the system.' Here's how you get from the first to the second. Ban these phrases from retros: People make…...