Insights

Insights on enterprise organisations in various industries, data, web scraping use cases and software engineering best practices.

Amazon Arbitrage

Amazon Arbitrage

What is Arbitrage? Arbitrage is the purchase of an item or product from one ...

Gin Framework – Part 10

Gin Framework – Part 10

The framework comes with The Gin framework has its own logging function, whi...

Gin Framework – Part 9

Gin Framework – Part 9

What is BasicAuth? It is an open platform authentication method, which means...

Gin Framework – Part 8

Gin Framework – Part 8

Middleware, also translated middleware, intermediary layer , is a type of sof...

Gin Framework – Part 7

Gin Framework – Part 7

Introduction File upload is already supported in the Gin framework, includin...

Gin Framework – Part 6

Gin Framework – Part 6

Introduction In the Gin framework, parameters can receive a key by designati...

Gin Framework – Part 5

Gin Framework – Part 5

Routing Parameters Param When the registered route format is:, /path/:a/:b ...

Gin Framework – Part 4

Gin Framework – Part 4

What is a Routing Group? From the literal meaning, a routing group refers to...

Gin Framework – Part 3

Gin Framework – Part 3

Introduction The routing function of the Gin framework is designed based on ...