|
You are here |
jaketrent.com | ||
| | | | |
antoinevastel.com
|
|
| | | | | This post presents techniques that enables to distinguish a vanilla Chrome browser from a Chrome browser running in headless mode. It updates information presented in the post of August. | |
| | | | |
www.alfredo.motta.name
|
|
| | | | | [AI summary] The author shares personal strategies for managing high-pressure periods by focusing on presence and distinguishing between vital tasks and trivial ones, while also covering a technical tip for handling CORS in Rails. | |
| | | | |
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 [...] | |
| | | | |
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. | ||