Вечер на автоматизацию GitHub-ачивок
Началось всё банально: хотел собрать ачивки на GitHub-профиле. Процесс оказался несложным по сути, но раздражающим по исполнению — куча однотипных руч…
Tech news from the best sources
Началось всё банально: хотел собрать ачивки на GitHub-профиле. Процесс оказался несложным по сути, но раздражающим по исполнению — куча однотипных руч…
I shipped mcp-probe v1.6.0 with a small but useful improvement to mcp-probe doctor . Previous behavior: check whether .github/workflows exists check w…
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and…
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and…
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and…
This article was originally published on EthereaLogic.ai . The first two articles in this series established a distinction that anchors the whole gove…
I run Khetisahayak — a small agritech app — solo. Every PR I open has nobody to review it but me, and I review my own code about as well as anyone rev…
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and…
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and…
This article was originally published on LucidShark Blog . On February 17, 2026, a developer opened a GitHub issue on the Cline repository. The issue …
A PR changes API docs. Tests pass. But during review, there is still an awkward question: which code path is supposed to back this doc claim? I built …
Introduction Creating and maintaining monitoring dashboards is an extremely difficult task for smaller companies and squads. We need to develop our mi…
If you’re paying for GitHub Actions minutes, you’re probably wasting money. Every time you push new commits while a previous workflow is still running…
The conclusion first: for a batch of under a few hundred static articles, generating OG images by screenshotting HTML templates with Playwright costs …
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and…
Originally published at hafiz.dev If you're still deploying Laravel by running git pull on the server and crossing your fingers, this post is for you.…
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and…
After spending two weeks debugging issues that only showed up in production — a sitemap _redirects rule that was blocking my own sitemap-index.xml and…
This post is a continuation of a microservice I've been building. You can check out my last post in the series here . Automate News Source Ingestion w…
Bun's experimental Rust rewrite hit 99.8% test compatibility on Linux x64 glibc this week ( HN thread , 600+ points). That's not a minor benchmark — i…
We've all been there. It's 11 PM. You push what you're 90% sure is the final commit. GitHub Actions runs. Red X. You click into the workflow. 4,000 li…
I keep a running list of every tool I actually reached for each week — not the ones I meant to try, the ones that handled real work. This week's five …
Towards the end of last month, I started a build job on my self-hosted GitHub Actions runner. It was a job that normally took 10-15 minutes, but this …
Debug GitHub Actions from Your Terminal with gh If your GitHub Actions debugging workflow starts with opening three browser tabs, it is probably slowe…
Originally published on graycloudarch.com . You just merged a PR. Now you open Jira, find the ticket, paste the PR link in a comment, transition the s…
When I started auto-publishing YouTube videos from GitHub Actions, the default thumbnails were whatever frame YouTube chose to freeze on. Usually a ha…
I got tired of the same three-step content publish loop: write draft → open CMS → paste, format, re-paste, fight the rich-text editor, click publish. …
Most teams I have worked with have one auth test in their suite. It looks like this: test ( ' valid token verifies ' , () => { const token = signSy…