DEV Community

Cover image for Tips for New DEV Members

Tips for New DEV Members

Tori Crawford on November 15, 2019

One of my favorite aspects of working as a software engineer coach at Flatiron School is our requirement of students to write blogs. It was this re...
Collapse
 
nickytonline profile image
Nick Taylor • Edited

This is a great resource for newbies to DEV. Thanks for writing this. One thing I would add is, get to know the liquid tags offered by DEV's editor as they offer rich embedding of popular sites/tools like Twitter, codepen, Instagram etc. When you're in the editor, simply click on the ? button at the bottom of the editor to see the list of supported liquid tags.

Looking forward to your next post!

Collapse
 
torianne02 profile image
Tori Crawford

I attempted using these for the tags themselves within this post when I was discussing tags, but they wouldn't work within my post. 🙁

#ruby

This tag is for questions related to the Ruby language, including its libraries.

Yet I use it here and it works. 🤔

Collapse
 
nickytonline profile image
Nick Taylor

Hmm, could be a bug. If you can still reproduce it, consider opening an issue in the DEV repo.

GitHub logo thepracticaldev / dev.to

Where programmers share ideas and help each other grow


DEV

DEV Community 👩‍💻👨‍💻

The Human Layer of the Stack

ruby version rails version Travis Status for thepracticaldev/dev.to Code Climate maintainability Code Climate test coverage Skylight badge CodeTriage badge Dependabot Badge

Welcome to the dev.to codebase. We are so excited to have you. With your help, we can build out DEV to be more stable and better serve our community.

What is dev.to?

dev.to (or just DEV) is a platform where software developers write articles, take part in discussions, and build their professional profiles. We value supportive and constructive dialogue in the pursuit of great code and career growth for all members. The ecosystem spans from beginner to advanced developers, and all are welcome to find their place within our community. ❤️

Table of Contents

Contributing

We encourage you to contribute to dev.to! Please check out the Contributing to dev.to guide for guidelines about how to proceed.


Codebase





Collapse
 
jep profile image
Jim

Thanks for the great article. The section about the backticks ( ` ) is surprisingly important. I'm embarrassed to admit it took me years...yeeeeears of using a computer before I ever realized there was a backtick key🤦‍♂️ I remember being so frustrated whenever I'd encounter these "weirdly formatted apostrophes" and couldn't reproduce code or commands without having to copy&paste. I also remember the moment I saw an animated scene in a game, that just showed the tilda button pressing and depressing with information on what it did in game. I sat there for a solid 20 minutes just completely dumbfounded.

Are...you...serious?

Quick follow-up question about the first few paragraphs where you discussed blogging being a requirement for your students. Why does there seem to be a push to get people coming into Tech to be hyper-social social media users? It's like there's now a requirement where in order to be in the industry you have to have an active public git commit history, a daily blog, give talks at cons, and be super active on Twitter. It seems kind of foreign to me. What am I not getting?

Collapse
 
torianne02 profile image
Tori Crawford

I believe there is a huge push to be active on social media and blogging platforms because it is a form of networking. I think networking is the big push here.

When you become active on these platforms, you start interacting with people from all over and you can try to leverage that to try and find a job.

This is all just a guess from my experience though, so I'd take it with a grain of salt.

Collapse
 
cguttweb profile image
Chloe • Edited

I did not know about adding the language for syntax highlighting always wondered how that worked great tip thanks.

Collapse
 
wrightdotclick profile image
TJ Wright

It's worth noting you can even use languages you might not always expect, like bash!

Collapse
 
peter profile image
Peter Kim Frank

Amazing post!

Collapse
 
singh1114 profile image
Ranvir Singh • Edited

When I started out as a programmer under a good mentorship, I was forced to write posts every day to share whatever we have accomplished on the last day.

It was very frustrating at times to find time for such a trivial thing but now I really like the idea of blogging regularly.

Nice post.

Collapse
 
mzaini30 profile image
Zen

Can I use Dev to post about non-technology; like psychology, book review, etc? Hehehe..

Collapse
 
torianne02 profile image
Tori Crawford

There is a tag

#watercooler

Light, and offtopic conversation.
that is made specifically for this type of thing. 😊
Collapse
 
mzaini30 profile image
Zen

Thanks 😀

I'm new here.

Collapse
 
mohantammineni profile image
Madhan Mohan Tammineni

Thanks for the info!

Collapse
 
sag1v profile image
Sagiv ben giat

Nice one. I wish DEV would support line highlighting in code snippets

Collapse
 
jarvisscript profile image
Chris Jarvis

Thanks for the tip on specifying a language in code snippets. I edited on of my CSS posts and it looks better now. Which means some time I'll have to go and edit the code in other old posts.

Collapse
 
desoga profile image
deji adesoga

Great post Victoria. This is gonna go a long way helping beginners who are interested in writing on here.

Collapse
 
ariajanke profile image
Aria Janke

Still unsure how tagging works, like for instance how should tag if I want feedback on ideas?
A google search on that very topic is how I got here.