<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Yurii Zinets</title><link>http://yznts.cc/blog/</link><description>Recent content in Blog on Yurii Zinets</description><generator>Hugo</generator><language>en-us</language><copyright>© 2026 Yurii Zinets</copyright><lastBuildDate>Thu, 01 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://yznts.cc/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Post title</title><link>http://yznts.cc/blog/template/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>http://yznts.cc/blog/template/</guid><description>&lt;p&gt;Post content goes here.&lt;/p&gt;</description></item><item><title>Why SPA is not always a good idea</title><link>http://yznts.cc/blog/why-spa-is-not-always-a-good-idea/</link><pubDate>Fri, 07 Jan 2022 00:00:00 +0000</pubDate><guid>http://yznts.cc/blog/why-spa-is-not-always-a-good-idea/</guid><description>&lt;p&gt;Let&amp;rsquo;s assume that you have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A task to develop a platform for selling real estate&lt;/li&gt;
&lt;li&gt;A small team of 3 people&lt;/li&gt;
&lt;li&gt;Complete freedom to choose the technology stack&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Despite the good prerequisites (as we thought), we managed to completely &amp;ldquo;kill&amp;rdquo; the frontend performance of the first prototype version.
At this point, I would like to review the main reasons for our failure and how we were able to get out of it.&lt;/p&gt;</description></item><item><title>Go private packages</title><link>http://yznts.cc/blog/go-private-packages/</link><pubDate>Sun, 04 Oct 2020 00:00:00 +0000</pubDate><guid>http://yznts.cc/blog/go-private-packages/</guid><description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;
&lt;em&gt;git submodules&lt;/em&gt;&lt;/p&gt;
&lt;h2 id="whats-the-matter"&gt;What&amp;rsquo;s the matter?&lt;/h2&gt;
&lt;p&gt;Imagine a situation when you&amp;rsquo;re following best practices, splitting your code into different parts, and &amp;hellip; facing an issue to collect them.
Unfortunately, Go does not support private packages well.&lt;/p&gt;
&lt;h2 id="so-how"&gt;So, how?&lt;/h2&gt;
&lt;p&gt;I&amp;rsquo;ll describe the situation I faced. Private go mod packages, located in the GitLab subgroup (let&amp;rsquo;s say &lt;code&gt;gitlab.com/org/department/repo1.git&lt;/code&gt; just for example)&lt;/p&gt;
&lt;p&gt;First, Go doesn&amp;rsquo;t actually support GitLab subgroups. To bypass that issue, we need to set GOPRIVATE env variable and add .git in the end:&lt;/p&gt;</description></item></channel></rss>