java-portfolio
This repository contains a random assortment of Java coding projects I have done in the past.
Bim360RestAPI.java
This was a helper script I wrote to interact with the Bim360 API, the documentation can be found here: https://forge.autodesk.com/en/docs/bim360/v1/reference/http/
Crypto.java
A basic utility for encyrpting and decrypting text.
Db.java and MyDb.java
2 classes used to simplify the interaction with a SQLServer database. Helps with both DML and DDL changes.
Gitty.java
Command line utility tool used to aid users in commiting files to git.
JiraTicket.java
Helper class for interacting with the JIRA Api, the documentation can be found here: https://developer.atlassian.com/server/jira/platform/rest-apis/
UI.java
Helper class for getting propertly formatted data input from the user.
SchemaUpdate.java
A comprehensive script used to compare different database schemas and generate the SQL to apply all the changes.
Util.java
A handful of globally usable static method.