Mattias' MYOB Blog

Graduate Software Developer

Follow me on GitHub

Week 3


Spring Project

URL: Spring Project
On Monday, I talked to my mentor Graham, and he gave me a project with the following specifications.

Java Backend
Web Framework - Spring Framework, Spring Boot, Restful API
Database - Postgres, ORM tool use Hibernate
Java 8 - use Streams, no loops

JS Frontend
Framework - React


Workshops

Basic Networking


Culture Day


Generators

Pedro and I decided to pair program, and tackle some Codewars challenges together. The problem we came across involved the use of generating large amounts of combinations. To solve this problem functionally, we looked for inspiration and thus came across the usage of generators. I felt that generators are fairly complex tool, and thus decided to write a blog about it.
Link: Generators