Languages & Runtimes

Language ecosystems, compilers, runtimes, package managers, performance, and best practices.

  • 11 Subtopics
  • 7 Tracked terms
  • Last 30 days Feed window

Inside Languages & Runtimes

Where the coverage comes from

The 50 sources publishing most on Languages & Runtimes over the last 30 days, out of 866 articles in the feed. Click a source for its articles on this topic and its profile.

  1. 1 @Thepracticaldev dev.to 585 articles 1+ hour ago 97%
  2. 2 Medium medium.com 112 articles 2+ hour ago 79%
  3. 3 @Hackernoon hackernoon.com 17 articles 1+ week ago 94%
  4. 4 Tech Insider tech-insider.org 9 articles 3+ day ago 0%
  5. 5 @Dzoneinc dzone.com 8 articles 3+ day ago 100%
  6. 6 Knowledge Gate Ai knowledgegate.ai 7 articles 2+ day ago 100%
  7. 7 Laravel News laravel-news.com 7 articles 2+ day ago 71%
  8. 8 @Marktechpost marktechpost.com 7 articles 2+ day ago 100%
  9. 9 Infoq infoq.com 6 articles 1+ day ago 83%
  10. 10 @Phoronix phoronix.com 6 articles 6+ day ago 0%
  11. 11 i-programmer.info 5 articles 2+ day ago 0%
  12. 12 Vllm docs.vllm.ai 4 articles 2+ day ago 0%

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 Languages & Runtimes

DEV Community
dev.to > nainikmehta > stop-making-your-react-components-reusable-react-design-4086

Stop Making Your React Components Reusable | React Design

1+ hour, 23+ min ago   (502+ words) In the modern React ecosystem, "reusability" has been elevated from a best practice to a full-blown theology. We are taught from our first tutorial that DRY (Don't Repeat Yourself) is the ultimate virtue. If you write the same button twice,…...

DEV Community
dev.to > megapixel99 > when-a-zero-parameter-cache-overtakes-a-transformer-37c6

When a Zero-Parameter Cache Overtakes a Transformer

1+ hour, 26+ min ago   (574+ words) The question this series exists to answer, put in a form that can be measured: a transformer sees a fixed 64-token window, a count table over the current document sees the whole document, and as documents get longer, how much…...

DEV Community
dev.to > jadeydi > how-to-bulk-download-images-from-url-lists-to-a-zip-file-3fph

How to Bulk Download Images: From URL Lists to a ZIP File

2+ hour, 50+ min ago   (1250+ words) The most useful starting point is a list of direct image URLs. Once you have that list, you can download the files together with a browser tool or a small command-line workflow. This tutorial covers both approaches, plus a JavaScript…...

DEV Community
dev.to > tamizuddin > mastering-advanced-server-side-caching-patterns-in-nextjs-14-1kl2

Mastering Advanced Server-Side Caching Patterns in Next.js 14

4+ hour, 20+ min ago   (733+ words) One of the most powerful patterns for server-side performance is fine-grained memoization. Instead of caching the entire HTTP response, we cache individual data slices. This is particularly useful when a single UI component requires data from multiple different API endpoints....

DEV Community
dev.to > natuworkguy > i-rewrote-one-function-in-squirrel-then-in-c-one-line-of-python-was-just-as-fast-3han

I Rewrote One Function in Squirrel, Then in C. One Line of Python Was Just as Fast.

5+ hour, 48+ min ago   (543+ words) I maintain a 2D game engine in Python called ABS Engine. Last week I decided it needed C. Not because anything was slow. That is the embarrassing part. I wanted to drop a.c file into a folder and call it from Python…...

Medium
medium.com > @0s.and.1s > llm-discussions-02-train-time-vs-test-time-compute-3ad7194efdee

LLM Discussions (02): Train-time Vs. Test-time Compute

2+ hour, 27+ min ago   (155+ words) Small Models with Deep Thinking Out-perform Frontier Models — But How? If this is the first story you have come across in our LLM Discussions …...

DEV Community
dev.to > freewayz-dev > designing-frontend-interfaces-for-unreliable-networks-and-low-end-devices-26fk

Designing Frontend Interfaces for Unreliable Networks and Low-End Devices

6+ hour, 51+ min ago   (345+ words) This isn't a list of generic performance tips. It's the specific set of decisions that matter once you stop assuming a fast, stable connection and a capable device. The bigger lever is optimistic UI: update the interface as if the…...

DEV Community
dev.to > renanfranca > how-seed4j-validates-compatibility-2pdo

How Seed4J Validates Compatibility

8+ hour, 20+ min ago   (279+ words) How Seed4J uses Renovate, GitHub Actions, and 25 generated project configurations to validate compatibility across modern technology stacks. Tagged with opensource, githubactions, devops, security....

Medium
medium.com > @umeshcapg > the-database-connection-pool-was-configured-with-50-connections-so-why-did-the-20th-request-time-e559f67397cb

The database connection pool was configured with 50 connections, so why did the 20th request time…

5+ hour, 3+ min ago   (30+ words) The database connection pool was configured with 50 connections, so why did the 20th request time out? Understanding how parallel database queries inside a single HTTP request can exhaust your …...

DEV Community
dev.to > shrsv > bpe-style-tokenizers-the-small-algorithm-that-decides-what-an-llm-can-see-2a72

BPE-Style Tokenizers: The Small Algorithm That Decides What an LLM Can See

9+ hour, 13+ min ago   (1289+ words) Hello, I'm Shrijith Venkatramana, and I'm building LiveReview — a blast-radius aware AI code review... Tagged with ai, webdev, programming, productivity....