Amazon Ecs

  • ECS: Elastic Container Service
    • Is a logical grouping of EC2 machines/instances
    • Is a mere configuration for an efficient use and management of your EC2 instances resources
    • Uses Docker to instantiate containers/instances/virtual machines on these (EC2) hosts
    • To add/register EC2 instances –> all you need is Amazon ECS Container Agent running on your EC2 instance/machine

    Amazon ECS Container Agent

    • The container agent running on each instance within an Amazon ECS cluster sends information about the instance’s current running tasks and resource utilization to Amazon ECS
    • It can start and stop tasks whenever it receives a request from Amazon ECS
Read More

Voxxedday Melbourne 2018

So yesterday, I got to attend a developer conference sponsored by MYOB called VoxxedDay. It was the first time it ran in Melbourne. I have to say I thoroughly enjoyed it and was left feeling very inspired and motivated to continue learning and bettering my craft.

Read More

Springboot Jpa And Hibernate

So now that you’ve got your SpringBoot application set up, and you want to be able to interact with your relational database of choice, how would you go about that? This is where JDBC, JPA and Hibernate come in.

Read More

Sql Basics

  • SQL stands for Structured Query Language
  • It is used to communicate with a database
Read More

Java Exception Handling

This is an introductory blog to Exception Handling in Java. If you are new to exceptions or just want to refresh on some core concepts, then please continue reading!

Read More

Code Retreat

Last week, we got the chance to experience our first ever code retreat as a group with Mark Pearl and Elliott Wanless. It was a great learning exercise and I look forward to doing it again in the near future.

Read More

Test Driven Development

Being introduced to the world of Test Driven Develoment has been a big eye-opening experience for me. I decided to redesign and re-code my solution to the MYOB Challenge using the TDD approach to allow myself the chance to implement TDD and see how it works in a project.

Read More

First Two Weeks

It’s been a great immersion and learning experience in the first two weeks at MYOB as a graduate developer.

Read More