Working on some more cheat sheets, if there is a subject or topic you'd like to see Cheat Sheets for let me know in the comments section and I'll make that happen.
Download as PDF:
shorturl.at/nuxOR
For further actions, you may consider blocking this person and/or reporting abuse
Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.
What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.
ente -
ecyrbe -
protium -
Ivan Aulia Rahman -
Once suspended, codebyjustin will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, codebyjustin will be able to comment and publish posts again.
Once unpublished, all posts by codebyjustin will become hidden and only accessible to themselves.
If codebyjustin is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Justin.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag codebyjustin:
Unflagging codebyjustin will restore default visibility to their posts.
Oldest comments (10)
Your very welcome :D
Nice, also the short version - not sure who originally came up with it!
1xx - information
2xx - successful
3xx - redirections
4xx - you screwed up
5xx - we screwed up
That said, w3.org/Protocols/rfc2616/rfc2616-s... isn't exactly long :)
Lol, That's great. I guess I'll have to make the short version xD
Those are some great ideas :D
I'll put it on my todo list.
I got you fam :)