JavaScript: Methods for sending and receiving network data

Methods for sending and receiving data across a network with JavaScript

February 15, 2019 · 3 min · Chris

DevTube

I found this DevTube on HackerNews the other day and I want to save it for later.

July 10, 2018 · 1 min · Chris

Lisp on MacOS

Towards a working LISP environment on macOS

July 6, 2018 · 5 min · Chris

URL Encoding

URL Syntax https://admin:[email protected]:80/bio.txt;pp=1&qp=2#Three URL Part URL Data Scheme https User admin Password pass123 Subdomain www Domain example.com Port 80 Path /bio.txt Path Parameter pp=1 Query Parameter qp=2 Fragment Three Safe Characters RFC1738 section 2.2 outlines the safe characters to use in an HTTP URL Scheme: abcdefghijklmnopqrstuvwxyz0123456789$-_.+!*'(), Safe characters can be used in URLs without any form of encoding as they aren’t reserved for special use in the construction of the URL....

October 6, 2014 · 2 min · Chris