👨💻 Writing your first JavaScript Promise
What are promises Promises are a way to handle asynchronous tasks in javascript, in a situation where you need to…
Read more👨💻 How to revert back to a specific commit with git (github)
If you have screwed something up in the codebase, you might need to revert to the previous (or any other)…
Read more