Skip to content

Backend developer blog

Primary menu

  • Pet projects
    • Broken link checker
  • Feedback
  • English
    • Русский
  • About me
  • Backend developer blog
  • Golang

Category: Golang

Golang string to byte array

Golang string to byte array

  • By developer
  • 04.11.2024
  • No Comments

In Golang, converting a string to a byte array is straightforward and efficient, as strings and byte slices ([]byte) are closely related. This conversion is commonly used when handling data … Read more

Golang string split

Golang string split

  • By developer
  • 04.11.2024
  • No Comments

In Golang, the strings.Split function is a powerful tool for splitting a string based on a specified separator. Part of the strings package, it breaks a string into a slice … Read more

Что такое Context в Golang

What is Context in Golang

  • By developer
  • 06.09.2023
  • No Comments

Context – is Golang package including struct Context and helping functions. The main idea of the package – to control execution time of network requests (HTTP, TCP and etc.) to … Read more

Courses for learning how to build Web Applications with Golang

Courses for learning how to build Web Applications with Golang

  • By developer
  • 14.09.2022
  • No Comments

I would like to share some courses I found on Udemy for learning how to use Golang in Web development. Building Modern Web Applications with Go (Golang) I’ve finished this … Read more

TOOLS

    • 🗄️ Find website in cache

 

Recent Posts

  • Golang string to byte array
  • Golang string split
  • What is Context in Golang
  • Dogs breeds dataset
  • PageSpeed Insights. Reduce unused JavaScript
Copyright © 2025 Site name.. All right reserved.