DEV Community

Kazutora Hattori
Kazutora Hattori

Posted on

September 2025: Review of learning records

Introduction

Hello everyone. My name is K.H. and I'm currently studying at a local university in Vancouver, Canada.
In this article, I'll look back on what I learned and what I've gained in September.

Main Learnings (Abilities)

Executing git push and automatic deployment (cd)
Deploying to Firebase
Batch processing (implementing a process to delete the previous day's data at a set time each day)
Implementing automated testing with the Jest+React Testing Library

What I've Learned at My Current University

AWS

I learned how to deploy a Django app to AWS EC2.

I built a scalable configuration using Auto Scaling Groups and a Load Balancer.

I used the stress command to apply CPU load and confirmed autoscaling operation.

I learned basic configuration and monitoring methods for stable app operation in a cloud environment.

Python

I learned how to process form input with Django and dynamically generate results with Python.

I was able to implement basic Python logic, including conditional branching, numerical calculations, and string manipulation.

I understood the flow of data between Django views, templates, and forms.

Conclusion

  • Continue working on disseminatin

Top comments (0)