Intoli Blog

Closing the Tech Industry’s Gender Gap

Learn about the gender gap issue in tech and ways to close it.

Continue reading

How to Clear the Firefox Browser Cache With Selenium WebDriver/geckodriver

A utility function for clearing Firefox’s cache and cookies from Selenium without reinitializing the browser.

Continue reading

How to Test If Your Website Logs Errors to the Console

Use Nightmare JS to write useful Mocha-based console output tests.

Continue reading

How to Run a Keras Model in the Browser with Keras.js

Covers installing the right packages, exporting the weights from Python, and performing a prediction in the browser.

Continue reading

How to Exit When Errors Occur in Bash Scripts

A short guide to exiting when errors occur in your bash scripts.

Continue reading

Resizing Matplotlib Legend Markers

A how-to guide to resizing Matplotlib legend markers.

Continue reading

How to Automatically Clear Outputs from Jupyter Notebooks before Committing

A guide to stripping out the cell outputs from Jupyter notebooks before commiting with Git.

Continue reading

How to Use a Custom SSH Identity with Git

A short guide to creating and using a custom SSH identity and key with Git.

Continue reading

How to Clear the Chrome Browser Cache With Selenium WebDriver/ChromeDriver

A step-by-step guide to clearing the Chrome browser cache with Selenium.

Continue reading