Skip to content
View Dylan-Kentish's full-sized avatar
Block or Report

Block or report Dylan-Kentish

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
Dylan-Kentish/README.md

Hi there, I'm Dylan Kentish ๐Ÿ‘‹

What am I working on?

  • ๐ŸŒฑ Director @BuiltLabs
  • ๐Ÿ› ๏ธ Full-stack Software Engineer @SappySeals
  • ๐Ÿ‘€ Building something new @Tokumeis
  • ๐Ÿ‘ป BTS on your favourite projects

Dylan-Kentish most used languages

Pinned

  1. siwe-next-auth siwe-next-auth Public template

    Sign in with ethereum, using next-auth, with an associated db user.

    TypeScript 7 1

  2. Optimise all svgs, that are within r... Optimise all svgs, that are within react.tsx files, preserving JSX, within all files in all directories of the provided directory.
    1
    import fs from 'node:fs/promises';
    2
    import path from 'node:path';
    3
    import type { Config } from 'svgo';
    4
    import { optimize } from 'svgo';
    5