Tuan Nguyen

Tuan Nguyen

Data Scientist

at · 142 articles published

Proficient in Golang, Python, Java, MongoDB, Selenium, Spring Boot, Kubernetes, Scrapy, API development, Docker, Data Scraping, PrimeFaces, Linux, Data Structures, and Data Mining. With expertise spanning these technologies, he develops robust solutions and implements efficient data processing and management strategies across various projects and platforms.

Areas of expertise

Certifications & credentials

  • Deep Learning with TensorFlowID: ML0120ENv2
  • Machine Learning with PythonID: ML0101ENv3

Articles by Tuan Nguyen

Top 8 Golang Development IDEs [With Features]

Although Golang may not be the most popular programming language, it is employed by many major companies, like Google, Uber, DropBox, DailyMotion, and many

Install Golang on Windows [Step-by-Step]

Step by Step instructions to install golang on WIndows using official archive and choclatey

How to PROPERLY upgrade GO version in Ubuntu? [SOLVED]

Step by step instructions to upgrade go in Linux, Windows and MacOS.

Golang Variable Naming Convention Guideline and TIPs

Explore the indispensable Golang Variable Naming Convention to elevate your coding practices. Dive deep into strategies that will enhance readability, improve …

Golang Embedding Examples [Tutorial]

Using golang embedding with structs, interfaces, methods and files with examples

How to import local package in GO? [SOLVED]

Step by step instructions to setup golang workspace and import local package with examples

Managing golang connection pool [Practical Examples]

In the previous article, I introduced to you the ways to work with SQL in Golang. You don't need to change the defaults for the sql.DB connection pool for the

Golang SQL Tutorial [CRUD Operation]

Step by Step instructions to create and manage QL database using golang sql module. Perform CRUD Operation using GO.

Golang Hello World Example for Beginners

Step by step instructions to create your first golang hello world program with examples

Top 6 Golang Web Frameworks with Examples in

In today's article, I will introduce some web development frameworks in Go. The Google Go language (also known as Golang) has become one of the top choices

Golang Packaging Structure & Best Practices [Tutorial]

Learn about golang packaging with how to create custom packages, install third- party packages, import packages, export package members, and organize Go code …

Golang AWS Lambda Example [In-depth Tutorial]

In this series, we will learn how to set up a serverless framework example for Golang and AWS Lambda. First of all, we are going to walk through how to create

How to Uninstall Golang (Go Compiler) on Linux, macOS, and Windows

Learn how to uninstall Golang (Go compiler) on Linux, macOS, and Windows. This guide explains how to remove Go installed using tarball archives, package …

How to pass array to function in Golang? [SOLVED]

Learn how to pass array to function in golang using different examples

How to pass slice to function in Golang? [SOLVED]

There are multiple ways we can pass slice to function in golang. We will explore through some of the examples