Explore >> Select a destination


You are here

www.debugbear.com
| | www.dreamhost.com
1.6 parsecs away

Travel
| | Optimizing images for web makes your site look, and perform, better. Our guide has 3 ways to optimize images - making JPG and WebP as simple as ABC.
| | www.aleksandrhovhannisyan.com
3.0 parsecs away

Travel
| | Images make the web a more beautiful place, but this sometimes comes at a price. Learn how to optimize images for the web using the WebP image format and lazy loading with JavaScript.
| | vincent.bernat.ch
2.8 parsecs away

Travel
| | WebP and AVIF are new image formats for the web. How to configure Nginx to serve them when the browser supports them?
| | dusty.phillips.codes
17.9 parsecs away

Travel
| I really appreciate Python's pathlib module for managing filesystem stuff. While I don't love the argparse module for command line parsing, I don't think it's worse than other available options. I usually choose it for my CLI scripts, since nothing else is good enough to overcome the inertia of using a third party library. Not many people seem to be aware that the two can very easily be combined such that argparse will return Path objects instead of strings that need to be adapted after you query them: