this post was submitted on 24 Mar 2024
48 points (84.3% liked)
Programming
17378 readers
330 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Good tips, but how does one practice them? Often times I see advice along the same lines but no offers on how to improve these skills.
I would suggest writing blog posts about topics that you’re familiar with. Make sure you write the posts such that also people not too familiar with the material can follow it. Share your posts, and ask for questions and feedback.
I have been thinking about starting a blog.
Any recommendations for self-hosted blogging? The setup itself might be worthy of a post :)
I use Astro, because it allows me to write posts in Markdown and publish as a static website, though there are certainly other solutions that allow you to achieve the same thing. I just bundle it up in an Nginx Docker image and host it on Fly.io. If you want you can look at my setup here, though beware it isn’t documented (even the README is already out of date): https://github.com/arendjr/phebe
Write to non technical humans and ask them for feedback, and if it is clear what's goong on even if they dont understand some stuff.
Then do the same with various levels of technical people and different walks of life.