I appreciate Hashnode for what it has achieved, giving developers a platform to share their ideas and tutorials and still own their content. The main feature that enables a user on Hashnode to own their own content is the subdomain feature, with a customization dashboard.
But my questions are:
Sandeep Panda
co-founder, Hashnode
Hey Wachira
Thanks for the nice words! Subdomain feature is rather simple. Our Caddy server looks for requests with host
*.hashnode.devand we then extract the username from it. Then it's just a matter of finding out the path and serving the right content for that username and path combo. Does that answer your question?