Java and Other Programming Languages: A Comparative Look

Tram Ho

We will explore and compare Java with JavaScript, Kotlin, Scala, Swift, Golang and Rust. Java vs JavaScript Although the name sounds similar, Java and JavaScript are two completely different languages. Java is a powerful, object-oriented programming language for building large...

Read more

Coroutine and Multi-Task Problem

Tram Ho

Hi everybody. In asynchronous programming processing, people often encounter situations where multiple tasks are handled at the same time, or task tasks are processed one after another, one task depends on the results of the other. Today I would like...

Read more

Rx in Android Overview

Tram Ho

Hello everyone, today I would like to share about the topic of Asynchronous Programming. Specifically, a library is quite popular in asynchronous processing, which helps to optimize the processing of tasks, especially heavy tasks. Here, I am referring to the...

Read more

Observable/ Observer in RxJava

Tram Ho

Hello friends. I would like to continue with the series of articles (Part 1) to learn Rx in Android programming, specifically here RxJava. Today I would like to introduce in more detail about 2 important components, almost the core in...

Read more

Clean Architecture and MVVM on iOS (Swift) part 2

Tram Ho

In part 1 we learned about Clean Architecture. In this part 2, we will continue with the MVVM model in the Clean Architecture series and MVVM on iOS (Swift). MVVM Model-View-ViewModel pattern (MVVM) clearly separates UI and domain. When using...

Read more

SAML Hacking – XML Signatures

Tram Ho

In the previous part (if you have not read part 1, you can find and read it here.  I said about how SAML works. In this section, I will continue to share about exploiting vulnerabilities in SAML. XML Signatures [crayon-66236e2b15362124813424/] As...

Read more

Why do recruiters love Design Pattern interviews?

Tram Ho

Walking lessons Hello everyone, it's me, an IT guy who likes to share knowledge with everyone For me, sharing knowledge not only helps readers discover new knowledge, but also helps me review my knowledge as well as recognize the wrong...

Read more

What is VPS? Learn how VPS works and its advantages

Tram Ho

In the modern world of technology, website hosting and management is an important part of growing and operating online. VPS (Virtual Private Server) has become one of the popular solutions to meet this need. But what is VPS? And why...

Read more