Objective This is a BAREBONES C++ template with Google Test support using CMake. It is...
Hi All, So yesterday I decided to move my site from github.io to one of my personal domains. I am...
Hi, Today I would like to go over how I changed things up a bit and am now able to push my site...
Hi, For a little while now I have been thinking about moving my personal blog to a self-hosted...
Recently I decided that I might actually publish my little rust crate. To that end I started looking...
Today I published my first rust crate. I have to say I am still pretty excited and nervous about it....
Hi, Today I will finally go over how I used the lazy_static crate to help the compiler keep regex...
Update with Playground Builder Code Today I took a look at an interesting post related to JavaScript...
The other day I got my regular summary from GoHugo a discourse site where I am a member. This lead me...
Hi, I have been working on this project on and off for a bit now. So I thought it was time to go...
Hi, In this article, I will walk through how I re-implemented the enum for Qualifier and...
In this article I will be looking at defining the enums for Qualifier and MechanismKind. I will also...
I have been working on my SPF project in Swift of late. As part of this I have started to deal with...
Today, I will start on building out the functionality of the struct Mechanism. This will involve...
Recently, as I work my way through learning bits of rust, I have been thinking that I should in...
What is SPF If you have not followed my rust series on deconstructing SPF you can check it...
In my previous series "Learning Rust". I decided to attempt to learn some fairly basic rust concepts...
In the previous article in this series. I went through some basics of documenting your rust code. I...
Hi. As with all projects. It's important to create documentation. This is, as we know, very important...
This is a quick followup on my progress in deconstructing SPF using Rust. Today I was able to...
Fairly recently I changed my theme for my personal blog. I switched to Beautifulhugo. I find it to be...
Hi. In my previous article Looking at Regex in Rust ...
If you have been following this series, you might know that I am playing with SPF records. I have...
As I work through learning rust, I figured it was time to to start doing actual testing. ...
We often start small coding projects, and we often tend to start them off in a single file. But...
As I mentioned in my previous article Deconstructing SPF Records with Rust. There is a case for using...
Hi. If you have visited my blog before you might have seen my series on using the trust-dns-resolver...
This is the third article on using the trust-dns-resolver crate Warning: This code is not intended to...
This is a second article on using the trust-dns-resolver crate Warning: This code is not intended to...
I used to often work with DNS in one of my previous jobs. So I have always had a long running...