Insights

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

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 ...

Data Scientists – Giving Data Meaning

Data Scientists – Giving Data Meaning

A key function that can be found under the names of Dataminer, Engineer Analy...

Gin Framework – Part 2

Gin Framework – Part 2

Start the service // Gin service startup code package main // Introduce gi...

Gin Framework – Part 1

Gin Framework – Part 1

What is Gin? Gin is an open-source framework written in Go (Golang). At the ...