<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>poltora.dev — Tech blog</title>
    <link>https://poltora.dev</link>
    <atom:link href="https://poltora.dev/feed.xml" rel="self" type="application/rss+xml"/>
    <description>Developer notes on Go, Rust, Neovim and software engineering.</description>
    <language>en</language>
    <item>
      <title>I liked the color theme from Cursor, so I made a Neovim version of it</title>
      <link>https://poltora.dev/neovim-cursor-light-theme</link>
      <guid isPermaLink="true">https://poltora.dev/neovim-cursor-light-theme</guid>
      <pubDate>Fri, 28 Nov 2025 00:00:00 GMT</pubDate>
      <description>I really liked the theme that was recently added to Cursor, Cursor Light: So much so that, not finding a Neovim equivalent, I took its color palette and…</description>
    </item>
    <item>
      <title>Rust vs Go: Memory Management</title>
      <link>https://poltora.dev/rust-vs-go-memory</link>
      <guid isPermaLink="true">https://poltora.dev/rust-vs-go-memory</guid>
      <pubDate>Wed, 12 Nov 2025 00:00:00 GMT</pubDate>
      <description>Let’s look at how two popular programming languages Rust and Go manage memory. When a program starts, it creates a process with its own address space and…</description>
    </item>
    <item>
      <title>Where and why should you use iterators in Go?</title>
      <link>https://poltora.dev/iterators-in-go</link>
      <guid isPermaLink="true">https://poltora.dev/iterators-in-go</guid>
      <pubDate>Sat, 19 Apr 2025 00:00:00 GMT</pubDate>
      <description>Iterators are a language feature that allows you to traverse elements of a collection or data stream without having to load everything into memory at…</description>
    </item>
    <item>
      <title>The Complete NeoVim Configuration Guide for Developers - Part 2</title>
      <link>https://poltora.dev/neovim-for-developers-2</link>
      <guid isPermaLink="true">https://poltora.dev/neovim-for-developers-2</guid>
      <pubDate>Sat, 26 Oct 2024 00:00:00 GMT</pubDate>
      <description>Before starting, I recommend reviewing the first part, where I demonstrated how to set up Neovim from scratch, starting with installation and configuring…</description>
    </item>
    <item>
      <title>The Complete NeoVim Configuration Guide for Developers - Part 1</title>
      <link>https://poltora.dev/neovim-for-developers</link>
      <guid isPermaLink="true">https://poltora.dev/neovim-for-developers</guid>
      <pubDate>Sun, 19 May 2024 00:00:00 GMT</pubDate>
      <description>Neovim (nvim) is essentially Vim, but improved, rewritten, and has attracted the majority of the original editor's community. This project has…</description>
    </item>
  </channel>
</rss>