Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,413articles · 30d
  • 7+ hour agolatest article
  • Aug 15, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,616
  • Science & Technology 9,497
  • Computers & Electronics 7,394
  • Business & Industrial 795
  • Internet & Telecom 757
  • Economy, Business & Finance 389
  • Finance 331
  • Arts, Culture, Entertainment & Media 232

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > frorning > the-browser-only-talks-to-one-server-composing-marko-react-and-riot-into-one-hotel-page-3355

The browser only talks to one server — composing Marko, React, and Riot into one hotel page

1+ week, 4+ hour ago   (804+ words) You open a hotel page. It looks like one product: a search grid, a featured stay, local highlights, reviews, a sticky trip summary. Under the hood it is eight HTTP servers and three UI runtimes. That is the experiment behind…...

DEV Community
dev.to > designbytk > my-car-had-a-check-engine-light-my-code-has-consolelog-3g0n

My Car Had a Check Engine Light. My Code Has console.log().

2+ week, 5+ day ago   (1043+ words) A few weeks ago, the check engine light came on in my 2007 SUV. I plugged in an OBD scanner and got P003F: “Intake Camshaft Profile Control Stuck On, Bank 2.” Sounded menacing enough… Basically, I had a bug. What finally made the…...

DEV Community
dev.to > dubaguntla_charansai_e70 > building-a-trip-planner-with-vanilla-js-and-json-how-i-structured-travel-syncs-data-57b0

Building a Trip Planner with Vanilla JS and JSON: How I Structured Travel Sync's Data

3+ week, 1+ day ago   (416+ words) Not every project needs a database and a backend framework. When I built Travel Sync, a trip planning and itinerary management web app, I used plain HTML, CSS, and JavaScript with JSON for data — no backend, no build tools. Here's…...