Frameworks and Web Development

Frameworks and Web Development in Programming: the news, the names and what changed.

  • 21 Tracked terms
  • Last 30 days Feed window

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 Frameworks and Web Development


dev.to > shadorux > i-built-a-shadow-the-hedgehog-css-library-40p6

I Built a Shadow the Hedgehog CSS Library

10+ min ago   (255+ words) I've been building a collection of Shadow the Hedgehog-focused web projects under Shadorux, and one of the projects I wanted was something reusable outside of my own site. So I made SHADOW.CSS. SHADOW.CSS is a small open-source CSS…...


dev.to > abbassibai > oracle-hcm-position-hierarchy-explained-a-beginners-guide-to-structure-setup-and-hdl-1hb2

Oracle HCM Position Hierarchy Explained: A Beginner's Guide to Structure, Setup, and HDL

35+ min ago   (225+ words) Introduction I recently came across the concept of Position Hierarchies in Oracle HCM and,... Tagged with beginners, learning, management, tutorial....


dev.to > aleksander_frolov > one-cast-made-a-view-13x-slower-in-postgresql-so-i-benchmarked-mysql-84-against-postgresql-17-11en

One CAST made a view 13x slower in PostgreSQL. So I benchmarked MySQL 8.4 against PostgreSQL 17

43+ min ago   (968+ words) At one interview I was asked about VIEWs. I answered honestly: in real projects I had barely run into them; for aggregates it is safer to keep a separate table. One of the interviewers said, “You understand nothing about VIEWs,…...


dev.to > fortitudeomnis > hi-dev-im-rob-building-ospulse-at-fortitude-omnis-2p33

Hi DEV, I'm Rob building OSPulse at Fortitude Omnis

54+ min ago   (783+ words) Hello all. I'm Rob. I build OSPulse at Fortitude Omnis Group Ltd, a small indie company taking on the VC-funded supply-chain names (Snyk, Sonatype, Socket) with no funding and no sales team. The product page is the whole pitch. What…...


dev.to > mvarshith > semantic-tag-vs-non-semantic-tag-1cig

Semantic tag vs Non-Semantic tag

1+ hour, 17+ min ago   (147+ words) Semantic tags Semantic tags describes is meaning in human readable language. Looking at the tag we can tell what tag it is. for example: - represents top header content. - holds the navigation link. - holds bottom footer/copyright information. Non-Semantic tags Non-semantic…...


dev.to > michaelajayi_dev > the-order-that-got-charged-twice-a-race-condition-post-mortem-18bc

The Order That Got Charged Twice - A Race Condition Post-Mortem

1+ hour, 16+ min ago   (424+ words) Over the past 48 hours, the support team has received 6 tickets from customers who were charged twice for a single order. Refunds have been manually issued, but engineering hasn’t identified the cause. Customer cus_8841 placed order ord_20394 for $87.50, four seconds apart. The first…...


dev.to > bzdvdn > reactifact-070-why-we-didnt-build-another-graph-framework-2l4n

reactifact 0.7.0: why we didn't build another graph framework

1+ hour, 32+ min ago   (366+ words) Most multi-agent Python frameworks converge on the same primitive: an explicit graph. LangGraph draws it as nodes and edges. CrewAI draws it as roles in a crew. Either way, you decide, ahead of time, which step can follow which. reactifact…...


dev.to > beefedai > hardware-timestamping-and-jitter-reduction-techniques-for-reliable-clocks-4p94

Hardware Timestamping and Jitter Reduction Techniques for Reliable Clocks

11+ hour, 50+ min ago   (569+ words) The single hard truth: the CPU and kernel will lie about "when" a packet hit the wire unless you pull the timestamp as close to the PHY as humanly possible. When order, fairness, or regulatory auditability demand microsecond or better…...


dev.to > erlanggasatriasource > how-i-ended-up-with-a-29-kb-gzip-reactive-ui-engine-that-runs-from-a-static-file-1l3e

How I ended up with a 2.9 kB GZip reactive UI engine that runs from a static file

15+ hour, 33+ min ago   (565+ words) A few weeks ago, I was working on a side project. Nothing fancy — just a small dashboard with a form, a list, and a few buttons. The kind of thing that should take an afternoon. But I caught myself opening…...


dev.to > sarthakagrawal927 > the-browser-training-speedup-was-a-curve-not-one-headline-number-5a8a

The browser-training speedup was a curve, not one headline number

15+ hour, 22+ min ago   (147+ words) The WebGPU path did not have one honest speedup number. Against multithreaded WASM SIMD, the measured improvement was 2.6 times on the Small preset, 6.8 times on Medium, 9.3 times on Large, and 12.1 times on XL. Loss drift ranged from 1.1% to 2.5% across the same…...