Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View i-hardy's full-sized avatar
πŸ³οΈβ€πŸŒˆ
the lambda calculus belongs to lesbians
πŸ³οΈβ€πŸŒˆ
the lambda calculus belongs to lesbians
  • Brighton, UK

Block or report i-hardy

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
i-hardy/README.md

Hello! πŸ‘‹

I'm a software developer with The Guardian πŸ“°.

πŸ’¬ Ask me about:

  • Javascript/Typescript
  • React
  • Developer ethics
  • Web accessibility

πŸ‘©β€πŸŽ“ I'm currently learning

  • Scala
  • Rust
  • The philosophy of Mary Midgeley
  • Nand2Tetris

Pinned Loading

  1. woolf woolf Public

    A Discord bot for writers

    TypeScript 4

  2. wasm-game-of-life wasm-game-of-life Public

    JavaScript

  3. Generating UUIDs in Rust Generating UUIDs in Rust
    1
    extern crate hex;
    2
    extern crate rand;
    3
    
                  
    4
    use rand::Rng;
    5
    
                  
  4. Streaming data from the GitHub Graph... Streaming data from the GitHub GraphQL API with an async generator
    1
    function githubStream(delayTime = 2) {
    2
      const delay = () => new Promise(resolve => setTimeout(resolve, delayTime * 1000))
    3
      let repos = [];
    4
      let maxIterations = 100;
    5
      
  5. guardian/accessibility guardian/accessibility Public

    A central resource for knowledge relating to accessibility

    7