Random Variables

This note reviews the definition of random variables.

Sets and Probability Measures

This note reviews the definition of probability measures using the set theory. It also reviews the concept of conditional probability.

Shortest Path Problem

We introduce the shortest path problem and summarize some common algorihtms.

Static Site Generators

I have discussed the difference between static and dynamic web pages in the previous post. In this post, I will write some of my understanding of Jekyll and static site generators.


Static vs Dynamic Web Pages

When we send HTTP requests to the web server, the web server responds to the request and sends the page file (usually with a .html extension) back so that we can view the entire web page in the browser. The way the web server processes and generates the web pages categorizes the web pages into static and dynamic.


Previous
Next