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...
For further actions, you may consider blocking this person and/or reporting abuse
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!
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
Yet I use it here and it works. 🤔
Hmm, could be a bug. If you can still reproduce it, consider opening an issue in the DEV repo.
thepracticaldev / dev.to
Where programmers share ideas and help each other grow
DEV Community👩💻 👨💻
The Human Layer of the StackWelcome 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
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.
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?
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.
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.
I did not know about adding the language for syntax highlighting always wondered how that worked great tip thanks.
It's worth noting you can even use languages you might not always expect, like
bash
!Amazing post!
Can I use Dev to post about non-technology; like psychology, book review, etc? Hehehe..
There is a tag
#watercooler
Thanks 😀
I'm new here.
Great post Victoria. This is gonna go a long way helping beginners who are interested in writing on here.
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.
Thanks for the info!
Nice one. I wish DEV would support line highlighting in code snippets
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.