Skip to content
View 8enSmith's full-sized avatar
πŸ™
Operational
πŸ™
Operational

Block or report 8enSmith

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
8enSmith/README.md

Hi! πŸ‘‹

🌎 I'm Ben and I'm a full-stack developer based in Cambridge, UK.

πŸ’Ό I've extensive commercial experience with TypeScript & JavaScript, Node.js, React (including Next.js) and AWS & Azure.

πŸ’» I'm currently enjoying playing around with AI tooling and LLMs e.g. GitHub CoPilot, OpenRouter, Ollama and Roo Code (a Cline fork).

Projects I've been developing/playing-with in my free time recently include https://www.book-tok.net (see here) and creating a MCP server for the Internet Archive's Open Library that enables AI assistants to search for book and author information (see here).

Ben's GitHub stats

Top Languages

Pinned Loading

  1. mcp-open-library mcp-open-library Public

    A Model Context Protocol (MCP) server for the Internet Archive's Open Library API that enables AI assistants to search for book and author information.

    TypeScript 6 3

  2. book-tok book-tok Public

    A TikTok-style interface for exploring random Open Library books.

    TypeScript

  3. song-summary song-summary Public

    A modern web application that helps you discover and analyze songs. Get lyrics and AI-powered song analysis.

    TypeScript

  4. willryan/factory.ts willryan/factory.ts Public

    A library to ease creation of factories for test data for Typescript

    TypeScript 447 26

  5. socialtables/react-image-fallback socialtables/react-image-fallback Public

    stop displaying broken images, have another image to fallback on.

    JavaScript 111 18

  6. Guiding principles for Pythonic Python Guiding principles for Pythonic Python
    1
    # Guiding principles for Pythonic Python
    2
    
                  
    3
    * Beautiful is better than ugly
    4
    * Explicit is better than implicit
    5
    * Simple is better than complex