Electromagnetic Waves
We have discussed electric fields and magnetic fields, and the way that they change and interact. The full interaction of these fields will create electromagnetic waves, the study of which will consume the rest of these notes.
We have discussed electric fields and magnetic fields, and the way that they change and interact. The full interaction of these fields will create electromagnetic waves, the study of which will consume the rest of these notes.
How does an ISP assign IP addresses to its customers?
Making a website in the modern era is not easy to do for free. I did it using Zola, Github Pages, and Github Actions.
Currying is the concept of having multiple arguments in a function. OCaml defaults to currying its functions. int -> int -> int
is a function that takes two int
s and returns an int
.
HTTP is probably the most visible Internet protocol to end users. It appears (as well as its cousin, HTTPS) at the beginning of every URL we use to access the internet. But how does it work?