Website profile

@Thepracticaldev

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

  • 108,782articles · 365d
  • 56+ min agolatest article
  • Sep 13, 2025earliest in window
  • 95%with images
  • 292avg words
articles per day
Categories
  • Science & Technology 91,354
  • Software Dev. 90,246
  • Computers & Electronics 70,906
  • Business & Industrial 9,245
  • Arts, Culture, Entertainment & Media 7,852
  • Internet & Telecom 7,149
  • Economy, Business & Finance 5,216
  • Arts & Entertainment 3,774

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 > michaelnocito > show-the-unit-without-breaking-the-number-3foo

Show the Unit Without Breaking the Number

3+ week, 2+ day ago   (752+ words) This article gives you the move that lets a cell read "21.2x" while it still holds 21.1919 underneath: a custom number format. Press Ctrl+1, pick Custom, type 0.0"x". The display changes. The number does not. The principle is one line, and it…...

DEV Community
dev.to > simongreennet > weekly-challenge-similar-colors-1n4d

Weekly Challenge: Similar colors

1+ mon, 2+ week ago   (464+ words) Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of us to come up with solutions to two weekly tasks. My solutions are written in Python first, and then converted to Perl. Unless otherwise stated, Copilot…...

DEV Community
dev.to > swatigoyal911 > -verifying-an-alien-dictionary-leetcode-953-3amb

# 👽 Verifying an Alien Dictionary (LeetCode 953)

2+ mon, 3+ week ago   (248+ words) Imagine you're interviewing on another planet. 🌎➡️🛸 Your task is to determine whether a list of words is sorted according to the alien alphabet. The first differing characters are: Since h < l in the alien language, the words are correctly ordered....

DEV Community
dev.to > mubaraqabba > i-hit-the-1232-byte-wall-so-you-dont-have-to-10

I Hit the 1,232-Byte Wall So You Don't Have To

3+ mon, 2+ week ago   (22+ words) I was building a batch transfer tool. Send SOL to 20 recipients in one transaction. Simple,... Tagged with 100daysofsolana, webdev, solanadev, mlh....

DEV Community
dev.to > jerin_babu > leetcode-819-most-common-word-simple-explanation-with-carry-logic-java-190e

LeetCode 819: Most Common Word — Simple Explanation with Carry Logic (Java)

4+ mon, 6+ day ago   (188+ words) Topics: Array, Math, Hash Table, String, Counting Given a string paragraph and a string array of the banned words banned, return the most frequent word that is not banned. It is guaranteed there is at least one word that is…...