Morning.dev
My Feed Popular
Login
/r/ReactJS - The Front Page of React • 2026-05-05 13:22

Fresher Full Stack Developer | React + PHP + MySQL + AWS re/Start | Looking for Opportunities in India

submitted by /u/Pale-Coach7194 [link] [comments]

0 0
1m read
DEV Community • 2026-05-05 13:22

Before a redesign or new content: fix crawlability and site architecture on WordPress

I’ve reviewed plenty of WordPress sites where teams go straight to a redesign or content sprint while the site’s foundation quietly sabotages their effort. Short version: if Google can’t find or understand your pages, prettier templates and new blog posts won’t move the needle. Why crawlability and indexation matter first Search engines don’t rank what they can’t see. That usually show...

0 0
2m read
newest submissions : multi • 2026-05-05 13:21

A bidirectional typechecking puzzle

submitted by /u/Tekmo to r/ProgrammingLanguages [link] [comments]

0 0
1m read
Lobsters • 2026-05-05 13:21

A bidirectional typechecking puzzle

Comments

0 0
1m read
DEV Community • 2026-05-05 13:20

Memory-Safe Mobile Video Editing Engine: Timeline Design & Optimizations

The symptoms you see in the field are consistent: the editor plays fine in short demos but users report OOM kills during heavy scrubbing, preview stalls when multiple filters are applied, exports that crash mid‑way, and background uploads that never finish. Those failures come from a single design anti-pattern — eagerly materializing full‑resolution frames for many layers and operations instead of...

0 0
11m read
newest submissions : multi • 2026-05-05 13:20

Make Technical Documentation Available for Local AI Use

submitted by /u/rhazn to r/programming [link] [comments]

0 0
1m read
5 Mistakes Beginners Make When Vibe Coding (And How to Avoid Them)
DEV Community • 2026-05-05 13:19

5 Mistakes Beginners Make When Vibe Coding (And How to Avoid Them)

Key Takeaways One-shotting prompts without a spec is the most common failure mode: experienced devs were 19% slower with AI tools when the task wasn't clearly scoped (METR 2025) AI-coauthored code is 1.75× more likely to introduce correctness errors and 2.74× more likely to ship XSS vulnerabilities than human-only code (CodeRabbit 2025) Without architectural rules in AGENTS.md / Cursor rules / ...

0 0
9m read
DEV Community • 2026-05-05 13:19

Your Blog Will Outlive Your Database (It Doesn't Have To)

(it doesn't have to) 0. The puzzle Scroll to the bottom of this page. There's a jigsaw puzzle there, and 47 people have placed pieces in it. Some of them placed a piece an hour ago. One placed a piece while you were reading this sentence. You can see the picture assembling itself, tile by tile, toward something that isn't quite resolved yet. Every piece placement is a git commit. When...

0 0
13m read
DEV Community • 2026-05-05 13:18

tRPC and Remix 3: The Security Flaw in benchmark for Scalability

tRPC & Remix 3: The Security Flaw in Scalability Benchmarks Modern full-stack frameworks and RPC tools have redefined how developers build performant, type-safe applications. Two standout technologies in this space are tRPC (TypeScript Remote Procedure Call) and Remix 3, a full-stack React framework focused on web standards and performance. While both tools are widely praised for th...

0 0
3m read
Newest questions tagged css - Stack Overflow • 2026-05-05 13:17

Telling an <img> to auto adjust its height based on sibling height

i have a loop of wordpress posts - each post is a horizontal flex container with an <img> on the left and a <div> on the right with content of variable height (posts flow one below another). i want to have a fixed width on the img (326px) and a height with auto or align-self:stretch so that the height will always be the same as that of the content div. this works fine, just.. not alway...

0 0
3m read
DEV Community • 2026-05-05 13:17

Three translations instead of one: what I learned building konid

Literal translation tools give you one answer. That answer has no register, no cultural context, and no way to know whether you're being warm or clinical. I was writing a message to my girlfriend in Farsi — something small, about missing her during the day — and every tool I tried handed me back a single string with no indication of whether it would land tender or transactional. Native speakers d...

0 0
1m read
ADK Agents with Amazon Bedrock Models
DEV Community • 2026-05-05 13:16

ADK Agents with Amazon Bedrock Models

This article provides a step by step deployment guide for using Amazon Bedrock models with ADK Agents. What is this project trying to Do? This project aims to configure an ADK agent to use an Amazon Bedrock model. Lite LLM LiteLLM is an open-source AI gateway and Python SDK that provides a unified OpenAI-compatible interface to over 100 LLMs (Anthropic, Gemini, Azure, Bed...

0 0
9m read
newest submissions : multi • 2026-05-05 13:16

Exposing 'faceless' YouTubers pushing Canada to join the U.S.

submitted by /u/WordplayWizard to r/news [link] [comments]

0 0
1m read
/r/ReactJS - The Front Page of React • 2026-05-05 13:15

3D models appearing massive in google model-viewer

I am currently working on 3d menu and I faced a bug where the models appear massive and I have to scale them down until 3% - 4% to their actual size and idk what am doing wrong. here is my code: import { useEffect, useRef } from 'react' import '@google/model-viewer' export default function ModelViewer({ src , alt = '3D Model' }) { const mvRef = useRef(null) useEffect(() => { const mv = mvRef.cu...

0 0
1m read
𝚓𝚊𝚟𝚊𝚜𝚌𝚛𝚒𝚙𝚝 • 2026-05-05 13:15

Hashful storage. Store your whole file in the URL hash

submitted by /u/sousapereira [link] [comments]

0 0
1m read
Apple could turn to Samsung as a Plan B for its iPhone and Mac chips
newest submissions : multi • 2026-05-05 13:14

Apple could turn to Samsung as a Plan B for its iPhone and Mac chips

submitted by /u/adriano26 to r/technology [link] [comments]

0 0
1m read
newest submissions : multi • 2026-05-05 13:14

A Security Researcher Decompiled The White House App, & What They Found Is Pretty Alarming

submitted by /u/Federal-Block-3275 to r/technology [link] [comments]

0 0
1m read
Permi v0.2.10: Making Security Scans Portable with JSON and Markdown
DEV Community • 2026-05-05 13:14

Permi v0.2.10: Making Security Scans Portable with JSON and Markdown

What's new Based on early user feedback, Permi can now save your vulnerability scan results in three distinct formats to fit your workflow: --export results.txt – Human-readable plain text for quick reviews. --export results.json – Structured data designed for scripts and CI/CD automation. --export results.md – Clean Markdown, perfect for GitHub documentation or internal wikis. ...

0 0
2m read
DEV Community • 2026-05-05 13:13

Combining Virtual Scroll With AI — Keeping 50,000 Log Lines Fast While Adding Gemini

If this is useful, a ❤️ helps others find it. All tests run on an 8-year-old MacBook Air. HiyokoLogcat renders 50,000+ log lines without freezing, and has a Gemini AI button on every error line. These two features interact in non-obvious ways. Here's what I had to think through. The core tension Virtual scroll works by only rendering visible rows. Rows outside the viewport are un...

0 0
2m read
DEV Community • 2026-05-05 13:12

Why We're Giving Octopus Free to Open Source, Forever

I'm the developer behind Octopus Review, an AI code review tool that runs on pull requests. We just flipped a switch: every public, OSI-licensed repository gets unlimited reviews. No credit card, no monthly quota, no "free tier with limits." I want to explain why, because the reasoning is more interesting than the announcement. The Bill My Laptop Doesn't Send Me Open the package.json ...

0 0
3m read
Previous Next

Showing page 41 of 1888

Previous 41 Next