Select Page

Developer Tools

Such a generic topic, but hey. Mainly for my own reference as a brain dump, when I remember to log the info… Will update the list when I get time…

 

Server Connectivity

Putty

Remote connect to a server over SSH.

Download: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

 

Putty Gen

For turning .pem keys into .ppk keys. Required for when OpenSSH keys for connectivity (instead of username/password combinations, such as on Amazon Web Services, AWS) – When connecting via PuTTY, need to use .ppk files, not .pem files.

Download: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

 

Java General

TBC

 

Java Libraries

Where to start…

 

JavaMail

etc.

 

 

 

Database Connectivity via Java

JDBC

 

Sybase

 

 

MySQL Database

MySQL Workbench

Connect to MySQL Databases, either locally or from remote locations (if they are configured to do so)

Download: https://www.mysql.com/products/workbench/

 

Code Repositories

Git

Keeping track of code changes. Self hosted or via GitHub.com. Essential when working between teams.

Details: https://github.com/

 

SOAP

SOAP UI

Download: https://www.soapui.org/

 

API Development

Postman

Official Details: https://www.getpostman.com/

Handy Chrome Plugin: https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en

 

Simple Web Scraping

SEO Tools for Excel

Download: http://seotoolsforexcel.com/

 

Advanced Web Scraping

TBC