Welcome to Snippetz


See latest posts:

Some code

Comment explain, etc

Post edit post route

Post route for editing posts. User send post form with edited post and post route posts the new updated post using post method. Simple :)

Mongoose connection

Connection for mongoose across all files for an Express app.

isPostOwner Middleware

This is how I check if the user trying to modify the post is indeed the post owner. It checks the session user id against the post's owner id.

Test long content

Another test, with long content... Another test, with long content... Another test, with long content... Another test, with long content... Another test, with long conten

Hello Snippetz!

Here is the below code commented / discussed / explained. The code below is just a function that prints "Hello World!". How original.