<?xml version="1.0"?>
<!DOCTYPE article
PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20190208//EN"
       "JATS-journalpublishing1.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" article-type="research-article" dtd-version="1.4" xml:lang="en">
 <front>
  <journal-meta>
   <journal-id journal-id-type="publisher-id">Journal of Technical Research</journal-id>
   <journal-title-group>
    <journal-title xml:lang="en">Journal of Technical Research</journal-title>
    <trans-title-group xml:lang="ru">
     <trans-title>Журнал технических исследований</trans-title>
    </trans-title-group>
   </journal-title-group>
   <issn publication-format="print">2500-3313</issn>
  </journal-meta>
  <article-meta>
   <article-id pub-id-type="publisher-id">99175</article-id>
   <article-categories>
    <subj-group subj-group-type="toc-heading" xml:lang="ru">
     <subject>Информационные технологии и телекоммуникации</subject>
    </subj-group>
    <subj-group subj-group-type="toc-heading" xml:lang="en">
     <subject>Information technology and telecommunication</subject>
    </subj-group>
    <subj-group>
     <subject>Информационные технологии и телекоммуникации</subject>
    </subj-group>
   </article-categories>
   <title-group>
    <article-title xml:lang="en">USING GO IN CLOUD COMPUTING CASES AND PROSPECTS</article-title>
    <trans-title-group xml:lang="ru">
     <trans-title>ИСПОЛЬЗОВАНИЕ GO В ОБЛАЧНЫХ ВЫЧИСЛЕНИЯХ КЕЙСЫ И ПЕРСПЕКТИВЫ</trans-title>
    </trans-title-group>
   </title-group>
   <contrib-group content-type="authors">
    <contrib contrib-type="author">
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Богданов</surname>
       <given-names>М. Р.</given-names>
      </name>
      <name xml:lang="en">
       <surname>Bogdanov</surname>
       <given-names>Marat Robertovich</given-names>
      </name>
     </name-alternatives>
     <xref ref-type="aff" rid="aff-1"/>
    </contrib>
    <contrib contrib-type="author">
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Хайруллин</surname>
       <given-names>Д. А.</given-names>
      </name>
      <name xml:lang="en">
       <surname>Khairullin</surname>
       <given-names>Danis Aidarovich</given-names>
      </name>
     </name-alternatives>
     <email>danis11255@gmail.com</email>
     <xref ref-type="aff" rid="aff-1"/>
    </contrib>
    <contrib contrib-type="author">
     <name-alternatives>
      <name xml:lang="ru">
       <surname>Чиркова</surname>
       <given-names>К. Е.</given-names>
      </name>
      <name xml:lang="en">
       <surname>Chirkova</surname>
       <given-names>Ksenia Evgenievna</given-names>
      </name>
     </name-alternatives>
     <xref ref-type="aff" rid="aff-2"/>
    </contrib>
   </contrib-group>
   <aff-alternatives id="aff-1">
    <aff>
     <institution xml:lang="ru">ФГБОУ ВО «Уфимский университет науки и технологий»</institution>
     <country>RU</country>
    </aff>
    <aff>
     <institution xml:lang="en">Federal State Budgetry Educational Institution of Higher Education &quot;Ufa University of Science and Technology&quot;</institution>
     <country>RU</country>
    </aff>
   </aff-alternatives>
   <aff-alternatives id="aff-2">
    <aff>
     <institution xml:lang="ru">Уфимский государственный нефтяной технический университет</institution>
    </aff>
    <aff>
     <institution xml:lang="en">Ufa State Oil Technical University</institution>
    </aff>
   </aff-alternatives>
   <pub-date publication-format="print" date-type="pub" iso-8601-date="2025-06-26T00:00:00+03:00">
    <day>26</day>
    <month>06</month>
    <year>2025</year>
   </pub-date>
   <pub-date publication-format="electronic" date-type="pub" iso-8601-date="2025-06-26T00:00:00+03:00">
    <day>26</day>
    <month>06</month>
    <year>2025</year>
   </pub-date>
   <volume>11</volume>
   <issue>2</issue>
   <fpage>23</fpage>
   <lpage>28</lpage>
   <history>
    <date date-type="received" iso-8601-date="2025-04-16T00:00:00+03:00">
     <day>16</day>
     <month>04</month>
     <year>2025</year>
    </date>
    <date date-type="accepted" iso-8601-date="2025-05-23T00:00:00+03:00">
     <day>23</day>
     <month>05</month>
     <year>2025</year>
    </date>
   </history>
   <self-uri xlink:href="https://zh-szf.ru/en/nauka/article/99175/view">https://zh-szf.ru/en/nauka/article/99175/view</self-uri>
   <abstract xml:lang="ru">
    <p>Статья посвящена анализу роли языка программирования Go (Golang) в облачных вычислениях. Рассматриваются архитектурные преимущества Go, включая высокую производительность, эффективную поддержку конкурентности (горутины, каналы), статическую компиляцию и богатую стандартную библиотеку. Приводятся реальные кейсы использования Go в крупных облачных проектах (Kubernetes, CockroachDB, Cloudflare, Uber) и обсуждается его влияние на микросервисные и бессерверные (serverless) архитектуры. Особое внимание уделено перспективам языка в контексте развития облачных технологий, таких как edge computing, WebAssembly и eBPF. На основе анализа академических исследований и отраслевых практик делается вывод о растущей значимости Go в разработке распределённых систем.</p>
   </abstract>
   <trans-abstract xml:lang="en">
    <p>The article is devoted to the analysis of the role of the Go programming language (Golang) in cloud computing. The architectural advantages of Go are considered, including high performance, effective competitiveness support (goroutines, channels), static compilation, and a rich standard library. Real-world cases of using Go in large cloud projects (Kubernetes, CockroachDB, Cloudflare, Uber) are presented and its impact on microservice and serverless architectures  is discussed. Special attention is paid to the prospects of the language in the context  of the development of cloud technologies such as edge computing, WebAssembly and eBPF. Based on the analysis of academic research and industry practices, a conclusion is drawn about  the growing importance of Go in the development of distributed systems.</p>
   </trans-abstract>
   <kwd-group xml:lang="ru">
    <kwd>go</kwd>
    <kwd>golang</kwd>
    <kwd>облачные вычисления</kwd>
    <kwd>микросервисы</kwd>
    <kwd>конкурентность</kwd>
    <kwd>Kubernetes</kwd>
    <kwd>serverless</kwd>
    <kwd>производительность</kwd>
    <kwd>распределённые системы</kwd>
    <kwd>edge computing</kwd>
    <kwd>WebAssembly</kwd>
   </kwd-group>
   <kwd-group xml:lang="en">
    <kwd>go</kwd>
    <kwd>golang</kwd>
    <kwd>cloud computing</kwd>
    <kwd>microservices</kwd>
    <kwd>competitiveness</kwd>
    <kwd>Kubernetes</kwd>
    <kwd>serverless</kwd>
    <kwd>performance</kwd>
    <kwd>distributed systems</kwd>
    <kwd>edge computing</kwd>
    <kwd>WebAssembly</kwd>
   </kwd-group>
  </article-meta>
 </front>
 <body>
  <p></p>
 </body>
 <back>
  <ref-list>
   <ref id="B1">
    <label>1.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Душкин А.В., Скоредова Ю.В., Акманов Б.Р., Щербакова А.Е. Применение облачных технологий в сфере образования // Вестник образовательных технологий. 2023.  С. 162-165.</mixed-citation>
     <mixed-citation xml:lang="en">Dushkin A.V., Skoredova Yu.V., Akmanov B.R., Scherbakova A.E. Primenenie oblachnyh tehnologiy v sfere obrazovaniya // Vestnik obrazovatel'nyh tehnologiy. 2023.  S. 162-165.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B2">
    <label>2.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Ивановский Н.И. Облачные инфраструктуры и программное обеспечение: кейсы внедрения // Вестник ВНИИДАД. – 2023. – № 1. – С. 96–103.</mixed-citation>
     <mixed-citation xml:lang="en">Ivanovskiy N.I. Oblachnye infrastruktury i programmnoe obespechenie: keysy vnedreniya // Vestnik VNIIDAD. – 2023. – № 1. – S. 96–103.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B3">
    <label>3.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Лещук В.В. Будущее IT-инфраструктуры в банковской сфере: тенденции развития, новые технологии и перспективы для IT-специалистов // Universum: технические науки. 2024. № 7(124). С. 34-40. DOI: 10.32743/UniTech.2024.124.7.17919.</mixed-citation>
     <mixed-citation xml:lang="en">Leschuk V.V. Buduschee IT-infrastruktury v bankovskoy sfere: tendencii razvitiya, novye tehnologii i perspektivy dlya IT-specialistov // Universum: tehnicheskie nauki. 2024. № 7(124). S. 34-40. DOI: 10.32743/UniTech.2024.124.7.17919.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B4">
    <label>4.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Хыдыров М., Орунов С., Оразова С. Цифровая трансформация: роль вычислительных технологий в изменяющемся мире // Научный журнал «Ceteris Paribus». – 2023. – №11. – С. 39-41.</mixed-citation>
     <mixed-citation xml:lang="en">Hydyrov M., Orunov S., Orazova S. Cifrovaya transformaciya: rol' vychislitel'nyh tehnologiy v izmenyayuschemsya mire // Nauchnyy zhurnal «Ceteris Paribus». – 2023. – №11. – S. 39-41.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B5">
    <label>5.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Gartner. Forecast: Public Cloud Services, Worldwide, 2022-2026, 4Q22 Update. — 2023. — Прогнозы по развитию облачных API и языков программирования.</mixed-citation>
     <mixed-citation xml:lang="en">Gartner. Forecast: Public Cloud Services, Worldwide, 2022-2026, 4Q22 Update. — 2023. — Prognozy po razvitiyu oblachnyh API i yazykov programmirovaniya.</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B6">
    <label>6.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Official Go Blog. Go 1.20 Release Notes. — URL: https://go.dev/blog/go1.20  (дата обращения: 24.05.2025).</mixed-citation>
     <mixed-citation xml:lang="en">Official Go Blog. Go 1.20 Release Notes. — URL: https://go.dev/blog/go1.20  (data obrascheniya: 24.05.2025).</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B7">
    <label>7.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Docker Documentation. — URL: https://docs.docker.com/ (дата обращения: 24.05.2025).</mixed-citation>
     <mixed-citation xml:lang="en">Docker Documentation. — URL: https://docs.docker.com/ (data obrascheniya: 24.05.2025).</mixed-citation>
    </citation-alternatives>
   </ref>
   <ref id="B8">
    <label>8.</label>
    <citation-alternatives>
     <mixed-citation xml:lang="ru">Traefik Documentation. — URL: https://doc.traefik.io/traefik/ (дата обращения: 20.05.2025).</mixed-citation>
     <mixed-citation xml:lang="en">Traefik Documentation. — URL: https://doc.traefik.io/traefik/ (data obrascheniya: 20.05.2025).</mixed-citation>
    </citation-alternatives>
   </ref>
  </ref-list>
 </back>
</article>
