<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Said van de Klundert</title>
    <description>Words on things</description>
    <link>https://saidvandeklundert.net</link>
    <atom:link href="https://saidvandeklundert.net/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Pydantic is awesome!</title>
        <description>
          
          One of my favorite libraries in Python in Pydantic. I love it and use it all over the place. I regularly try to convince people to use it, and when I do that, I tend to give a presentation where I am in the IDE walking people through examples of...
        </description>
        <pubDate>Fri, 12 Jan 2024 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2024-01-12-pydantic_is_awesome/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2024-01-12-pydantic_is_awesome/</guid>
      </item>
    
      <item>
        <title>My first time at AWS re:invent</title>
        <description>
          
          From November 24th till December 1st, I was in Las Vegas to attend AWS re:invent for the first time. The conference did not start until Monday, but I flew over a bit earlier to meet up with a friend who I worked with earlier in IBM Cloud. Hanging out with...
        </description>
        <pubDate>Sat, 23 Dec 2023 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2023-12-23-aws_re_invent_first_time/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2023-12-23-aws_re_invent_first_time/</guid>
      </item>
    
      <item>
        <title>Testing network configurations using Batfish, Pandas and pytest</title>
        <description>
          
          Recently, I started looking into testing and validating network configurations leveraging Batfish, Pandas and pytest. Doing something with Batfish has been on my to-do list for quite a while. After playing with it, I can say it is a real pity I did not start using this tool earlier. This...
        </description>
        <pubDate>Thu, 05 Jan 2023 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2023-01-05-batfish/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2023-01-05-batfish/</guid>
      </item>
    
      <item>
        <title>Extending Python with C</title>
        <description>
          speed up your Python using C - 
          A good deal of Python, or at least CPython, is written in C. The language and the interpreter are implemented in C and in addition to this, you can also find a lot of modules in the Python standard library powered by C. My desire to read some of the...
        </description>
        <pubDate>Thu, 02 Jun 2022 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2022-06-02-extending-python-with-c/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2022-06-02-extending-python-with-c/</guid>
      </item>
    
      <item>
        <title>Building a network configuration</title>
        <description>
          
          Even though there are a lot of resources on rendering and building network configurations, I was missing content that describes the pattern that I have been using for some time now. This post outlines the pattern I have been using and provides a toy example where that pattern is implemented....
        </description>
        <pubDate>Wed, 12 Jan 2022 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2022-01-12-templating-pattern/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2022-01-12-templating-pattern/</guid>
      </item>
    
      <item>
        <title>Calling Rust from Python using PyO3</title>
        <description>
          speed up your Python using Rust - 
          Calling Rust code from Python is made easy by PyO3. You can write a Rust library and rely on the combination of PyO3 and maturin, a supporting tool from the PyO3 ecosystem, to compile the Rust library and have it installed directly as a Python module. Among others, PyO3 can...
        </description>
        <pubDate>Thu, 18 Nov 2021 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2021-11-18-calling-rust-from-python-using-pyo3/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-11-18-calling-rust-from-python-using-pyo3/</guid>
      </item>
    
      <item>
        <title>Calling Rust from Python</title>
        <description>
          speed up your Python using Rust - 
          Python is a fantastic language! At least, in my opinion it is. There is a great ecosystem of libraries that you can use and I find it a very satisfying language to work with. But being the interpreted language that it is, Python is not the fastest. To speed things...
        </description>
        <pubDate>Sat, 06 Nov 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-11-06-calling-rust-from-python/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-11-06-calling-rust-from-python/</guid>
      </item>
    
      <item>
        <title>Rust Option and Result</title>
        <description>
          dealing with the Option and Result enum - 
          A thorough understanding of the Option enum and the Result enum are essential to understanding optional values and error handling in Rust. In this ariticle, I will work my way through both of them. Introduction To understand the Option and the Result, it is important to understand the following: the...
        </description>
        <pubDate>Wed, 01 Sep 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-09-01-rust-option-and-result/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-09-01-rust-option-and-result/</guid>
      </item>
    
      <item>
        <title>Rust vectors</title>
        <description>
          data types - 
          What is a vector: Vectors can be thought of as resizeable arrays. It is a data structure that can be used to store a sequence of elements. The stored elements have to be of the same type. In case you need to be flexible, you could choose to use an...
        </description>
        <pubDate>Sun, 15 Aug 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-08-15-rust-vector/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-08-15-rust-vector/</guid>
      </item>
    
      <item>
        <title>Rust slice</title>
        <description>
          data types - 
          In Rust, the slice is a primitive type as well as a sequence type. I found slices very confusing at first. In the Rust book, slices are defined as ‘a dynamically-sized view into a contiguous sequence’. But somewhere in the rust-lang Github repo, the slice is defined as follows: Slices...
        </description>
        <pubDate>Sat, 14 Aug 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-08-14-rust-slice/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-08-14-rust-slice/</guid>
      </item>
    
      <item>
        <title>Rust tuple</title>
        <description>
          data types - 
          The Rust tuple is placed in several categories of types. For starters, the tuple is a primitive type. Among others, this means tuples have the Copy trait implemented, making them pass by value. Together with the array, the tuple also falls into the category of primitive compound types. These types...
        </description>
        <pubDate>Thu, 12 Aug 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-08-12-rust-tuple/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-08-12-rust-tuple/</guid>
      </item>
    
      <item>
        <title>Rust SSH</title>
        <description>
          Learning Rust by building a CLI tool - 
          Creating small CLI tools is a fun way to get more familiar with a programming language. If you are coming from an infrastructure background, a CLI tool that you can use to send commands to devices/servers might be considered a neat starting point getting into Rust. This is how I...
        </description>
        <pubDate>Fri, 06 Aug 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-08-06-rust-ssh-cli-tool/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-08-06-rust-ssh-cli-tool/</guid>
      </item>
    
      <item>
        <title>Rust arrays</title>
        <description>
          data types - 
          In Rust, the array is the simplest of the sequence types (the others being slices and tuples). The array lives on the stack and has a fixed length. The length you declare an array with is part of it’s type and it is going to remain the same throughout the...
        </description>
        <pubDate>Thu, 05 Aug 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-08-05-data-types-array/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-08-05-data-types-array/</guid>
      </item>
    
      <item>
        <title>Rust scalar types</title>
        <description>
          data types - 
          Scalar types Scalar types are types representing a single value. In Rust, we can identify the following scalar types: Creating and printing these values in a program can be done as follows: fn main() { let ch: char = 'z'; // four bytes, expresses single Unicode Scalar Value let b:...
        </description>
        <pubDate>Wed, 04 Aug 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-08-04-rust-data-types-scalar-types/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-08-04-rust-data-types-scalar-types/</guid>
      </item>
    
      <item>
        <title>GoSNMP</title>
        <description>
          
          GoSNMP is a very fun package to play with and learn about Go. It is easy to use and it can be made into doing something usefull quickly. The examples in the repo are clear and SNMP offers a fun way to play with channels and retrieving information from devices....
        </description>
        <pubDate>Mon, 17 May 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-05-17-gosnmp/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-05-17-gosnmp/</guid>
      </item>
    
      <item>
        <title>Working with JSON in Go</title>
        <description>
          
          A little while ago, I decided to start learning Go. One of the things that I wanted to start out with was learning how to work with JSON. Coming from Python, the first thing I noticed was that working with JSON in Go is a bit more involved. The following...
        </description>
        <pubDate>Fri, 02 Apr 2021 00:00:00 -0700</pubDate>
        <link>https://saidvandeklundert.net/2021-04-02-go-json/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-04-02-go-json/</guid>
      </item>
    
      <item>
        <title>Schedule the boring stuff with Python</title>
        <description>
          
          The schedule module describes itself as ‘Python job scheduling for humans’. It is a nice package that I use for infrastructure related tasks and activities. The package (currently) prides itself for the following: A simple to use API for scheduling jobs. Very lightweight and no external dependencies. Excellent test coverage....
        </description>
        <pubDate>Fri, 05 Mar 2021 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2021-03-05-schedule/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-03-05-schedule/</guid>
      </item>
    
      <item>
        <title>Navigating Juniper RPC returns using XPATH</title>
        <description>
          
          Many people dread XML and would rather work with JSON. However, XPATH can be extremely powerful when dealing with the Juniper XML API output. Even though the Juniper API can be made to return JSON instead of XML, I prefer sticking to XML. With little code, I tend to be...
        </description>
        <pubDate>Thu, 18 Feb 2021 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2021-02-18-juniper-lxml-xpath-examples/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2021-02-18-juniper-lxml-xpath-examples/</guid>
      </item>
    
      <item>
        <title>Using Python functions in Jinja templates</title>
        <description>
          
          In some cases, Jinja templates become too complicated. Lots of deeply nested if statements, clunky ways of working with variables, macros and many other things that hurt the eyes. What might be worth knowing is the fact that you can pass a Python function into your Jinja templates. Doing this...
        </description>
        <pubDate>Thu, 24 Dec 2020 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2020-12-24-python-functions-in-jinja/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2020-12-24-python-functions-in-jinja/</guid>
      </item>
    
      <item>
        <title>Nornir</title>
        <description>
          
          In the search for a framework that would allow me to plug my automations without too much fuss, I came across Nornir. I have been enjoying it so much that I decided to do write down an introduction for others. My hope is that this post will allow others to...
        </description>
        <pubDate>Sun, 06 Dec 2020 00:00:00 -0800</pubDate>
        <link>https://saidvandeklundert.net/2020-12-06-nornir/</link>
        <guid isPermaLink="true">https://saidvandeklundert.net/2020-12-06-nornir/</guid>
      </item>
    
  </channel>
</rss>
