Tuesday, December 31, 2024
Tag:

static

D2S – Dynamic to Static Site Optimization

The choice between static and dynamic when building software for the web is a critical one, and one that I think deserves in-depth discussion.

How can I print to a remote PC that does not have a static IP address?

This is a fairly common problem: you have a PC at home and you make some sort of connection over the internet to your server, but your application needs to print to your PC. That would be easier if your PC had a fixed, constant IP address, but your connection is dynamic so it changes. There are many, many ways to solve this problem. So many, in fact. that I'll probably miss one or two in this write up. If I do miss something, do let me know: it may help someone else down the line.