Friday, 17 January 2020

I started writing Node.JS tutorials, any feedback is welcome

As the title states, I started writing node tutorials as a way of showing what I know about Node and as a way of learning. "The best way to learn is to teach" as they say.I decided to create my own micro-blog system in Node and wrote a few tutorials on how I made it, I'm about half-way through writing up the entire tutorial, I've split them into smaller sections for easier reading and all the code so far is up on Github.I hope to expand it into a full Content Management System like Wordpress, but less impressive and made by me.About the micro-blog system.It's built entirely in Node and uses MongoDB to store posts and user information. I use markdown to write and format the contents of each post and then use showdown to convert between Markdown and HTML when rendering individual posts. I'm currently testing automatically posting new blog links to my twitter when they go live and adding categories.Tutorial LinksGithub RepoAny feedback is welcome, I'm new to writing so I'm expecting lots of flaws. :)

Submitted January 17, 2020 at 10:45PM by DMDxv

No comments:

Post a Comment