Skip to content

Instantly share code, notes, and snippets.

View Jswizzy's full-sized avatar

Justin Smith Jswizzy

View GitHub Profile
@Jswizzy
Jswizzy / kotlinJDBC.md
Created February 13, 2018 01:29
Working with SQL with JDBC and Kotlin

JDBC

    val customerId = 1
    
    val conn = DriverManager.getConnection("jdbc:sqlite:~/usr/my-database.db")

    val ps = conn.prepareStatement("SELECT * FROM CUSTOMER_ORDER WHERE CUSTOMER_ID = ?")
    ps.setInt(1, customerId)
    val rs = ps.executeQuery()
@Jswizzy
Jswizzy / resume.md
Last active March 20, 2018 04:11
resume

Justin Nathaniel Smith

Charleston, SC | 843.864.8274 | smithjn@g.cofc.edu | https://www.linkedin.com/in/justinsmithnathaniel | https://github.com/Jswizzy

Java Developer | Automation Test Developer | Secret clearance | Test driven development | Java | Agile | Android SDK | Spring

Test Automation development and QA and internal software development for DOD. College of Charleston’s BA in Computer Science program and former Navy Nuclear Machinist Mate and Cheif Machinery Operator for a A4W nuclear Reactor Plant. Android and Kotlin developer hobbyist working on several apps for fun and to keep up with Java and JVM development. Polyglot computer language enthusiast. Knowledge of concurrent and distributed systems. Practing Continous Development and Integration on several DOD projects.

Career Highlights