- I'm a back-end developer, specialized in REST API's w/ Java and Kotlin
These are the repos that demonstrate best my current interests:
- Demo Stock Exchange - A Reactive Application that streams average pricing of some selected stocks - https://github.com/alesaudate/demo-stock-exchange
- Example with Apache Camel, Kotlin and Kafka on top of Spring Boot - https://github.com/alesaudate/camel-kotlin-kafka-example
- A similar example, showing how to wire AWS S3 and Kinesis using Apache Camel - https://github.com/alesaudate/camel-s3-kinesis-example
- My bash aliases / functions - https://github.com/alesaudate/my_bash_repo
- Docker recipes (scripts that allow me to execute common pieces of software without installing anything else than Docker) - https://github.com/alesaudate/docker-recipes
- C.A.R. App - A fully functional reactive API simulating a Uber-like app. Heavily based on my last published book. - https://github.com/alesaudate/car-app
- Kotlin Kata - A repo dedicated to practice my skills in Kotlin. - https://github.com/alesaudate/kotlin-kata
These are the repos containing source code of my books: