Casie Bao


All the lights we cannot see


DTO

DTO stands for “Data Transfer Objects”. It is a design pattern for a representation of data, it can be formatted as JSON, XML, etc. It differs from JSON as JSON is a type of serialization and DTO is a serialized object.

Latest Articles

HTTP

IntroductionHTTP is a TCP/IP based communication protocol, used to deliver data, such as HTML files, images, query results etc., on the World Wide Web. HTTP specification specifies how client’s req...…

Read More
Eariler Articles

Testing in Python

Mike Cohen’s Test Automation Pyramid Bottom to top is Unit tests, Service/API layer tests, User Interface tests Unit testing and API testing: unittest, pytest, nose UI testing: Selenium and Pyth...…

Read More