Golang Tutorial

Create a Simple Chat Application Using Socket.IO in Golang

A step-by-step guide to building a simple chat application using Socket.IO in Golang, helping you understand how real-time communication works in web applications.
Generate Captcha using Golang

A detailed guide on how to generate Captcha using Golang to protect your web application from automated attacks and bots.
Multithreading in Golang with Goroutine

A guide on how to handle multithreading in Golang using Goroutine, allowing efficient parallel processing and CPU optimization.
Guide to creating a multiple image upload form using Golang

A step-by-step guide on how to create a form to upload multiple images simultaneously in Golang using the `net/http` library.
How to convert a Markdown string to HTML using Golang

A detailed guide on how to convert a Markdown string to HTML in Golang using the `blackfriday` library.
How to DELETE data from a MySQL database using Golang

A guide on how to connect and delete data from a table in a MySQL database using the Golang programming language.
How to UPDATE data in a MySQL database using Golang

A guide on how to update data in a MySQL database using Golang with Prepared Statements involving multiple parameters for enhanced security and efficiency.
How to INSERT data into a MySQL database using Golang

A guide on how to use Prepared Statements in Golang to insert data into a MySQL database with multiple parameters.
How to SELECT data from a MySQL database using Golang

A guide on how to use Golang to query data from a MySQL database using Prepared Statements with multiple parameters.
How to Post Data to API Using Golang

This article guides you on how to send data to an API using the POST method in Golang, helping you better understand how to interact with web services.
How to Get JSON Data from API Using Golang

This article guides you on how to retrieve JSON data from an API using the Golang programming language, helping you better understand how to interact with web services.
How to write data to an Excel file using Golang

A detailed guide on how to write data to an Excel file using Golang with the excelize library.

main.add_cart_success