July 8 2025

Today we learned about the definition of a static IP which is an IP address that doesn’t change, we learned about DDNS which is a dynamic domain name system. DDNS automatically updates a domain name to match a changing IP address. We learned about Traefik Reverse Proxy which is a modern reverse proxy that you send requests through before it gets to a server. We learned about version control by studying Github and Databases. GitHub is a web based platform that provides version control and collaboration meanwhile a database is a structured collection of data on a computer. We also learned about docker containers. Docker is a platform which lets users pack their applications to send or request something from a server into containers. Lastly we learned about sql query and wrote our own queries. Example provided below.

Select *

from amusementpark

where

height = 5


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *