<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Golang - Sesame Disk</title>
    <link>https://sesamedisk.com/category/golang/</link>
    <description>Articles about Golang from Sesame Disk.</description>
    <language>en-us</language>
    <item>
      <title>Go Error Handling Best Practices for Secure, Reliable Code (2026)</title>
      <link>https://sesamedisk.com/go-error-handling-best-practices/</link>
      <description>Discover secure, maintainable error handling techniques in Go for production systems. Learn patterns, sanitization, and best practices to improve reliability.</description>
      <pubDate>Wed, 01 Apr 2026 06:49:55 +0000</pubDate>
      <guid>https://sesamedisk.com/go-error-handling-best-practices/</guid>
      <category>Cybersecurity</category>
      <category>Golang</category>
      <category>Software Development</category>
    </item>
    <item>
      <title>Building Command-Line Tools in Go Using Cobra</title>
      <link>https://sesamedisk.com/building-cli-tools-in-go-with-cobra/</link>
      <description>Discover how Cobra streamlines CLI development in Go, with practical guidance, best practices, and comparisons to enhance your developer toolkit.</description>
      <pubDate>Tue, 17 Mar 2026 00:02:08 +0000</pubDate>
      <guid>https://sesamedisk.com/building-cli-tools-in-go-with-cobra/</guid>
      <category>Golang</category>
      <category>Software Development</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>New Native UUID Package for Go Programming Language</title>
      <link>https://sesamedisk.com/native-uuid-package-go-library/</link>
      <description>Discover the new native UUID package in the Go standard library, enhancing unique ID generation for distributed systems and improving development workflow.</description>
      <pubDate>Mon, 09 Mar 2026 00:42:54 +0000</pubDate>
      <guid>https://sesamedisk.com/native-uuid-package-go-library/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Software Development</category>
    </item>
    <item>
      <title>Mastering Advanced Concurrency Techniques in Go</title>
      <link>https://sesamedisk.com/advanced-golang-concurrency-techniques/</link>
      <description>Explore advanced concurrency techniques in Go: worker pools, select patterns, sync package optimizations, and edge case solutions.</description>
      <pubDate>Thu, 19 Feb 2026 12:27:27 +0000</pubDate>
      <guid>https://sesamedisk.com/advanced-golang-concurrency-techniques/</guid>
      <category>Golang</category>
      <category>Software Development</category>
    </item>
    <item>
      <title>Using go fix to Modernize Your Go Code in 2026</title>
      <link>https://sesamedisk.com/using-go-fix-modernize-go-code/</link>
      <description>Learn how to leverage the rewritten go fix tool in Go 1.26 to modernize your Go codebase, improve performance, and adopt best practices.</description>
      <pubDate>Tue, 17 Feb 2026 20:03:12 +0000</pubDate>
      <guid>https://sesamedisk.com/using-go-fix-modernize-go-code/</guid>
      <category>Golang</category>
      <category>Software Development</category>
    </item>
    <item>
      <title>Sorting Algorithms in Go: QuickSort vs. MergeSort</title>
      <link>https://sesamedisk.com/sorting-algorithms-in-go-quicksort-vs-mergesort/</link>
      <description>Sorting Algorithms in Go: QuickSort vs. MergeSort Sorting algorithms are the backbone of many computer science problems, and understanding how they work can significantly enhance your coding efficiency. Today, we’ll dive into two of the most powerful and commonly used sorting algorithms: QuickSort and MergeSort, specifically in the Go programming language (aka Golang). Whether you’re […]</description>
      <pubDate>Fri, 20 Sep 2024 02:25:29 +0000</pubDate>
      <guid>https://sesamedisk.com/sorting-algorithms-in-go-quicksort-vs-mergesort/</guid>
      <category>Golang</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Error Handling in Python vs. Go: Helping Beginners Navigate and Solve Programming Errors</title>
      <link>https://sesamedisk.com/error-handling-in-python-vs-go-helping-beginners-navigate-and-solve-programming-errors/</link>
      <description>Error Handling in Python vs. Go: How Each Language Helps Beginners Navigate and Solve Programming Errors Welcome to the fascinating world of error handling! Whether you’re a seasoned developer or just getting started, understanding how different programming languages help you navigate and solve errors can be a game-changer. Today, we’ll dive into the error-handling paradigms […]</description>
      <pubDate>Thu, 05 Sep 2024 03:33:16 +0000</pubDate>
      <guid>https://sesamedisk.com/error-handling-in-python-vs-go-helping-beginners-navigate-and-solve-programming-errors/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>python</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Graph Algorithms in Go: Advanced Connectivity and Practical Applications</title>
      <link>https://sesamedisk.com/graph-algorithms-in-go-advanced-connectivity-and-practical-applications/</link>
      <description>What Have We Learned So Far? In our previous discussion on graph algorithms in Go, we delved into the core concepts of graph theory, and explored the differences between Breadth-First Search (BFS) and Depth-First Search (DFS). If you haven’t read that post yet, you can find it here. Today, we’ll build on that foundation, diving […]</description>
      <pubDate>Fri, 16 Aug 2024 09:57:08 +0000</pubDate>
      <guid>https://sesamedisk.com/graph-algorithms-in-go-advanced-connectivity-and-practical-applications/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Compilation in GoLang: Translating Code to Machine Language</title>
      <link>https://sesamedisk.com/compilation-in-golang-translating-code-to-machine-language/</link>
      <description>Compilation in GoLang: Translating Code to Machine Language Hey there, tech enthusiasts! If you’re fascinated by programming languages and how your code gets transformed into silky-smooth operations within your machine, then you’re in the right place. Today, we’re delving into the world of GoLang compilation — a captivating journey from human-readable code to machine-understandable instructions. […]</description>
      <pubDate>Wed, 14 Aug 2024 06:47:43 +0000</pubDate>
      <guid>https://sesamedisk.com/compilation-in-golang-translating-code-to-machine-language/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Efficiency in Go: Divide and Conquer with Master Theorem</title>
      <link>https://sesamedisk.com/efficiency-in-go-divide-and-conquer-with-master-theorem/</link>
      <description>Efficiency in Go: Divide and Conquer with Master Theorem Hey there, tech enthusiasts! Today, we’re going to delve into a fascinating topic that will up your efficiency game in Go: the Master Theorem. If you’re just getting started with Go or you’re already a seasoned Gopher, understanding how to optimize algorithms using divide and conquer […]</description>
      <pubDate>Thu, 08 Aug 2024 08:32:36 +0000</pubDate>
      <guid>https://sesamedisk.com/efficiency-in-go-divide-and-conquer-with-master-theorem/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Cross-Platform Development: Python vs. Go for Beginners</title>
      <link>https://sesamedisk.com/cross-platform-development-python-vs-go-for-beginners/</link>
      <description>Cross-Platform Development with Python vs. Go: The Ease for Beginners In today’s interconnected world, the ability to develop applications that run seamlessly across multiple platforms is more crucial than ever. As a beginner, choosing the right language can significantly impact the learning curve and the ease with which one can bring their project to fruition. […]</description>
      <pubDate>Mon, 22 Jul 2024 04:35:02 +0000</pubDate>
      <guid>https://sesamedisk.com/cross-platform-development-python-vs-go-for-beginners/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Understanding Graph Algorithms in Go: BFS vs. DFS for Connectivity</title>
      <link>https://sesamedisk.com/understanding-graph-algorithms-in-go-bfs-vs-dfs-for-connectivity/</link>
      <description>Graph Algorithms in Go: BFS vs. DFS for Connectivity Hey there, technology enthusiasts! Today, we’re diving into the fascinating world of graph algorithms with a particular focus on two of the most popular methods for exploring graph connectivity: Breadth-First Search (BFS) and Depth-First Search (DFS). We’ll be exploring their implementations in Go, a sleek, modern […]</description>
      <pubDate>Fri, 12 Jul 2024 09:18:03 +0000</pubDate>
      <guid>https://sesamedisk.com/understanding-graph-algorithms-in-go-bfs-vs-dfs-for-connectivity/</guid>
      <category>Entrepreneurship</category>
      <category>General</category>
      <category>Golang</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Mastering Algorithms in GoLang: A Step-by-Step Guide to Problem Solving</title>
      <link>https://sesamedisk.com/mastering-algorithms-in-golang-a-step-by-step-guide-to-problem-solving/</link>
      <description>Algorithms in GoLang: Defining Steps to Solve Problems Welcome, fellow tech enthusiasts! Today, we’re diving into the fascinating world of algorithms, focusing specifically on how to define and implement them in GoLang, popularly known as Go. Whether you’re a seasoned programmer or just getting started, understanding algorithms is crucial for solving problems efficiently and effectively. […]</description>
      <pubDate>Tue, 09 Jul 2024 03:55:36 +0000</pubDate>
      <guid>https://sesamedisk.com/mastering-algorithms-in-golang-a-step-by-step-guide-to-problem-solving/</guid>
      <category>Entrepreneurship</category>
      <category>General</category>
      <category>Golang</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Python vs. Go: Analyzing Career Paths and Future Trends for New Learners</title>
      <link>https://sesamedisk.com/python-vs-go-analyzing-career-paths-and-future-trends-for-new-learners/</link>
      <description>Opportunities for Beginners Fluent in Python Python‘s vast ecosystem of libraries and its simplicity make it an excellent starting point for anyone beginning their programming journey. For beginners, here are some specific job roles and opportunities they can aim for: 1. Web Development Thanks to frameworks like Django and Flask, beginners can create robust applications […]</description>
      <pubDate>Mon, 08 Jul 2024 03:23:51 +0000</pubDate>
      <guid>https://sesamedisk.com/python-vs-go-analyzing-career-paths-and-future-trends-for-new-learners/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>python</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Data Structures in Go: A Deep Dive into Binary Search Trees vs. Hash Tables</title>
      <link>https://sesamedisk.com/data-structures-in-go-a-deep-dive-into-binary-search-trees-vs-hash-tables/</link>
      <description>Data Structures in Go: Binary Search Trees vs. Hash Tables Welcome to the enchanting world of data structures in Go! Today, we’re diving deep into two critical and often compared data structures: Binary Search Trees (BSTs) and Hash Tables. These structures are the backbone of efficient data organization and retrieval, and understanding them is essential […]</description>
      <pubDate>Mon, 01 Jul 2024 01:44:51 +0000</pubDate>
      <guid>https://sesamedisk.com/data-structures-in-go-a-deep-dive-into-binary-search-trees-vs-hash-tables/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Management and Projects</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Variables in GoLang: Master Storing Data for Effective Manipulation</title>
      <link>https://sesamedisk.com/variables-in-golang-master-storing-data-for-effective-manipulation/</link>
      <description>Variables in GoLang: Storing Data for Manipulation Welcome, fellow tech enthusiasts! Today, we’re diving into the world of GoLang, particularly focusing on one of the fundamental building blocks of any programming language—variables. Variables are essential in all programming languages as they allow you to store and manipulate data. In this post, we’ll uncover how to […]</description>
      <pubDate>Fri, 28 Jun 2024 01:39:43 +0000</pubDate>
      <guid>https://sesamedisk.com/variables-in-golang-master-storing-data-for-effective-manipulation/</guid>
      <category>Entrepreneurship</category>
      <category>General</category>
      <category>Golang</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Real-World Applications of Python vs. Go: Practical Projects for Beginners</title>
      <link>https://sesamedisk.com/real-world-applications-of-python-vs-go-practical-projects-for-beginners/</link>
      <description>Real-World Applications of Python vs. Go: Practical Projects Beginners Can Tackle with Each Language Hello, tech enthusiasts! If you’re here, you’re probably grappling with the delicious dilemma of choosing between learning Python or Go. Both are incredible programming languages, each with its unique strengths and use cases. But, as a newcomer, you might be wondering […]</description>
      <pubDate>Sun, 23 Jun 2024 06:49:59 +0000</pubDate>
      <guid>https://sesamedisk.com/real-world-applications-of-python-vs-go-practical-projects-for-beginners/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Management and Projects</category>
      <category>python</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Object-Oriented Programming in GoLang: Modeling Real-World Entities</title>
      <link>https://sesamedisk.com/object-oriented-programming-in-golang-modeling-real-world-entities/</link>
      <description>Object-Oriented Programming in GoLang: Modeling Real-World Entities Hello, fellow tech enthusiasts! Today, we’re going to dive into the fascinating world of Object-Oriented Programming (OOP) in GoLang. If you’re coming from an OOP background in languages like Java, C++, or Python, you may notice that GoLang approaches OOP concepts a bit differently; you could say they […]</description>
      <pubDate>Sat, 22 Jun 2024 05:38:21 +0000</pubDate>
      <guid>https://sesamedisk.com/object-oriented-programming-in-golang-modeling-real-world-entities/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Management and Projects</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Dynamic Programming in Go: Optimizing the Fibonacci Sequence (Part III)</title>
      <link>https://sesamedisk.com/dynamic-programming-in-go-optimizing-the-fibonacci-sequence-part-iii/</link>
      <description>Taking Dynamic Programming in Go to the Next Level: Fibonacci Sequence (Part III) Hello, tech enthusiasts! ? Welcome to the third installment in our series on unravelling the mystery of the Fibonacci sequence using dynamic programming in Go. If you’re just joining us, I highly recommend checking out Part I and Part II to get […]</description>
      <pubDate>Fri, 21 Jun 2024 08:55:32 +0000</pubDate>
      <guid>https://sesamedisk.com/dynamic-programming-in-go-optimizing-the-fibonacci-sequence-part-iii/</guid>
      <category>General</category>
      <category>Golang</category>
      <category>Management and Projects</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
    <item>
      <title>Syntax Ease in Python vs. Go: A Comparative Guide for Beginners</title>
      <link>https://sesamedisk.com/syntax-ease-in-python-vs-go-a-comparative-guide-for-beginners/</link>
      <description>Syntax Ease in Python vs. Go: Comparing the Simplicity and Readability of Syntax for Beginners If you’re just starting out on your programming journey, one of the first crossroads you’ll encounter is choosing the right language to kick off your learning. Two popular contenders you might consider are Python and Go. Both languages offer unique […]</description>
      <pubDate>Thu, 20 Jun 2024 01:35:08 +0000</pubDate>
      <guid>https://sesamedisk.com/syntax-ease-in-python-vs-go-a-comparative-guide-for-beginners/</guid>
      <category>Entrepreneurship</category>
      <category>General</category>
      <category>Golang</category>
      <category>python</category>
      <category>Sotfware &amp; DevOps</category>
      <category>Tools &amp; HowTo</category>
    </item>
  </channel>
</rss>