|
You are here |
senthil.learntosolveit.com | ||
| | | | |
ericlathrop.com
|
|
| | | | | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. | |
| | | | |
techtldr.com
|
|
| | | | | Chrome Developer Tools have a very useful option that allows to copy any API request as a CURL command. This tool can be used to test APIs without having to rely on the Browser, get access to unofficial APIs, scrape data and many other useful scenarios. Please allow me to demonstrate. In this video, I [...] | |
| | | | |
sookocheff.com
|
|
| | | | | A common problem with Python development for large-scale teams is sharing internal libraries. At Vendasta we've been solving this problem using a private PyPI installation running on Google App Engine with Python eggs and wheels being served by Google Cloud Storage. Today, we are announcing the open source version of this tool - CloudPyPI. CloudPyPI is a modification of pypiserver for running on Google App Engine. We've also introduced a simple user management system to allow authenticated access to your... | |
| | | | |
heltweg.org
|
|
| | | Build a progressive web app delivered by nginx with docker to deploy it to docker swarm or kubernetes. | ||