- π 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
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.
Recreates in real time the passenger information displays seen on train platforms throughout Switzerland.
React app using a Java & Spring Boot backend, fetching data from the SBB display API, deployed on Digital Ocean.
Pushes live cryptocurrency prices from Binance to clients listening on a WebSocket. A Java application running on Tomcat.
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.