Projects in Awesome Lists by capaj
A curated list of projects in awesome lists by capaj .
https://github.com/capaj/koa-monitor
🚀 Realtime Monitoring solution for koa.js, inspired by status.github.com
Last synced: 13 May 2025
https://github.com/capaj/react-tweet-embed
react component which takes a tweet id in props and you'll get a tweet embed rendered once the twitter clientside API loads, nothing more
hacktoberfest react reactjs twitter
Last synced: 05 Apr 2025
https://github.com/capaj/jspm-react
lightweight React.js ES6 boilerplate with JSPM and proper hot reloading modules
Last synced: 15 Apr 2025
https://github.com/capaj/vscode-standardjs-snippets
a complete set of Javascript snippets for Visual Studio Code
javascript snippets vscode-plugin
Last synced: 11 Jun 2025
https://github.com/capaj/react-promise
a react.js hook for general promise in typescript
asynchronous hacktoberfest react-component reactjs
Last synced: 14 Apr 2025
https://github.com/capaj/socket.io-rpc
Extend your promises across a network with socket.io
javascript promise rpc socket socket-io
Last synced: 14 Apr 2025
https://github.com/capaj/graphql-codegen-vscode
vscode extension which runs graphql-codegen whenever you save a query/mutation
codegen graphql graphql-code-generator graphql-codegen hacktoberfest typescript vscode vscode-extension
Last synced: 07 Apr 2025
https://github.com/capaj/require-globify
transform for browserify, which allows to require files with globbing expressions
Last synced: 20 Aug 2025
https://github.com/capaj/Moonridge
Mongo live query framework bootstrapped on socket.io-rpc and mongoosejs. Takes your mongoose models and allows for easy and elegant consumption over the network in your frontend app or in remote node process.
mongoosejs realtime-database socket-io
Last synced: 27 Mar 2025
https://github.com/capaj/object-resolve-path
a simple utility function for getting a value at a path from an object with all the usecases properly covered
Last synced: 21 Aug 2025
https://github.com/capaj/localstorage-polyfill
in memory localStorage polyfill for node.js utilizing ES6 proxies
Last synced: 09 Jul 2025
https://github.com/capaj/moonridge
Mongo live query framework bootstrapped on socket.io-rpc and mongoosejs. Takes your mongoose models and allows for easy and elegant consumption over the network in your frontend app or in remote node process.
mongoosejs realtime-database socket-io
Last synced: 27 Oct 2025
https://github.com/capaj/be-pretty
:lipstick: a small CLI utility for every lazy prettier maximalist out there
Last synced: 01 Sep 2025
https://github.com/capaj/set-tz
sets the timezone for your node.js process across all OSes
Last synced: 13 Apr 2025
https://github.com/capaj/mobx-stored
Mobx observables persistent across browser tabs/sessions
localstorage mobx mobx-observables single-page-applications
Last synced: 26 Jul 2025
https://github.com/capaj/ng-tools
collection of useful services/factories/directives/filters I like using in my projects
Last synced: 15 Apr 2025
https://github.com/capaj/chokidar-socket-emitter
a simple chokidar watcher which emits events to all connected socket.io clients
event-emitter filesystem socket-io watcher
Last synced: 22 Jun 2025
https://github.com/capaj/mobx-location
just location as a mobx observable. Very minimal wrapper around browser location utilizing popstate event of HTML5 history api
Last synced: 29 Jul 2025
https://github.com/capaj/array-sugar
Tired of not having a last property on array in Javascript? Tired of not having contains method? This little script solves those.
Last synced: 15 Apr 2025
https://github.com/capaj/compare-planetscale-neon-turso
few tiny benchmarks on latencies for the most prominent serverless DBs
drizzle-orm neondb planetscale turso
Last synced: 15 Apr 2025
https://github.com/capaj/vscode-exports-autocomplete
finds javascript ES6 exports in your project and autocompletes them when writing javascript statements
autocomplete es6 es6-javascript es6-modules modules tooling vscode
Last synced: 15 Jun 2025
https://github.com/capaj/jspm-mithril
Mithril.js boilerplate with hot reloading modules
Last synced: 15 Apr 2025
https://github.com/capaj/mobx-observer
a simple observer decorator you can utilize with any react-like components
Last synced: 15 Apr 2025
https://github.com/capaj/react-bound
a HOC for binding an input or group off inputs to a model-it can be a POJO or a mobx observable
databinding mobx mobx-react observable reactjs
Last synced: 02 Mar 2026
https://github.com/capaj/use-graphql-request
lightweight react hooks for querying graphql endpoint from react
Last synced: 15 Apr 2025
https://github.com/capaj/proxy-date
a minimal clean utility for mocking Date in any environment featuring ES6 Proxy
Last synced: 15 Apr 2025
https://github.com/capaj/node-angular-blog
simple blog based on nodejs, expressjs, mongoose and angularjs on lient side
Last synced: 11 Mar 2026
https://github.com/capaj/react-observe-store
using observe-js it observes your stores and calls forceUpdate() on your component whenever a change is triggered in stores
Last synced: 15 Apr 2025
https://github.com/capaj/vite-lingui-poc
just a sample app showing how to use lingui.js with vite bundler
esbuild i18n linguijs reactjs typescript vite vite-plugin vitejs
Last synced: 15 Apr 2025
https://github.com/capaj/proxy-recorder
proxy with recording capabilities for easy mocking of 3rd party APIs
javascript proxy proxy-recorder
Last synced: 15 Apr 2025
https://github.com/capaj/require-stylify
require styles in your browserify builds, same as you require your js files, works with css, less and sass
Last synced: 15 Apr 2025
https://github.com/capaj/koa-graphql-boilerplate
a minimal boilerplate for graphql API running on koa with graphiql. Standard.js for linting with flowtype for typechecking
Last synced: 15 Apr 2025
https://github.com/capaj/faktorio
invoicing solution for self-employed contractors in Czech republic
czech invoicing invoicing-platform
Last synced: 04 Apr 2025
https://github.com/capaj/weakee
Weakmaps powered lightweight event emitter(this one should not leak)
Last synced: 15 Apr 2025
https://github.com/capaj/mongoose-schema-serializer
serialize and deserialize your mongoose schema with this
Last synced: 21 Jun 2025
https://github.com/capaj/vercel-serverless-mercurius-sample-api
small sample mercurius Graphql API deployed on vercel
Last synced: 04 Apr 2025
https://github.com/capaj/socket.io-rpc-client
client library for a socket.io-rpc
Last synced: 15 Apr 2025
https://github.com/capaj/puppeteer-vs-selenium
just a very quick comparison of these two browser automation libs
Last synced: 03 Aug 2025
https://github.com/capaj/observe-deep
observeDeep function for simple observing of the whole object tree, not just the keys and values
Last synced: 09 Sep 2025
https://github.com/capaj/react-testing-with-ava-and-enzyme
a short talk on testing in react-spectacle
Last synced: 22 Jun 2025
https://github.com/capaj/moonridge-client
client library for Mongo ORM framework Moonridge
Last synced: 27 Jul 2025
https://github.com/capaj/ts-inquisition
A simple CLI util to mark all your current TS errors as expected. Useful when you wan to fail your builds on a new type error while expecting the old ones
cli js-to-ts typechecking typescript
Last synced: 15 Apr 2025
https://github.com/capaj/react-slyer
super simple wrapper for sly.js slider for react.js
Last synced: 26 Mar 2025
https://github.com/capaj/babble-admin
quick hackathon mvp for beacon admin interface built with react.js and MobX
Last synced: 24 Jul 2025
https://github.com/capaj/kan
Koa, angular boilerplate built with npm&jspm awesomness
Last synced: 04 Apr 2025
https://github.com/capaj/firebase-component
react.js component wrapping firebase refs for easily rendering your data
Last synced: 04 Apr 2025
https://github.com/capaj/node-rest-vs-graphql
comparison of two implementations of the same API using REST and Graphql
Last synced: 04 Apr 2025
https://github.com/capaj/jspm-inferno
boilerplate for a typical web app powered by inferno and JSPM with hot-reloading
Last synced: 04 Apr 2025
https://github.com/capaj/react-snappy
utility for testing react components against html snapshots
Last synced: 12 Oct 2025
https://github.com/capaj/jspm-preact
just another JSPM boilerplate with preact and hot reloading modules
Last synced: 02 Jul 2026
https://github.com/capaj/get-exports-from-file
parses a javascript file and outputs a list of exported components
Last synced: 12 Jul 2025
https://github.com/capaj/jspm-aurelia
lightweight Aurelia boilerplate with hot reloading modules
Last synced: 29 Jan 2026
https://github.com/capaj/graphql-vcr
a recorder for graphql-can record and "replay" requests coming to your API
Last synced: 26 Jan 2026
https://github.com/capaj/nexridge-client
knex.js powered framework client for querying your SQL DB over the network
Last synced: 04 Apr 2025
https://github.com/capaj/react-tether-drop
A react component wrapping tether-drop
Last synced: 04 Apr 2025
https://github.com/capaj/batched-promise-all
a small utility for awaiting lots of promises easily
Last synced: 15 Apr 2025
https://github.com/capaj/postuj-hovna
originally a hackaton app for reporting dog poo on the streets of Prague
Last synced: 01 Aug 2025
https://github.com/capaj/jspm-aurelia-bundler
a lightweight tool on top of systemjs builder for proper bundling of your Aurelia apps
Last synced: 28 Jul 2025
https://github.com/capaj/refserialize
a utility for serializing/deserializing POJOs with object references
Last synced: 15 Jul 2025
https://github.com/capaj/knexr
an SQL database GUI built with react/mobx on top of knex query builder
Last synced: 04 Apr 2025
https://github.com/capaj/zakonomat
platform for general legislative initiative in Czech republic based on Github gists
Last synced: 28 Jul 2025
https://github.com/capaj/prisma-generator-checker
tiny prisma generator to check whether you have the latest generated prisma schema
Last synced: 07 Jan 2026
https://github.com/capaj/backbone-calc
just a little coding challenge on Backbone.js
Last synced: 04 Apr 2025
https://github.com/capaj/hashset.js
simple hashset implementation aimed to working with DB entries on frontend. If it has primary keys, storing it in a hashset is probably a good idea.
Last synced: 23 Jul 2025
https://github.com/capaj/vscode-dependencies-autocomplete
a simple autcomplete provider for you package.json dependencies
Last synced: 04 Apr 2025
https://github.com/capaj/atom-profile
atom package for user management, export/import your config as JSON or through atom-profiles backend
Last synced: 04 Apr 2025
https://github.com/capaj/object-fsify
file system persisted variables as simple as it ever will be
Last synced: 06 Jul 2025
https://github.com/capaj/grok-mobx
just couple of simple code samples demonstrating MobX
Last synced: 04 Apr 2025
https://github.com/capaj/github-voting
MEAN app for voting on github issues and pull requests utilizing github API
Last synced: 18 Oct 2025
https://github.com/capaj/nexridge
knex.js powered framework for querying your SQL DB over the network
Last synced: 04 Apr 2025
https://github.com/capaj/require-logger
tiny utility to help when debugging cyclic dependency issues in node.js
Last synced: 04 Apr 2025
https://github.com/capaj/node-platey
a simple node.js CLI utility to setup a new node.project including typescript, vitest and prettier
boilerplate github-actions node prettier tsup type vites
Last synced: 28 Jan 2026
https://github.com/capaj/adisepo-xml-generator
simple CLI tool for submitting Czech financial tax forms
Last synced: 06 Apr 2025
https://github.com/capaj/jspm-dev-buddy
JSPM development companion package, which either substitutes chokidar-socket-emitter or connects to it in order to provide the best development experience in Atom editor
Last synced: 10 Feb 2026
https://github.com/capaj/democracy-2.0
Website powered by Javascript, .NET(Fleck and RavenDB) on server
Last synced: 23 Jul 2025
https://github.com/capaj/contrib-locs
a CLI util to keep a list of all people who are to blame for all the the inidividual lines in the codebase
Last synced: 12 Feb 2026
https://github.com/capaj/ts-gql-objection-blog
a showcase demonstrating how to use objection.js with type-graphql to write a GraphQL API
graphql graphql-api graphql-js graphql-server
Last synced: 27 Apr 2026
https://github.com/capaj/react-resizer
dead simple react component for resizeable container
reactjs resize resizer typescript vitejs
Last synced: 17 Apr 2026
https://github.com/capaj/assert-array-includes-matching-items
just a helpful assert which I was lacking in jest/chai/jasmine
Last synced: 19 Apr 2026
https://github.com/capaj/git-remote-sshify
a tiny CLI utility for switching remotes to ssh ones in a single command
Last synced: 30 Apr 2026
https://github.com/capaj/knex-pg-schema-code-gen
generates a knex schema createTable calls from an existing database
Last synced: 14 Jun 2025
https://github.com/capaj/graphql-sample
just a toy repo made when reading http://graphql.org/graphql-js/passing-arguments/
Last synced: 03 May 2026
https://github.com/capaj/gqmx
a mobx powered typescript binding for graphQL APIs
Last synced: 16 Feb 2026
https://github.com/capaj/babylon-undeclared-identifiers
given a javascript source code, returns undeclared identifiers
Last synced: 05 May 2026
https://github.com/capaj/type-gql-with-binding-boilerplate
just a simple koa server with graphql api to showcase typegql and graphql-binding together
Last synced: 09 Jul 2025
https://github.com/capaj/topo-browser
Topological sorting with grouping support
Last synced: 11 Jan 2026
https://github.com/capaj/vscode-find-usages
simple util to find usages of a file in your project
Last synced: 19 Oct 2025
https://github.com/capaj/o.extend
recursive Object.extend() which respects and merges ES5 getters and setters
Last synced: 04 Apr 2025
https://github.com/capaj/npm-autocomplete
atom editor autocomplete-plus provider for writing require statements to npm packages
Last synced: 04 Apr 2025
https://github.com/capaj/instabot
:bulb: one npm install should be enough for everyone :zap:-a tiny script(like under 20 lines) for auto installing missing npm dependencies which works well with nodemon
Last synced: 04 Apr 2025
https://github.com/capaj/code-monkey
vscode extension for autocompleting previously written words/expressions
Last synced: 22 Jul 2025
https://github.com/capaj/index-of-regex
a tiny utility for indexOf and lastIndexOf methods that accept regexes based on http://stackoverflow.com/a/274094
Last synced: 04 Apr 2025
https://github.com/capaj/grunt-smg
A Gruntjs plugin for generating $script manifests for web apps
Last synced: 04 Apr 2025
https://github.com/capaj/postuj-hovna-server
a hackaton project-server for reporting dog poo on streets of Prague,
Last synced: 04 Apr 2025