Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 108,758articles · 365d
- 45+ min agolatest article
- Sep 12, 2025earliest in window
- 95%with images
- 292avg words
- software 96,075
- coding 91,852
- development 91,718
- engineering 91,292
- community 90,672
- inclusive 90,502
- ai 65,648
- webdev 56,793
- programming 54,533
- artificial intelligence 32,282
- technology 28,219
- productivity 26,387
- beginners 24,698
- javascript 21,972
- devops 20,406
- tutorial 20,094
- security 18,104
- python 17,776
- architecture 12,605
- llm 9,814
- Science & Technology 91,329
- Software Dev. 90,220
- Computers & Electronics 70,886
- Business & Industrial 9,244
- Arts, Culture, Entertainment & Media 7,853
- Internet & Telecom 7,149
- Economy, Business & Finance 5,214
- Arts & Entertainment 3,769
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
I built a "real job" simulator for Spring Boot learners, free & open source
1+ mon, 1+ week ago (130+ words) Most Spring Boot tutorials teach you to build a CRUD app and call it a day. But that's not really what the job looks like day to day, so I put together a project that mimics what you'd actually work…...
I built a production-ready MERN boilerplates so you never have to again.
1+ mon, 1+ week ago (263+ words) Every MERN project starts the same way. You open a blank Express file. You think "auth can't be that hard." Three days later you're debugging why your refresh token works in Postman but not in the browser, your CSRF middleware…...
I built a free text case converter — camelCase, snake_case, kebab-case and 8 more
1+ mon, 1+ week ago (78+ words) As a developer, I constantly find myself needing to convert variable names between different case formats. Copying text, opening a separate tool, converting, copying back — it gets tedious fast. So I built TextCaseConverters.com — a free online tool that handles…...
JLScript: A Programming Language Designed to Make Coding Simpler
1+ mon, 1+ week ago (105+ words) Programming should be accessible to everyone, not just people who already speak English fluently. JLScript is a programming language under development with the goal of making programming simpler, more intuitive, and more accessible, especially for beginners and Portuguese-speaking developers. The…...
Taste of Punjab - A CSS Love Letter to Comfort Food
1+ mon, 1+ week ago (22+ words) Taste of Punjab A landing page built entirely with hand-crafted CSS art — no images, no... Tagged with frontendchallenge, webdev, css, javascript....
Tonkotsu ramen in CSS
1+ mon, 1+ week ago (286+ words) Frontend Challenge CSS Art Submission 🍲🥧 This is a submission for Frontend Challenge - Comfort Food Edition, CSS Art. Tonkotsu ramen. It's the bowl I want when nothing else will do — slow-simmered pork-bone broth turned milky and opaque, a jammy marinated egg,…...
I built a free portable tool to import huge MySQL dumps on Windows (9GB+ tested) — with real-time progress
1+ mon, 1+ week ago (263+ words) The Problem I had a 9.6 GB MySQL SQL dump I needed to import into my local dev machine on Windows. phpMyAdmin → timed out immediately mysql CLI → no progress, no idea if it's working Online solutions → all suggest mysql < dump.sql…...
JSON studio - A complete JSON toolbox
1+ mon, 1+ week ago (121+ words) This is a bunch of tools and utilities for JSON, allows you to convert it, compress it, encode it, decode it, etc..for a total of 12 operations. Toolbox:https://json-studio.majedaxel.workers.dev/ Github repository:https://github.com/MaxelXA/json-studio Any feedback is welcome. This is a bunch…...
I got tired of "free" tools wanting my email or my files, so I built 26 that run entirely in the browser
1+ mon, 1+ week ago (139+ words) So I built tools1hub.com, 26 tools across 7 categories (PDF, image, AI, developer/workflow, and a few others) where everything runs entirely client-side in the browser. Nothing you upload ever leaves your device. No signup, no email wall, no watermark, no daily…...
WebMask: 43+ OWASP-aligned website checks with a React UI
1+ mon, 1+ week ago (265+ words) I wanted a vulnerability scanner I could run myself — not a black-box SaaS — so I built WebMask. What you get 43+ checks aligned with common OWASP-style findings React admin UI for running scans and reading severity-rated results SSRF-safe design considerations in…...