Number: 018, Date: 2024-05-08

2024.05.02 ~ 2024.05.07

🚨 Side Project (DukhuGam)


The name of the side project is DukhuGam, a service for searching animations and saving information about which episodes have been watched - Geek_Report.

Last week, I completed the overall functionality of this side project.

Detailed Screen for Each Animation

Search Screen

My List Screen

Now, I need to refactor error handling and architecture patterns.

🙋🏻‍♂️ Other Notes


  1. The Sentry environment can be configured based on build options. The default is production, and based on the build option, the Debug mode is set to debug and the Release mode is set to release, allowing for conditional processing.
  2. I attempted to add the SkeletonView library to the side project, but since I had not used it with DiffableDataSource before, I reviewed it and found it did not apply, so I need to study it further.
  3. I discovered a new package called tree, which displays the directory structure in a tree format.