>Derek Kershner<
Prolific Software Architect - AWS / Azure
17,421
Contributions over
3 years 4 months 22 days 1 hour 7 minutes 52 seconds
(Averaging about 40 per working day)
Public Projects
Category | Tech | Language | Name | Description |
---|---|---|---|---|
Open Source | code-challenge | C# | AutomatedMinesweeper | Coding challenge to explode as many mines as possible |
Open Source | hacktoberfest nodejs npm-package | TypeScript | await-wait | Very simple wait function for async Javascript/TypeScript Promises. Surprisingly, nothing similar existed at time of writing. |
Open Source | hacktoberfest react react-hooks react-testing-library | TypeScript | axios-hooks-mock | A library that simplifies mocking for axios-hooks, especially when multiple hooks are used together. |
Open Source | nextjs react | TypeScript | dkershner.com | Professional / Tinkering website for Derek Kershner |
Open Source | fetch npm-package | TypeScript | fetch-from-script-tag | A very simple library meant to be used as a script tag from CDN, to make any api call on any webpage, quickly and easily. |
Open Source | github-actions nodejs | TypeScript | githubactions-result-reporter | Report Results for actions started using GitHubActions.com |
Tool | react nextjs | TypeScript | GitHubActions.com | GitHubActions.com provides tools for simplifying GitHubActions, specializing in manually triggering actions. |
Open Source | github-actions nodejs | TypeScript | gitignore-parser | GitHub Action to parse a .gitignore file for information |
Open Source | github-actions hacktoberfest nodejs | TypeScript | jest-coverage-commenter-action | Comment on PRs with Jest Test Coverage Information |
Open Source | npm-package react react-hooks | TypeScript | mock-react-hooks-firebase-auth | |
Community Service | react nextjs | TypeScript | Partners In Care | Partners In Care is a Hospice and Home Health Non-Profit in Bend, OR. I develop tools to aid efficiency for various repetitive data entry tasks. |
Mobile App | react-native | TypeScript | App for nurses at Partners In Care (rejected from Apple for too specific use case) | |
Mobile App | react-native | TypeScript | App to control subscription boxes for Picky Bars | |
Open Source | npm-package react react-hooks | TypeScript | react-hooks-firebase-auth | Library for easy handling of Firebase Authentication, complete with provider token related events |
Open Source | npm-package react react-hooks | TypeScript | sequential-async-foreach | An NPM package to properly handle using async functions in a forEach fashion (unlike Native forEach). Uses proper Promises and is light and efficient. |
Open Source | nodejs shopify | TypeScript | shopify-application-proxy-verification | Simple function to verify Shopify Application Proxy requests using HMAC |
Open Source | C# | ShopifySharp | (Contributor) ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores. | |
Open Source | nodejs | TypeScript | tsv-parse | Simple TSV parser for Node |
Open Source | nextjs react react-hooks unstated-next | TypeScript | unstated-next-subscribe | An React Higher Order Component (HOC) that allows for use of unstated-next containers in non-FunctionalComponents (class components). |
Open Source | hacktoberfest npm-package react react-hooks | TypeScript | use-immer-produce | React Hook nearly identical to use-immer, but it returns the draft from the update function. |
Open Source | hacktoberfest npm-package react react-hooks | TypeScript | use-map-as-state | React Hook to use a Map object as React State, with the same interface as normal Maps |
Open Source | github-actions nodejs | TypeScript | use-npm-token-action | Use an NPM token within an .npmrc file inside GitHub actions. Scoped packages are the primary use case. |
Open Source | hacktoberfest npm-package react react-hooks | TypeScript | use-set-as-state | React Hook to use a native JS Set as State, maintaining the interface entirely, and properly handling re-rendering. Uses Immer under the hood. |
Open Source | npm-package react react-hooks | TypeScript | use-set-focus | React hook to immediately place the browser's focus to your chosen element on demand. |
Open Source | nodejs vercel | JavaScript | vercel-https-log-drain-integration | A simple log drain that calls an HTTPS endpoint with JSON for Vercel projects |
Open Source | api nodejs shopify | TypeScript | verify-shopify-webhook | Verify shopify webhook using any API solution, make your own middleware easily. |