i ++ and ++ i

Tram Ho

I remember in an interview at the company, with a test code in the loop, so for what I also spend ++i . The boss wondered 2 or 3 times why he didn't use i++ but I kept saying "it's...

Read more

The story of FinTech and payment solutions

Tram Ho

Hello everyone!! In the era of Digital Technology (4.0), the development of online transactions nowadays, everyone must know about online transactions (such as banking, e-wallets, etc.). atm or even go to the bank counter, or want to pay for electricity...

Read more

Learn Kotlin Coroutine, part 8: Flow (part 1 of 2)

Tram Ho

1. Introducing Flow in Kotlin Coroutine Flow basically similar to Sequences in Kotlin but different in that Sequences handle synchronously while Flow processes asynchronously. If you do not know about Sequences , this concept makes you quite difficult to understand...

Read more

Turn a folder into a virtual drive on Windows 10

Tram Ho

On Windows, users can easily "attach" one or more folders to a virtual drive on Windows for faster access when needed. And anything saved to the virtual drive will be saved to the location of that directory. The directory "mounted"...

Read more

Jaccard algorithm

Tram Ho

Hi everybody. It's been a long time. And in this article I will write about an algorithm that is applied quite a lot in AI or ML topics, the Jaccard Algorithm (or called the English Jaccard Index). To tag ML...

Read more

Dependency Injection in iOS with Swift 5

Tram Ho

Dependency Injection is a broad technique that can be implemented in many different ways. In this article, I will look at Dependency Injection and implement frequently used patterns. 1. Definition of Dependency Injection. Dependency Injection is a technique that allows...

Read more