Website profile

@Thepracticaldev

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

  • 10,534articles · 30d
  • 39+ min agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,732
  • Science & Technology 9,607
  • Computers & Electronics 7,464
  • Business & Industrial 802
  • Internet & Telecom 771
  • Economy, Business & Finance 390
  • Finance 334
  • Arts, Culture, Entertainment & Media 242

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 > babycat > chat-file-consent-needs-a-request-snapshot-not-a-sticky-include-checkbox-4n4h

Chat File Consent Needs a Request Snapshot, Not a Sticky Include Checkbox

18+ min ago   (1027+ words) I tabbed onto Retry after a sluggish timeout, and VoiceOver still described the composer as empty. The Network panel told a much less comforting story about that same impatient retry click I made. The retry had posted my unsaved buffer,…...

DEV Community
dev.to > cevheri > designing-a-plugin-architecture-for-third-party-database-providers-in-a-typescript-application-348h

Designing a plugin architecture for third-party database providers in a TypeScript application

14+ min ago   (154+ words) I've been working on the architecture of LibreDB Studio, a TypeScript-based database IDE that supports multiple SQL/NoSQL databases While working on the provider layer, I ended up designing a fairly strict provider architecture to make adding new databases safer…...

DEV Community
dev.to > webprims > 5-small-projects-that-can-make-you-better-at-javascript-4cia

5 Small Projects That Can Make You Better at JavaScript

18+ min ago   (21+ words) A lot of beginners learn JavaScript by going topic by topic: variables, loops, arrays, objects,... Tagged with javascript, webdev, beginners, programming....

DEV Community
dev.to > codlook > why-we-built-look-a-single-binary-programming-language-designed-for-the-modern-web-4pk5

Why We Built LOOK: A Single-Binary Programming Language Designed for the Modern Web

6+ min ago   (1470+ words) A simple REST API endpoint can require a programming language, a web framework, a package manager, database drivers, authentication libraries, caching systems, queue systems, a web server, and multiple configuration layers before the actual application logic even begins. This raises…...

DEV Community
dev.to > antonioprosperi2svg > inside-beeladybug-a-deep-dive-into-visual-debugging-obb-collision-tracking-and-f2-overlay-14fk

Inside BeeLadybug 🐞: A deep dive into visual debugging, OBB collision tracking, and F2 overlay architecture for the CodePen Challenge! Check out the full Mermaid flowchart and let me know your thoughts 🚀

55+ min ago   (15+ words) Inside BeeLadybug: Visual Logic & Collision Debugging (CodePen Challenge)... Tagged with devchallenge, frontend, javascript....

DEV Community
dev.to > anton_brilliantov > the-env-catalog-is-a-repository-artifact-42ca

The Env Catalog Is a Repository Artifact

2+ hour, 18+ min ago   (901+ words) One service reads 59 environment variables. None of them are documented by hand: a generator writes the catalog, CI runs the same generator with --check, and any drift between the file and the code fails the build. Tagged with go, devops,…...

DEV Community
dev.to > anton_brilliantov > the-manifest-is-the-only-declaration-32cn

The Manifest Is the Only Declaration

2+ hour, 18+ min ago   (884+ words) Daemons, resources, migrations and schedules are declared once in the service manifest. Everything the environment knows about the service - down to the name of every environment variable - follows from that one declaration. What isn't declared doesn't exist. Tagged with go,…...

DEV Community
dev.to > oani > a-z-of-how-the-web-works-1-introduction-1ghb

A-Z of how the web works: #1 Introduction

2+ hour, 21+ min ago   (1546+ words) Two simple words. You probably don't think twice before saying them. In fact, there's a good chance you are online right now. But what does "online" actually mean? Being online has become so normal that we've stopped noticing how remarkable…...

DEV Community
dev.to > devstackhub > the-bug-that-only-happened-on-fridays-38a7

🐛 The Bug That Only Happened on Fridays 📅😱

2+ hour, 51+ min ago   (535+ words) Every Friday afternoon, our checkout service started throwing intermittent 500s. Not all requests, maybe 1 in 50. Not every Friday either. Just most Fridays, starting sometime after 2 pm, and always gone by Monday morning. 😩 The error was unhelpful in the way only database…...

DEV Community
dev.to > thomijasir > i-built-a-secrets-manager-because-sharing-env-files-at-work-was-painful-1eh9

I built a secrets manager because sharing.env files at work was painful!

3+ hour, 38+ min ago   (334+ words) Working in the financial industry means dealing with strict security policies. That is understandable when the systems you work on handle sensitive information, but those policies can also make simple development tasks surprisingly difficult. One example was how we shared....