top of page
Search
The Tech Platform
Nov 16, 2023
Golang For Loop: A Comprehensive Guide
In programming languages, efficiency and simplicity often go hand in hand. Golang, also known as Go, is a statically typed, compiled...
The Tech Platform
Jun 10, 2023
What is Go Programming Language?
Go programming Language is a modern programming language designed for efficiency, simplicity, and concurrency. It has gained popularity...
The Tech Platform
Apr 18, 2022
Go Application Vulnerability Cheatsheet
Securing applications is not the easiest thing to do. An application has many components: server-side logic, client-side logic, data...
The Tech Platform
Apr 18, 2022
How to Read Strings From a .env File With Python, Express.JS, and Go
A .env, or environment file, is one of the essential files in a structured, secure programming project. You might've come across...
The Tech Platform
Sep 7, 2021
How to Install Golang in Linux
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go is...
The Tech Platform
Jul 5, 2021
Golang vs Node.js : Which is better for backend Framework?
What is Go (Golang) ? Go is an Open-Source, Cross - Platform and compiled multithreaded programming language which was developed in 2007...
bottom of page