Hieu Vu

IOS Developer

Mobile Engineer

Hieu Vu

IOS Developer

Mobile Engineer

Author: Hieu Vu

August 27, 2024 Leet code #1

1. Two SumSolvedEasyTopicsCompaniesHintGiven an array of integers nums and an integer target, return indices of the two numbers such that…

August 20, 2024 SOLID: The First 5 Principles of Object Oriented Design

💥 𝐒𝐎𝐋𝐈𝐃 ➡ 𝐒 – 𝐒𝐢𝐧𝐠𝐥𝐞 𝐑𝐞𝐬𝐩𝐨𝐧𝐬𝐢𝐛𝐢𝐥𝐢𝐭𝐲 𝐏𝐫𝐢𝐧𝐜𝐢𝐩𝐥𝐞 (𝐒𝐑𝐏):Each class should have a single responsibility, and that responsibility should be…

August 1, 2024 How to reduce your mobile app size?

Reducing the size of your iOS app is crucial for improving download speeds, storage efficiency, and overall user experience. SwiftUI,…

July 9, 2024 Swift Generics: The Key to Reusable and Flexible Code

In this video, we will explore the power of generics in Swift and how they can be used to create…