Website profile

@Thepracticaldev

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

  • 10,512articles · 30d
  • 2+ hour agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 293avg words
articles per day
Categories
  • Software Dev. 9,716
  • Science & Technology 9,590
  • Computers & Electronics 7,426
  • Business & Industrial 810
  • Internet & Telecom 773
  • Economy, Business & Finance 382
  • Finance 333
  • Arts, Culture, Entertainment & Media 244

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 > florianrappl > my-oss-projects-anglesharp-3b8j

My OSS Projects: AngleSharp

3+ day, 19+ hour ago   (809+ words) This is the first post in a new series, "My Open-Source Projects", where I go through some of the... Tagged with dotnet, opensource, csharp, webdev....

DEV Community
dev.to > pijaradiluhung > i-built-an-api-because-my-governments-website-got-the-date-wrong-and-just-deleted-it-4ca5

I Built an API Because My Government’s Website Got the Date Wrong (and Just… Deleted It)

2+ week, 1+ day ago   (815+ words) There’s a funny (and slightly sad) story behind why I built mabims.dev. It started with a date. More specifically, a Hijri date. For a long time, Indonesia’s Ministry of Religious Affairs (Kemenag) website displayed the current Hijri date. You…...

DEV Community
dev.to > nikitachristensen2691 > rate-limited-worker-queues-for-timezone-aware-user-reminders-in-nodejs-34nl

Rate-Limited Worker Queues for Timezone-Aware User Reminders in Node.js

2+ week, 2+ day ago   (646+ words) Short answer: treat local calendar time as schedule data, store the next due instant in UTC, and let a short dispatcher feed a rate-limited worker pool. For an edtech reminder service serving US and EU users, this keeps daily and…...

DEV Community
dev.to > coolbuoy > i-built-a-whatsapp-bot-to-check-wifi-balances-and-tp-links-own-api-fought-me-the-whole-way-4fp8

I built a WhatsApp bot to check WiFi balances, and TP-Link's own API fought me the whole way

3+ week, 5+ day ago   (609+ words) I run WiFi for a few hostels using TP-Link Omada controllers. Wanted customers to buy data and check their remaining balance straight from WhatsApp, no need to message me directly. Sounded simple. It was not. TP-Link has a real, documented…...

DEV Community
dev.to > fscss > st-corefscss-multi-line-chart-pure-css-npa

St-core.fscss Multi-Line Chart Pure CSS

3+ week, 5+ day ago   (138+ words) st-core.fscss is a pure-CSS charting system that renders line charts with no SVG, no Canvas, and no JavaScript charting library. It uses: You declare one @st-chart-line renderer. Every element that matches the class becomes an independent line. X positions…...

DEV Community
dev.to > psypher1 > are-you-crippled-by-your-preferences-8l5

Are You Crippled By Your Preferences

3+ week, 6+ day ago   (627+ words) This article directly follows after the one I wrote about types. I caught a replay of a live stream the other day. During the live stream the developer was testing out Svelte, specifically the Svelte version of shadcn; svelte-shadcn. And…...