Website profile

@Thepracticaldev

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
articles per day
Categories
  • 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.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > waleed2660 > i-built-a-real-job-simulator-for-spring-boot-learners-free-open-source-n0e

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…...

DEV Community
dev.to > onkar_karale > i-built-a-production-ready-mern-boilerplates-so-you-never-have-to-again-4o6b

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…...

DEV Community
dev.to > foysalmostafa > i-built-a-free-text-case-converter-camelcase-snakecase-kebab-case-and-8-more-5139

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…...

DEV Community
dev.to > eoh_lczinn > jlscript-a-programming-language-designed-to-make-coding-simpler-2ml3

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…...

DEV Community
dev.to > komal290106 > taste-of-punjab-a-css-love-letter-to-comfort-food-1bk2

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....

DEV Community
dev.to > naman_dhakad > tonkotsu-ramen-in-css-3081

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,…...

DEV Community
dev.to > muhammad_suleman_095 > i-built-a-free-portable-tool-to-import-huge-mysql-dumps-on-windows-9gb-tested-with-real-time-2fgl

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…...

DEV Community
dev.to > maxelxa > json-studio-a-complete-json-toolbox-174g

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…...

DEV Community
dev.to > tools1hub_163e645a548d36e > i-got-tired-of-free-tools-wanting-my-email-or-my-files-so-i-built-26-that-run-entirely-in-the-18eg

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…...

DEV Community
dev.to > heisenberg_blue > webmask-43-owasp-aligned-website-checks-with-a-react-ui-150o

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…...