Fifth Month of Internship
cover

Fifth Month of Internship

How My Fifth Month of Internship Went

Give a summary of your accomplishments for the last month.

  • Developing a new feature to output measure points as part of fault detection and diagnostics
  • Writing a suite of tests for the feature above that involves both unit and integration tests
  • Centralising Postgres data sources and Flyway migration scripts into a common library for easier maintainability

What knowledge/skills (both technical and non-technical) did you gain from the internship last month?

  • Learning to set up a test framework to read in the input data from CSV files to simplify the whole integration test flow. It takes time to set up the test framework, but is much easier to maintain and reuse in the long term as compared to numerous lines of code to achieve the same result.

What are the difficulties/challenges you faced during the past month, if any? How did you overcome (or plan to overcome) them?

  • The migration affected several services and I had to go through them one by one and fix any integration issues.

What do you plan to accomplish during the next month?

  • Finish up the remaining tasks before the end of the internship