DEV Community

Cover image for What are topics a Junior Vue Developer can write about
Ayoazeez26
Ayoazeez26

Posted on

What are topics a Junior Vue Developer can write about

This is a question I have been pondering on subconsciously for a while now. I would love topic suggestions on what I could write about as a Junior Vuejs developer with over 2 years experience writing Vue. I have a goal of increasing the rate at which I write articles and this would help a lot. Thanks

Top comments (7)

Collapse
 
j3ffjessie profile image
J3ffJessie

Honestly, your learning process. Things you find interesting as you learn new things. Those types of articles are helpful for others as they may gain clarification of something from you explaining your understanding. It never hurts to share what you learned.

Collapse
 
elliotalexander profile image
Elliot Alexander

Definitely second this! Not only is it a great way to document the things you've learned (a great way to show employers that you know what you're talking about), it gives you a great opportunity to further your own understanding. Sometimes, understanding a concept and being able to communicate that understanding effective way are completely different things. Personally, I think this has helped me write better documentation and communicate technical ideas better at work.

Collapse
 
j3ffjessie profile image
J3ffJessie

This!!! Definitely this. I struggled so much with communicating my thoughts relating to code and what things meant in my head. After writing things down it truly did wonders for my ability to understand things better and be able to communicate my understanding more to my teammates.

Collapse
 
ayoazeez26 profile image
Ayoazeez26

I believe this would be really helpful going forward. Thank you for your input

Collapse
 
ayoazeez26 profile image
Ayoazeez26

Reading this and I already have a couple of ideas I want to write about. Thank you for this :)

Collapse
 
tqbit profile image
tq-bit

You could try and write about Vue fundamentals. That stuff never gets old. E.g.:

  • What are components?
  • How are events and properties communicated?
  • What is the shadow-DOM (and why is it so useful)?

Apart from that, being a Vue dev myself, I like to write more specific articles about components I built, e.g.

  • How to build an audio player component
  • How to build a dark-mode component
  • How to build a breadcrumb component on top of Vue-Router

Good luck on your journey!

Collapse
 
ayoazeez26 profile image
Ayoazeez26

This is insightful, I would take my time to see on where to start with these. I appreciate the comment