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 > thomijasir > i-built-a-secrets-manager-because-sharing-env-files-at-work-was-painful-1eh9

I built a secrets manager because sharing.env files at work was painful!

38+ min ago   (334+ words) Working in the financial industry means dealing with strict security policies. That is understandable when the systems you work on handle sensitive information, but those policies can also make simple development tasks surprisingly difficult. One example was how we shared....

DEV Community
dev.to > mahirhir > my-end-to-end-run-is-ten-of-ten-and-one-of-those-ten-is-just-my-word-for-it-3f4l

My end-to-end run is ten of ten, and one of those ten is just my word for it

27+ min ago   (521+ words) An end-to-end run across a sandbox, from a clean slate: Ten of ten. One of those ten is not a measurement. It is me asserting something, in the output, next to nine things that were actually exercised. One of the…...

DEV Community
dev.to > pwd9000 > copilot-can-now-approve-pull-requests-should-it-count-toward-your-branch-protection-2b78

Copilot Can Now Approve Pull Requests. Should It Count Toward Your Branch Protection?

17+ min ago   (633+ words) Copilot code review can now submit approvals that satisfy required reviews. How the controls compose, what is undocumented, and a safe rollout. Tagged with githubcopilot, github, devops, codereview....

Chortle
chortle.co.uk > video > 09/13/2026 > 61620 > 45_seconds_with_fouracres_%28and_cmat%29

45 Seconds with Fouracres (And CMAT)

33+ min ago   (183+ words) George Fouracres presented another of his bonkers 45 Seconds with Fouracres segments on Saturday Night Live UK last night. The section featured a black pudding crisis and a lightsaber duel with musical guest CMAT. Say no more… Fouracres actually ran for…...

The Edge Malaysia
theedgemalaysia.com > node > 817667

Bits + Bytes: A Miscellany Of Technology

31+ min ago   (1620+ words) This article first appeared in Digital Edge, The Edge Malaysia Weekly on September 14, 2026 - September 20, 2026 Razorpay Curlec has gone live with Payments Network Malaysia’s (PayNet) unified online payment solution, DuitNow Pay, which connects merchants directly to PayNet’s real-time national payment infrastructure....

DEV Community
dev.to > azathothx > kairos-10-a-schedule-language-where-3-business-days-before-month-end-is-an-expression-87i

Kairos 1.0 — a schedule language where "3 business days before month-end" is an expression

33+ min ago   (268+ words) Today I tagged 1.0 of Kairos, a schedule definition language I've been building — a small DSL where schedules like "3 business days before month-end" or "payday on the 25th, previous business day if it's a holiday" are single expressions. cron can say "the…...

DEV Community
dev.to > azathothx > migrating-from-crontab-five-everyday-schedules-translated-into-kairos-16lf

Migrating from crontab: five everyday schedules, translated into Kairos

33+ min ago   (670+ words) If you arrived from the Kairos 1.0 announcement, this is the hands-on one: take a crontab you already have and translate it. First, the honest part: if your jobs are plain fixed-time repeats, stay on cron. "Every hour", "3am daily" — there is…...

DEV Community
dev.to > mahirhir > a-deprecated-value-has-to-live-somewhere-and-widening-the-set-was-the-wrong-somewhere-4kh8

A deprecated value has to live somewhere, and widening the set was the wrong somewhere

32+ min ago   (590+ words) A check refused a row I had just added. The row was a retired signing key, kept so that records signed under it can still be read. The check said: The set of accepted schemes has exactly one element, and…...

CloudMotiv
cloudmotiv.ai > blog > what-is-a-software-stack

What Is a Software Stack? Definition, Layers, and Examples

2+ hour, 4+ min ago   (193+ words) A software stack is the group of technologies — operating system, server, database, programming language, and framework — layered together so an application can actually run. A software stack is the layered combination of operating systems, servers, databases, programming languages, and frameworks…...

DEV Community
dev.to > thasha > use-hostdockerinternal-to-reach-local-ollama-from-mule-1p02

Use host.docker.internal to reach local Ollama from Mule

1+ hour, 30+ min ago   (19+ words) Problem The flow failed with a connection refused error when the configuration used... Tagged with mule, ollama, inferenceconnector, docker....