Tools

Add ESLint & Prettier to your repository to find and fix common code issues

When adding code to your repository, it is easy to overlook mistakes that you may have made. If you check these changes into your repository, you may not discover them until much later when you run the code or possibly never at all. For this reason, it’s nice to have some tools that automatically statically check and fix your code before you add it to your repository.

Automation

Using Selenium to Test Tumblr

Full code and additional information can be found in my github repository: Selenium Tumblr Test code I created some Java classes to test a modern website use-case. For this case, I … Read more