Skip to content
View nathankleyn's full-sized avatar
πŸ‘¨β€πŸ’»
Creating!
πŸ‘¨β€πŸ’»
Creating!

Highlights

  • Pro
Block or Report

Block or report nathankleyn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nathankleyn/README.md

Hi! πŸ‘‹

I'm Nathan, and I currently work for Townhouse as the Head of Software Development, writing Typescript and Ruby by day and functional Rust and Scala by night. I write for SitePoint about Ruby, and I'm writing interesting thoughts about all sorts on my blog. You can also find me on Twitter and of course here on GitHub. If you want to email me the old fashioned way, you can get in touch with me at mail/at/nathankleyn.com.

static NAME: &'static str = "Nathan";
static COMPANY: &'static str = "Townhouse";
static MY_WEBSITE_AND_BLOG: &'static str = "https://nathankleyn.com/";
static COMPANY_WEBSITE: &'static str = "https://townhouse.co.uk/";
static TWITTER: &'static str = "https://twitter.com/nathankleyn";
static EMAIL: &'static str = "mail/at/nathankleyn.com";
static SITEPOINT_PROFILE: &'static str = "https://www.sitepoint.com/author/nkleyn/";

fn main() {
    println!("{}", github_readme());
}

fn github_readme() -> String {
    format!("I'm {}, and I currently work for [{}]({}) as the Head of Software Development, \
             writing Ruby by day and functional Rust and Scala by night. \
             [I write for SitePoint about Ruby]({}), and \
             [I'm writing interesting thoughts about all sorts on my blog]({}). \
             You can also find me on [Twitter]({}) and of course here on GitHub. \
             If you want to email me the old fashioned way, you can get in touch with me at {}.",
             NAME, COMPANY, COMPANY_WEBSITE, SITEPOINT_PROFILE, MY_WEBSITE_AND_BLOG, TWITTER, EMAIL)
}

https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=317f0bdf9e6e0015c86a8dea948a73b4

Pinned

  1. rust-lang/rust rust-lang/rust Public

    Empowering everyone to build reliable and efficient software.

    Rust 93k 12k

  2. gitignore.rs gitignore.rs Public archive

    Implementation of .gitignore file parsing and glob testing in Rust.

    Rust 59 14

  3. circe/circe circe/circe Public

    Yet another JSON library for Scala

    Scala 2.5k 530

  4. akka/akka akka/akka Public

    Build highly concurrent, distributed, and resilient message-driven applications on the JVM

    Scala 12.9k 3.6k

  5. intenthq/icicle intenthq/icicle Public archive

    A distributed, k-sortable unique ID generation system using Redis and Lua.

    Java 167 32

  6. intenthq/anon intenthq/anon Public archive

    A UNIX Command To Anonymise Data

    Go 352 14