Programming

Languages, frameworks, tooling, and best practices for building modern software.

  • 6 Subtopics
  • 14 Tracked terms
  • Last 30 days Feed window

Inside Programming

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Programming


dev.to > ibhade_ewalefoh_9646a05db > citrusfi-a-subscription-audit-that-actually-understands-billing-cycles-146g

CitrusFi: A subscription audit that actually understands billing cycles

10+ min ago   (23+ words) CitrusFi is a small subscription tracking app that answers a question most trackers get wrong: "how... Tagged with devchallenge, sanitychallenge, sanity, ai....


dev.to > aero_apk > what-makes-you-trust-an-apk-download-1ch1

What Makes You Trust an APK Download?

50+ min ago   (121+ words) There are quite a few things I personally think matter: Who published the app? Is the developer clearly identified? Where did the APK come from? Does the package name match the expected app? Is the APK signed by the developer?...


dev.to > adoryike > how-i-built-a-zero-cost-python-webhook-engine-to-bypass-a-high-friction-voting-system-1o69

How I Built a Zero-Cost Python Webhook Engine to Bypass a High-Friction Voting System

44+ min ago   (229+ words) When I entered the CANEX Create-Thon competition, I quickly realized I wasn't just competing against other creators but rather I was also competing against bad UX. The Gebeya platform requires users to complete a full email sign-in just to cast…...


dev.to > devanshu_patil > a-fast-vps-is-useless-if-you-cant-explain-why-its-slow-40jo

A Fast VPS Is Useless If You Can't Explain Why It's Slow

1+ hour, 1+ min ago   (492+ words) One of the most useful habits I've picked up from running applications on my own VPS is this: Don't optimize based on feelings. Measure the request. When a website feels slow, it's tempting to immediately blame the server. Maybe the…...


dev.to > devksarkar > i-tried-to-build-a-bengali-voice-dialer-for-android-here-is-what-actually-happened-and-how-i-40ak

I Tried to Build a Bengali Voice Dialer for Android. Here Is What Actually Happened and How I Finally got it right.

1+ hour, 4+ min ago   (956+ words) A personal project to make phone calls easier for an elderly, non English-speaking parent that works entirely offline, and the long road through Whisper models, sherpa-onnx, frame-size crashes, and Android's scoped storage pitfalls before it finally worked with zipformer. I…...


note.com > gullwing22 > n > ne65b23839dd5

What is IATO MCP? A free plugin to connect WordPress with AI|colorful-node

1+ day, 21+ hour ago   (483+ words) IATO MCP is a free, open-source plugin that turns a self-hosted WordPress site into an MCP (Model Context Protocol) server. It is developed by IATO, which provides an SEO audit platform. WordPress.com already has an official MCP server feature,…...


dev.to > egor_kabantsov > you-released-an-app-now-what-28jn

You Released an App. Now What?

2+ hour, 46+ min ago   (1447+ words) Releasing an app feels amazing for about five minutes. You hit publish. You refresh the store... Tagged with reactnative, marketing, mobile, buildinpublic....


dev.to > scofieldidehen > what-happens-when-dns-breaks-inside-the-internets-most-critical-vulnerability-7ck

What Happens When DNS Breaks: Inside the Internet's Most Critical Vulnerability

2+ hour, 49+ min ago   (1248+ words) The Domain Name System is one of the most invisible technologies that powers almost every online... Tagged with frontend, catcham, webdev, programming....


dev.to > omeiza_ahmed > rate-limiting-the-traffic-cop-your-api-needs-3b1l

Rate Limiting: The Traffic Cop Your API Needs

3+ hour, 32+ min ago   (317+ words) Your API can be perfectly designed and still fail when too many requests hit it at once. That’s where rate limiting comes in. Rate limiting controls how many requests a client can make to your API within a specific period....


urbanmatter.com > how-consumer-apps-stay-responsive-when-everyone-opens-them-at-once

How Consumer Apps Stay Responsive When Everyone Opens Them at Once

1+ day, 13+ hour ago   (1556+ words) At noon, tickets for a major concert go on sale. Thousands of people open the same app, search for seats, refresh availability, and try to pay within minutes. The traffic graph shoots up almost vertically. The hard part is not…...