Pinned Repositories
async-cacher
You can use this small tool to cache any request for data.
AsyncCache
Async cache using an "async lock" (semaphore) to prevent competing/simultaneous calls to the data source.
bowling-kata
Bowling score board kata. Also contains usage of my "javascript-ioc" npm package.
Concurrency
Similar to Task.WhenAll but allows you to limit the number of tasks in flight (max concurrency).
immutable-replace
Recursive immutable replace
Javascript-IOC
A JavaScript IOC that ties constructor arguments (dependencies) to variables or other constructors recursively.
JSONCasing
A small JavaScript object that can do a deep Camel to Pascal or Pascal to Camel conversion on JavaScript objects.
leaf-validator
Declarative state progression & validation for React apps.
max-concurrency
Control how many promises are allowed to be in-flight at the same time.
tetris
Tetris - Implemented as a ReactJS SPA with a .NET WebApi/MVC backend.
stewie1570's Repositories
stewie1570/Javascript-IOC
A JavaScript IOC that ties constructor arguments (dependencies) to variables or other constructors recursively.
stewie1570/leaf-validator
Declarative state progression & validation for React apps.
stewie1570/tetris
Tetris - Implemented as a ReactJS SPA with a .NET WebApi/MVC backend.
stewie1570/max-concurrency
Control how many promises are allowed to be in-flight at the same time.
stewie1570/immutable-replace
Recursive immutable replace
stewie1570/async-cacher
You can use this small tool to cache any request for data.
stewie1570/AsyncCache
Async cache using an "async lock" (semaphore) to prevent competing/simultaneous calls to the data source.
stewie1570/bowling-kata
Bowling score board kata. Also contains usage of my "javascript-ioc" npm package.
stewie1570/Concurrency
Similar to Task.WhenAll but allows you to limit the number of tasks in flight (max concurrency).
stewie1570/JSONCasing
A small JavaScript object that can do a deep Camel to Pascal or Pascal to Camel conversion on JavaScript objects.
stewie1570/DIGraph
stewie1570/dotnetcore-buildpack
Heroku .NET Core Buildpack
stewie1570/form-bank
stewie1570/formik
Build forms in React, without the tears 😭
stewie1570/heroku-buildpack-nodejs
The official Heroku buildpack for Node.js apps.
stewie1570/JsonElementExtensions
stewie1570/MasterMindGame
MasterMind game as a web app.
stewie1570/mongo-leaf-validator-example
stewie1570/netlify-express
Express.js hosted on Netlify
stewie1570/netlify-functions-example
stewie1570/next-js-poc
Created with CodeSandbox
stewie1570/paged_grid
stewie1570/PubSub
A small Pub/Sub implementation for JavaScript.
stewie1570/react-hooks-webpack-hmr
A todo-list example implementation with react's hooks api, webpack and HMR
stewie1570/react-query
⚛️ Hooks for fetching, caching and updating asynchronous data in React
stewie1570/signalr-sample
stewie1570/swr
React Hooks library for remote data fetching
stewie1570/weather-project
A simple weather project for interviews