<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Go on</title><link>/tags/Go/</link><description>Recent content in Go on</description><generator>Hugo</generator><language>en</language><managingEditor>doppelganger113@gmail.com (Marko Kovačević)</managingEditor><webMaster>doppelganger113@gmail.com (Marko Kovačević)</webMaster><lastBuildDate>Wed, 05 Feb 2025 07:00:00 +0200</lastBuildDate><atom:link href="/tags/Go/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes Operators - example</title><link>/posts/k8s-operators-part2/</link><pubDate>Wed, 05 Feb 2025 07:00:00 +0200</pubDate><author>doppelganger113@gmail.com (Marko Kovačević)</author><guid>/posts/k8s-operators-part2/</guid><description>&lt;p&gt;Walkthrough of creating a basic Kubernetes Operator with the Operator framework from start to finish, covering certain
areas about general functionality in detail.&lt;/p&gt;</description></item><item><title>Kubernetes Operators - introduction</title><link>/posts/k8s-operators-part1/</link><pubDate>Wed, 05 Feb 2025 07:00:00 +0200</pubDate><author>doppelganger113@gmail.com (Marko Kovačević)</author><guid>/posts/k8s-operators-part1/</guid><description>&lt;p&gt;Kubernetes Operators extend Kubernetes functionality to help us reduce DevOps manual work by allowing us to
programmatically manage Kubernetes resources, simplify complex configurations or installations and interact with
external resources.&lt;/p&gt;</description></item><item><title>Rise of concurrency</title><link>/posts/rise-of-concurrency/</link><pubDate>Mon, 12 Aug 2024 04:00:00 +0200</pubDate><author>doppelganger113@gmail.com (Marko Kovačević)</author><guid>/posts/rise-of-concurrency/</guid><description>&lt;p&gt;Concurrent programming has been out there for quite some time, take for example &lt;a href="https://www.erlang.org" target="_blank" rel="noopener noreffer "&gt;Erlang&lt;/a&gt; (1986.)
and &lt;a href="https://lua.org" target="_blank" rel="noopener noreffer "&gt;Lua&lt;/a&gt; (1993.) languages, but there is a period after 2012. or so, which, from my experience, seemed to
receive the most evolutions in the land of web server concurrency development due to the increased requirement for
efficiency and resilience.&lt;/p&gt;</description></item><item><title>Building a TUI app</title><link>/posts/terminal-ui-with-bubbletea/</link><pubDate>Thu, 11 Jul 2024 05:00:00 +0200</pubDate><author>doppelganger113@gmail.com (Marko Kovačević)</author><guid>/posts/terminal-ui-with-bubbletea/</guid><description>&lt;p&gt;Have you ever wondered, once you would see those beautiful terminal apps and wonder how they built them or how could
you add that animated spinner on the terminal to display that some IO is happening? Well we are going to dive straight
into making one with the use of &lt;a href="https://go.dev" target="_blank" rel="noopener noreffer "&gt;Go&lt;/a&gt; and a powerful little TUI framework that gives us all of that
amazing power to build a &lt;strong&gt;TUI (terminal user interface)&lt;/strong&gt; &lt;a href="https://github.com/charmbracelet/bubbletea" target="_blank" rel="noopener noreffer "&gt;bubbletea&lt;/a&gt;!&lt;/p&gt;</description></item></channel></rss>