note

[INFP] Introverted Intuitive with Extraverted Feeling (Mediator)

Fi-Ne: judge externally obtained ideas and information on the basis of whether they are consistent with their feelings and ethics; INFPs tend to avoid confrontation and competition, and value cooperation and harmony.In highly competitive environments, assertiveness and confrontation are often required, which can be uncomfortable for INFPs.
note

[INFJ] Advocate. Introverted Intuitive with Extraverted Feeling (MBTI)

Ni-Fe:未来の可能性を洞察し、それを他者と共感を持って共有することで実現可能な計画を立てる。INFJは、自分の理想と現実のギャップと共感疲労のダブルパンチで病みやすい。INFJは内向的であり、自分の感情や考えを他者に開示することに慎重。
note

[ENTP] Debater. Extraverted Intuitive with Introverted Thinking (MBTI)

ENTPs take a process of using introverted thinking (Ti) to make decisions based on extroverted intuition (Ne); Ne-Ti: brush up their own theories through interaction with the outside world; ENTPs like intellectual debate and seek debate with others to test their ideas and theoriesNe-Ti.
Development

[App] Create a grid post for iOS screenshots with Figma

iPhone screenshots do not require images at all iPhone display sizes; if the app's UI is the same across multiple device sizes and localisations, simply provide screenshots at the highest resolution required.
note

[ENTJ] Commander. Extraverted Thinking with Introverted Intuition (MBTI)

Extroverted thinking is the strongest function in ENTJs, which means they are very proactive in their environment and seek to achieve their goals efficiently and effectively; ENTJs naturally take on leadership roles and are very good at managing projects and people.
note

[INTP] Logician. Introverted Thinking with Extraverted Intuition (MBTI)

The extroverted intuition proposes "I have this new idea", and the introverted thinking examines it and evaluates whether it is theoretically viable or not. Through this process, INTPs can generate highly original and innovative ideas. However, sometimes they tend to come up with ideas that are so far from reality that it can be difficult to shape them into reality.
note

[INTJ] Architect. Introverted Intuitive with Extraverted Thinking (MBTI)

INTJs use a process of extroverted thinking (Te) to make decisions based on introverted intuition (Ni). This combination effectively bridges the gap between ideal and reality, allowing for more viable and efficient strategies.
Development

[Mia] ESP32 OTA update function implementation: Firmware update app notification

A new Firmware binary is uploaded to the AWS s3 firmware directory with the version specified by the developer.The version of each user's firmware is compared to the latest version uploaded by the developer, and if they are different, the Flutter app is notified that the new firmware is available for installation.
Development

[ESP32] OTA update: Firmware update using MQTT and AWS IoT device shadow

When the user accepts the update, the app sends an API request to the server, which reflects the change in the AWS IoT device shadow. The device detects this change via MQTT and performs a firmware download and upgrade.
Development

[ESP32] How to initialize firmware with a hardware trigger.

Describes the procedure for firmware initialisation using hardware triggering with the TTP223 touch sensor on the ESP32, utilising PlatformIO and TFT_eSPI to display status using the display in safe mode and to perform OTA updates.