this post was submitted on 25 Sep 2023
24 points (96.2% liked)

Programming

16240 readers
146 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

I would like to do a small-medium guide on something I did that I couldn't find so many resources for, what do you think would be the best place to do this without so much hassle and preferably with free hosting?

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 9 months ago (1 children)
[–] [email protected] 4 points 9 months ago

Oh that's actually awesome thanks!

[–] Tubbles 9 points 9 months ago (2 children)
[–] [email protected] 3 points 9 months ago

I used to write on Medium before, but I switched to dev.to because it was more friendly to readers.

[–] [email protected] 2 points 9 months ago

That looks good, thanks

[–] [email protected] 8 points 9 months ago (1 children)

Create github project, write markdown documents as readme.md?

[–] [email protected] 2 points 9 months ago

This or a gist. So much easier to find and great for cloning and referencing too (others can link to specific lines for instance which Medium isn’t as great for).

[–] [email protected] 8 points 9 months ago (1 children)
[–] [email protected] 3 points 9 months ago

mdBook is also really cool

[–] [email protected] 4 points 9 months ago

It matters how big your guide will be. Just some Markdown? Github Gist. A few Markdown files? Gist/ Repository. A large-scale documentation? Use Github Pages.
Hope this helps