Ngrok selfhosted alternative
Ngrok is a popular tool for web developers that lets you create secure tunnels from the public internet to local servers running on a developer's machine. However, it may not be available with certain providers.
Ngrok is a popular tool for web developers that lets you create secure tunnels from the public internet to local servers running on a developer's machine. However, it may not be available with certain providers.
For research purposes, you may need to access certain resources from Roskomnadzor’s blacklist, which may be restricted in your country.
There are five small steps to bypass the blacklist using a MikroTik router and an IPsec/L2TP connection on a simple VPS running a Docker container.
Here you can find some usefull tips of using ffmpeg library
Nowadays rollback to any particular version of the Homebrew package might be tricky since the commands brew versions <package>
and brew switch <package> <version>
are deprecated and no more available.
Apple has a powerful URL Loading System which can be used in various ways with a bunch of most common URL schemes. It also includes the URLProtocol, a class that can intercept all network requests for different purposes. You can use it for analytics, testing, and even profiling your application.
The Dependency Inversion Principle is the last one from SOLID stands for decoupling the system into independent modules. It means that one part of a system should not depend on another one directly.
Let's see an example.