Important UI UX design principles Testers need to know

Tram Ho

Currently, with the rapid growth and development of digital transformation and the application of information technology to life, technology products to consumers need to be more refined than ever in terms of function and function. functionality and user interface. Reasonable...

Read more

Basic Programming Principles

Tram Ho

Your code should be clear and easy to maintain. It's easy to code, but it's hard to write good code. Bad code comes in many forms. Messy code, huge if-else chains, programs that break with just one tweak, variables that...

Read more

API Testing using Postman

Tram Ho

First of all, I would like to say hello to everyone, have a good day at work and study. In this article, I will introduce how to use Postman in API Testing. Let's get into the content of the article!...

Read more

How did I build a simple API using DDD?

Tram Ho

DDD has been and is still a popular design trend in large, business-intensive systems at the moment. However, understanding the "academic" definitions of DDD is very time consuming, and to support programmers in general as well as those who are...

Read more

How to use Pandas with Python

Tram Ho

Data Processing with Pandas in Python Pandas is a Python library that provides fast, powerful, flexible, and implicit data structures. The library name is derived from panel data. Pandas is designed to be easy and intuitive to work with structured...

Read more