DEV Community

Discussion on: Why are you blogging/writing?

Collapse
 
deciduously profile image
Ben Lovy

To make sure I know what I think I know, usually.

Collapse
 
hilalarsa profile image
hilalarsa

Me too!. Quite help me on mapping things up, and sometime, I found out I didn't know enough things I thought I would be, and knowing more on things I didn't quite understand. You should read this post overreacted.io/things-i-dont-know-... by Dan Abramov

Collapse
 
mikister profile image
Milan Radojević

Indeed, trying to explain something can show you where your gaps in knowledge are. For me it's about the frontend workflow that I'm writing an article on, and there is some stuff I kind of understood but was surprised how much more there is when I looked closer.

Is there something that surprised you to learn about while writing?

Collapse
 
deciduously profile image
Ben Lovy

Honestly, I almost always learn something in the process of writing. One example that sticks out was when putting together How To Make A Makefile. I'd been using syntax like $(OBJ): $(BUILDDIR)/%.o : $(SOURCEDIR)/%.cpp, but didn't fully understand what the difference between that and the regular rule syntax was. That led me to learn about static pattern rules, which led to both a more thorough personal understanding and a more thorough article.

Collapse
 
zaynaib profile image
Zaynaib (Ola) Giwa

Ditto! Blogging also helps create visibility with the tech community too.