Week 30
Project 1: Upgrading Vue 2 to Vue 3
Started on: Oct 5, 2023
Staff Guidance: Chris
Description:
The project aims to update from Vue 2 to Vue 3. Last week and yesterday, I spent time fixing the comments from Chris regarding the Vue 3 file and other trivial clean-ups for the code.
Training: Learn docker
Started on: Oct 5, 2023
Description:
The training taught me how to use Docker for the first time. I learned how to use containers, images, and different other things that you can do with Docker. It helps to containerize the code and make a separate environment specified by me to run the code. It helps to streamline and standardize the process if the code runs on other machines.
Training: Learn Laravel PHP – RESTful API to POST, CREATE, DELETE, and UPDATE records.
Started on: Sep 28, 2023
Staff Guidance: Chris
Description:
LARAVEL PHP – an awesome tool to do back-end. PHP has been around for a long time and has become the backbone of a lot of web applications. In this training, I learned how to use PHP to create RESTful API to transfer data through TCP/IP so that the web application can receive and update the records accordingly.