Adam.S

Adam.S @basman

About: Just a person interested in programming.

Location:
Tokyo
Joined:
Jan 3, 2020

Adam.S
articles - 43 total

A barebones C++ library template using CMake and Google Test

Objective This is a BAREBONES C++ template with Google Test support using CMake. It is...

Learn More 9 0Dec 10 '21

Moving Site from GitHub

Hi All, So yesterday I decided to move my site from github.io to one of my personal domains. I am...

Learn More 5 0Jul 3 '21

Push to GitHub Triggers Push to Remote

Hi, Today I would like to go over how I changed things up a bit and am now able to push my site...

Learn More 6 0Jun 29 '21

Auto Update Site from a Git Push

Hi, For a little while now I have been thinking about moving my personal blog to a self-hosted...

Learn More 5 0Jun 24 '21

Rust: Add an Example Program to your Library Crate

Recently I decided that I might actually publish my little rust crate. To that end I started looking...

Learn More 3 0Jun 21 '21

Published My First Crate: decon-spf

Today I published my first rust crate. I have to say I am still pretty excited and nervous about it....

Learn More 0 0Jun 15 '21

Rust: Lazy Static Regex

Hi, Today I will finally go over how I used the lazy_static crate to help the compiler keep regex...

Learn More 5 0Jun 15 '21

Thoughts on Rust Builder Pattern?

Update with Playground Builder Code Today I took a look at an interesting post related to JavaScript...

Learn More 3 0Jun 13 '21

Hugo Custom Info Boxes

The other day I got my regular summary from GoHugo a discourse site where I am a member. This lead me...

Learn More 4 1Jun 7 '21

Swift: Deconstruct SPF: Documentation

Hi, I have been working on this project on and off for a bit now. So I thought it was time to go...

Learn More 6 0Jun 4 '21

Swift: Deconstruct SPF: asMechanism with Qualifier

Hi, In this article, I will walk through how I re-implemented the enum for Qualifier and...

Learn More 6 0May 31 '21

Swift: Deconstruct SPF: Qualifier and MechanismKind

In this article I will be looking at defining the enums for Qualifier and MechanismKind. I will also...

Learn More 4 0May 26 '21

Swift: Deconstruct SPF: Strings and SubStrings

I have been working on my SPF project in Swift of late. As part of this I have started to deal with...

Learn More 4 0May 24 '21

Swift: Deconstruct SPF: Struct Mechanism

Today, I will start on building out the functionality of the struct Mechanism. This will involve...

Learn More 2 0May 20 '21

Rust: Domain Name Validation

Recently, as I work my way through learning bits of rust, I have been thinking that I should in...

Learn More 3 0May 18 '21

Swift: Deconstruct SPF an Outline and Background

What is SPF If you have not followed my rust series on deconstructing SPF you can check it...

Learn More 1 0May 17 '21

Swift: Deconstruct SPF Getting Started

In my previous series "Learning Rust". I decided to attempt to learn some fairly basic rust concepts...

Learn More 2 0May 14 '21

Rust: Move from binary to library and Add Documentation Examples that are tested.

In the previous article in this series. I went through some basics of documenting your rust code. I...

Learn More 5 0May 11 '21

Rust: Documenting your Code

Hi. As with all projects. It's important to create documentation. This is, as we know, very important...

Learn More 7 0May 7 '21

SPF: Adding Support for A and MX Mechanisms in Rust

This is a quick followup on my progress in deconstructing SPF using Rust. Today I was able to...

Learn More 4 0Apr 27 '21

Add a New Social to Beautifulhugo

Fairly recently I changed my theme for my personal blog. I switched to Beautifulhugo. I find it to be...

Learn More 2 0Apr 26 '21

Looking at Regex in Rust (Addendum)

Hi. In my previous article Looking at Regex in Rust ...

Learn More 9 0Apr 22 '21

Looking at Regex in Rust

If you have been following this series, you might know that I am playing with SPF records. I have...

Learn More 9 0Apr 20 '21

Rust Basic Testing

As I work through learning rust, I figured it was time to to start doing actual testing. ...

Learn More 8 0Apr 19 '21

Manage Rust Code by Breaking it Up

We often start small coding projects, and we often tend to start them off in a single file. But...

Learn More 3 0Apr 15 '21

Deconstructing SPF with Rust using Generics

As I mentioned in my previous article Deconstructing SPF Records with Rust. There is a case for using...

Learn More 7 0Apr 10 '21

Deconstructing SPF Records with Rust

Hi. If you have visited my blog before you might have seen my series on using the trust-dns-resolver...

Learn More 15 0Apr 8 '21

Lookup TXT Records using Rust & trust-dns-resolver

This is the third article on using the trust-dns-resolver crate Warning: This code is not intended to...

Learn More 6 0Mar 29 '21

Lookup SOA Records using Rust & trust-dns-resolver

This is a second article on using the trust-dns-resolver crate Warning: This code is not intended to...

Learn More 6 0Mar 26 '21

Lookup MX Records using Rust & trust-dns-resolver

I used to often work with DNS in one of my previous jobs. So I have always had a long running...

Learn More 6 0Mar 25 '21