Coder Social home page Coder Social logo

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

Nathan Kleyn's Projects

acts_as_graph_vertex icon acts_as_graph_vertex

Simple mixin for adding graph like functions (parents, children, traversal, etc) to any class.

akka icon akka

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

almond icon almond

A minimal AMD API implementation for use after optimized builds

bashy icon bashy

A simple code snippet storage tool, making it easy to save, run, and manage your scripts from the Terminal.

call_me_ruby icon call_me_ruby

Simple, declarative, ActiveModel style events/hooks/callbacks in Ruby!

carrierwave icon carrierwave

Classier solution for file uploads in Ruby for Rack, Rails, Merb and Sinatra

circe icon circe

Yet another JSON library for Scala

cut-line icon cut-line

Atom package - cut the current line when no text is selected

deagol icon deagol

Generate static documentation with search from Gollum based wiki pages.

docker icon docker

Docker - the open-source application container engine

dotfiles icon dotfiles

Configuration and setup for my computer!

everyauth icon everyauth

node.js auth package (password, facebook, & more) for Connect and Express apps

fastcsv icon fastcsv

High performance CSV reader and writer for Java

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.