Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 108,779articles · 365d
- 53+ min agolatest article
- Sep 13, 2025earliest in window
- 95%with images
- 292avg words
- software 96,106
- coding 91,889
- development 91,757
- engineering 91,326
- community 90,711
- inclusive 90,540
- ai 65,747
- webdev 56,782
- programming 54,500
- artificial intelligence 32,316
- technology 28,243
- productivity 26,440
- beginners 24,655
- javascript 21,936
- devops 20,436
- tutorial 20,116
- security 18,177
- python 17,827
- architecture 12,676
- llm 9,877
- Science & Technology 91,366
- Software Dev. 90,273
- Computers & Electronics 70,934
- Business & Industrial 9,238
- Arts, Culture, Entertainment & Media 7,847
- Internet & Telecom 7,147
- Economy, Business & Finance 5,210
- Arts & Entertainment 3,770
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.
News
How I Built a Browser-Based PDF Toolkit Focused on Speed and Simplicity
29+ min ago (22+ words) Building a PDF tool sounds simple until you start thinking about the actual user experience. I’ve... Tagged with webdev, javascript, productivity, showdev....
Standard JSON Schema vs JSON Schema
5+ min ago (660+ words) Describing JSON with JSON - what can be better? This is what JSON Schema is: Hey, everybody knows this! Tell us about Standard JSON Schema instead!!! Even if you don't know JSON Schema or have never written it yourself, it's a…...
Chat File Consent Needs a Request Snapshot, Not a Sticky Include Checkbox
33+ 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,…...
Designing a plugin architecture for third-party database providers in a TypeScript application
29+ 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…...
5 Small Projects That Can Make You Better at JavaScript
33+ 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....
Why We Built LOOK: A Single-Binary Programming Language Designed for the Modern Web
20+ 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…...
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 🚀
1+ hour, 10+ min ago (15+ words) Inside BeeLadybug: Visual Logic & Collision Debugging (CodePen Challenge)... Tagged with devchallenge, frontend, javascript....
The Env Catalog Is a Repository Artifact
2+ hour, 32+ 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,…...
The Manifest Is the Only Declaration
2+ hour, 32+ 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,…...
A-Z of how the web works: #1 Introduction
2+ hour, 36+ 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…...