Issues related to queues and multiple queues

Tram Ho

Hello everyone, today I will send you a new topic in the Laravel framwork. But the content today will be a little different, so long my shared articles are often a demo code 1 cool function for you to refer...

Read more

Squashing multiple commits into one with GIT

Tram Ho

How to merge multiple commits into one git? First we have to understand the structure of git locally - on our computers, like The local Git generally has 3 parts: working: the code we see and work on. staging area:...

Read more

Learn about Jenkins and CI / CD

Tram Ho

1. Introduction Recently, I have just received a task to learn and integrate CI / CD for the project I am working on. If you have ever learned about CI / CD, you will definitely see the need to integrate...

Read more

React JS – The basics of redux

Tram Ho

React JS - The basics of redux This article I would like to introduce basically about React JS - Redux, an open source library used by many React developers. For this article requires you to have knowledge of React-Js basic....

Read more

Things to know about application testing on mobile devices

Tram Ho

Today, mobile applications are growing and expanding with diverse features such as dictionary applications, learning foreign languages, health check, playing games, taking pictures, listening to music, social networks, etc. This makes mobile phones a world of exciting experiences for users...

Read more

Difference between compiler and interpreter

Tram Ho

Trình biên dịch is a translator that converts from the source language (high-level programming languages) into object languages ​​(such as machine languages). In contrast to trình biên dịch , trình thông dịch is a program that mimics the implementation of...

Read more

Concurrent React Mode: Using Suspense and useTransition to Build A Better UX

Tram Ho

The article was translated from source: https://hackernoon.com/concurrent-react-using-suspense-and-usetransition-to-build-better-ux-cman2cdd The React JS developer team announced some interesting changes a few months ago - React will receive Concurrent Mode . Basically, this will allow React to implement multiple user interfaces simultaneously. Of course,...

Read more

Automatic Testing of Robotium for Android – Part II

Tram Ho

Today I continue to talk about Robotium 3. Robotium APIs 3.1. Purpose Introduction to Solo class and information about APIs in Robotium framework, international knowledge about using Robotium - Resource ID test case, Test case evaluation Solo Class Solo is...

Read more