Markdown is a plain text formatting syntax, developed by John Gruber. To create a markdown document, all you need is a text editor and have some grasp over it's syntax. You might wonder why you should bother with the markdown, since your favorite word proce …
TypeScript has been gaining popularity and adoption for a while as a strongly-typed flavor of JavaScript. In this guide, we'll explore a possible way to use TypeScript to write an Express middleware. We'll start with a JavaScript project, add TypeScript …