Click here to Skip to main content
15,886,724 members
Everything / Programming Languages / Go

Go

Go

Great Reads

by Scott Tattersall
Building a custom-designed PCB for an Internet of Things (IoT), “connected” device from scratch
by Kel_
Building a financial stock explorer app using open-source emitter publish/subscribe, Go and Javascript.
by Lars Paisley
A simple approach to documenting ESB transactions and transformations
by Farhad Reza
This tip describes how we can create a simple window in Go programming language using Win32 API functions.

Latest Articles

by José Cintra
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language
by Bohdan Stupak
Clean architecture example implemented in Go
by Alexey Shtykov
Lot of fancy languages were born and have died since I started working in IT, but a few of them continue their pitiful existance.
by Bohdan Stupak
This article describes a super-minimalistic auth endpoint based on AWS Lambda.

All Articles

Sort by Score

Go 

6 Dec 2017 by Scott Tattersall
Building a custom-designed PCB for an Internet of Things (IoT), “connected” device from scratch
3 Dec 2016 by Kel_
Building a financial stock explorer app using open-source emitter publish/subscribe, Go and Javascript.
12 Feb 2018 by Lars Paisley
A simple approach to documenting ESB transactions and transformations
1 Dec 2015 by Farhad Reza
This tip describes how we can create a simple window in Go programming language using Win32 API functions.
28 Nov 2018 by Afzaal Ahmad Zeeshan
Go language and discuss of it as a C-family developer
21 Nov 2017 by Pete Garcin
Exploring how to take one of the pre-trained models for TensorFlow and set it up to be executed in Go - Specifically, detecting multiple objects within any image
1 Aug 2018 by Lars Paisley
A discussion of routing principles in ESBs
27 Nov 2021 by Mircea Neacsu
Effective management tool for multiple libraries
30 Jan 2024 by José Cintra
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language
13 Sep 2017 by Pete Garcin
"Porting a library from C gave me the perfect opportunity to put that to the test and to understand the differences between these languages and what Go is bringing to the table."
3 Aug 2022 by Bohdan Stupak
This article describes a super-minimalistic auth endpoint based on AWS Lambda.
24 Sep 2022 by Greg Utas
I know of no such thing, although a few might exist for specific domains. Architecture diagrams and books are intended for software architects: that is, people with a reasonable amount of experience developing software. That experience will give...
25 May 2023 by Bohdan Stupak
Clean architecture example implemented in Go
3 Jan 2017 by Fitim Skenderi
Connecting securely to MongoDB by using SSL from GO
19 Apr 2017 by Intel
The Developer's Introduction to Intel MKL-DNN tutorial series examines Intel MKL-DNN from a developer’s perspective. Part 1 identifies informative resources and gives detailed instructions on how to install and build the library components.
20 Jan 2024 by OriginalGriff
Talk to Google: it's their software, their ads - and they don't get paid until people can see the ads on your site. If nothing else, they can point you at the official doc8umentation which will explain how to use them.
14 Jan 2017 by taowen
Jsoniter is a new JSON library for Java & Go, with innovative API and faster than thrift/avro
19 Apr 2017 by Intel
With Intel DAAL, cgo, and SWIG we were able to integrate optimized Cholesky decomposition right in our Go programs.
27 Aug 2017 by RickZeeland
This might be of interest to you too: [Top 10 Programming Languages in 2017] It is a bit superficial, but gives a good overview. Also interesting: Stack Overflow Developer Survey 2017[^] 'Most popular' does not mean that these are the best languages for you, although the GO language is listed...
25 May 2018 by gptankit
An approach to making better use of cluster error feedback
16 May 2019 by Kornfeld Eliyahu Peter
To Visual Studio to open the source directly and not a de-compiled (metadata) version, you have to have a project reference... The problem begins when you added the reference to the DLL and not to the project... In this case VS will remember forever that and will always open 'from metadata' even...
29 Dec 2019 by Ri Xu
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
20 Jan 2022 by RickZeeland
You can find an example here: Asynchronous Client Socket Example - .NET Framework | Microsoft Docs[^] If you have a lot of traffic you also might consider queueing.
10 Aug 2022 by Patrice T
Quote: I purchased 7 coruses from Udemy to go deep in python,R and ia. Learning some programming languages is nice, but there is also a huge technical backup not linked to a specific language. You have to know that you can do pretty much...
3 Feb 2015 by Cesar Bretana Gonzalez
Hi everyone, due to my previous question to see if there is some golang developer on this network, here is a new one, How can I link gtk with go?, i did download the go-gtk library from github, and followed the readme.md, but didn't work to me, if anyone did this before, please, i need some...
3 Feb 2015 by Sergey Alexandrovich Kryukov
Sorry, this is off-topic. We do not provide the search of developers, we only ask technical/scientific questions. If you have one you are very welcome to ask.—SA
22 Feb 2017 by SirWernich
i'm currently learning go and i'm at interfaces point in the course now. the sort package seems to be a good thing to learn about, not just because you can sort stuff, but also because the "Interface" interface is needed to do some of the work.(tl;dr: read the next paragraph, check the...
3 Apr 2017 by WishfulCoder
I've got a Golang Website where I want to display 'scores' from my UWP Game using SQLite's Mobile App Quickstart's API called SwaggerUI. I am getting the scores by doing a HTTP GET request. The problem is that the scores output to the Golang console in JSON Format. I want to display the scores...
30 Dec 2019 by Ri Xu
This post shows you how to import and export Excel XLSX in Go language.
4 Aug 2017 by Richard MacCutchan
This is not the place to get an answer to such a question. This is obviously a problem for Google to fix, and that is the place to go for help.