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 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 RxJava, which...

Read more

Components in Angular

Tram Ho

1. Introduction to Components in Angular I will start by introducing Components in Angular. Did you know, Component is the "kernel" of every Angular application. It is the pieces that make up the interface and functionality of the application. You...

Read more

Unit Testing

Tram Ho

Introduce Question In the process of product development, everyone inevitably encounters some of the following pain points: Generates many bugs. There are enough levels from minor to critical. Afraid to fix or refactor features that are already running, for fear...

Read more

Narrowing TypeScript

Tram Ho

1. What is Narrowing? The process of collapsing data types Using conditions to bind data types Helps to better understand data types => write safer code and avoid manipulation errors 2. Techniques: The narrowing techniques in Typescript allow working with...

Read more

Learn about GIS, Vector, Raster

Tram Ho

The term GIS was first introduced in the 1960s when computers and the concepts of quantitative geography appeared. The work of GIS at this time is research on geographic information science topics such as spatial analysis and field imaging. Nowadays,...

Read more

Are you storing the JWT properly?

Tram Ho

There is a simple question, but many of you are still confused as "How to save tokens in the browser in the most standard, safe and effective way", then in this article, that question will be answered What are tokens?...

Read more