Tag: static

Run Webserver with current folder as root

Different ways to run a webserver using the current directory as root. Useful to serve static files.

Dynamic/Static/Strong/Weak Types

A dynamically typed language is a language where the type of a variable can be altered at any time. (It…