Skip to content
View georgebarker's full-sized avatar
Block or Report

Block or report georgebarker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
georgebarker/README.md
  • πŸ‘‹ Hi, I’m @georgebarker
  • πŸ‡¨πŸ‡­ I'm based in Lausanne, Switzerland
  • πŸ‘€ I’m interested in...
    • 🌍 learning languages
    • β˜•οΈ speciality coffee
    • πŸ’Έ fintech
    • πŸš† transportation
    • πŸ‘¨β€πŸ’» Using my skills as a software engineer to create interesting projects related to these topics!
  • πŸ“« Reach me on LinkedIn

A selection of my projects

I invite you take a look at some of my public projects.
Here, you can get a feel of what problems I am interested in solving, and what technologies I use to solve them.
You'll find a complete list in my public repositories.

A Java application running on Tomcat that pushes the live prices for cryptocurrencies to clients listening on a WebSocket.

An iOS app in SwiftUI using WebSockets to provide live prices for cryptocurrencies in a list and detailed view.

A REST API wrapper of WordReference.com using Express and Docker so that it can be deployed in the cloud and used by any client, rather than being bound to using the JavaScript API.

A Java web service to find the nearest UK train stations to your location.
This app demonstrates some primitive, raw Java techniques, such as using the native java.sql.* package for database interaction, com.sun.net.httpserver.* package for the web services, and self-managed dependency injection, showing what can still be achieved in plain, old Java.

Popular repositories Loading

  1. iot-lock-system iot-lock-system Public

    Java IOT system using a Phidget RFID Scanner, motor and an Android app to emulate a door locking system, using MQTT and MySQL to send and record events.

    Java 2

  2. PropertySalesApplication PropertySalesApplication Public

    2nd year University Advanced Programming Assignment. Java Swing UI app that takes a SQLite database of historic UK property sales and provides and interface to search, view and graph the data.

    Java

  3. StationServer StationServer Public

    2nd year Advanced Programming University Assignment. The back end service used by StationsApp, retrieves from a SQLite database, uses an old Sun HTTP library as required by the assignment specifica…

    Java

  4. StationsApp StationsApp Public

    2nd year University Advanced Programming Assignment. Android app that uses the StationServer to display the five nearest train stations to you, using GPS location.

    Java

  5. SaturnEclipseSubscriber SaturnEclipseSubscriber Public

    An adaptation of the NTIS Subscriber Service produced by Saturn Eclipse, to use in the optimal journey planning project

    Java

  6. journey-planning-webapp journey-planning-webapp Public

    Web front end of the optimal journey planning project, that makes requests to the back end services and displays the data on maps & graphs

    JavaScript