Pinned Repositories
docker-compose
Repository to save our docker-compose files references for blog posts.
gradle-dependency-template
An example template of my commonly used Gradle dependencies (kotlin dsl)
haskell-playround
Fun with Haskell - e.g. practice code and book exercises from Haskell from the Very Beginning (John Whitington) as well as Category Theory for Programmers (Bartosz Milewski). The intent of this repo is to get comfortable with Haskell the language. It is not meant to represent any proper use of Cabal, GHC, or any other element of a typical Haskell toolchain.
java-logging-slf4j-demo
SLF4J over Log4J2 Example Setup
route_tracker_api
The RouteTracker API's purpose is to encapsulate calls to the Chicago Transit Authority's bus and train APIs. It creates objects that are more easily consumable for a mobile app. Additionally, it helps cache results to minimize exhausting the limit of calls per day set by the CTA. Deployable format is a fat jar with embedded Tomcat server.
route_tracker_api_redux
Micro-service that synthesizes data from the Chicago Transit Authority's API in an easily consumable way for public transit tracking apps and services.
route_tracker_desktop
Create custom routes of CTA buses and trains. View arrival times for each stop along the routes all at once. *** This a prototype desktop version of the app and the next evolution can be found here: https://github.com/smithlamar/route_tracker_api ***
unit-testing-demo
Unit Testing Demo For Chicago Java User Group
smithlamar's Repositories
smithlamar/java-logging-slf4j-demo
SLF4J over Log4J2 Example Setup
smithlamar/route_tracker_desktop
Create custom routes of CTA buses and trains. View arrival times for each stop along the routes all at once. *** This a prototype desktop version of the app and the next evolution can be found here: https://github.com/smithlamar/route_tracker_api ***
smithlamar/docker-compose
Repository to save our docker-compose files references for blog posts.
smithlamar/gradle-dependency-template
An example template of my commonly used Gradle dependencies (kotlin dsl)
smithlamar/haskell-playround
Fun with Haskell - e.g. practice code and book exercises from Haskell from the Very Beginning (John Whitington) as well as Category Theory for Programmers (Bartosz Milewski). The intent of this repo is to get comfortable with Haskell the language. It is not meant to represent any proper use of Cabal, GHC, or any other element of a typical Haskell toolchain.
smithlamar/route_tracker_api
The RouteTracker API's purpose is to encapsulate calls to the Chicago Transit Authority's bus and train APIs. It creates objects that are more easily consumable for a mobile app. Additionally, it helps cache results to minimize exhausting the limit of calls per day set by the CTA. Deployable format is a fat jar with embedded Tomcat server.
smithlamar/route_tracker_api_redux
Micro-service that synthesizes data from the Chicago Transit Authority's API in an easily consumable way for public transit tracking apps and services.
smithlamar/unit-testing-demo
Unit Testing Demo For Chicago Java User Group