andywer
Engineer and co-founder. Node.js since 2011, React since 2014, Python, some Rust, C/C++/Java/Assembler/PHP earlier. Into #ai, #blockchain and #cryptography
Berlin, Germany
Pinned Repositories
laravel-js-localization
Simple, ease-to-use and flexible package for the Laravel web framework. Allows you to use localized messages of the Laravel webapp (see `resources/lang` directory) in your Javascript code.
leakage
๐ Memory leak testing for node.
pg-listen
๐ก PostgreSQL LISTEN & NOTIFY for node.js that finally works.
postguard
๐ Statically validate Postgres SQL queries in JS / TS code and derive schemas.
squid
๐ฆ Provides SQL tagged template strings and schema definition functions.
threads.js
๐งต Make web workers & worker threads as simple as a function call.
typed-emitter
๐ฉ Type-safe event emitter interface for TypeScript
use-inline-memo
โ๏ธ React hook for memoizing values inline anywhere in a component
webpack-blocks
๐ฆ Configure webpack using functional feature blocks.
solar
๐ Stellar wallet. Secure and user-friendly.
andywer's Repositories
andywer/threads.js
๐งต Make web workers & worker threads as simple as a function call.
andywer/webpack-blocks
๐ฆ Configure webpack using functional feature blocks.
andywer/leakage
๐ Memory leak testing for node.
andywer/pg-listen
๐ก PostgreSQL LISTEN & NOTIFY for node.js that finally works.
andywer/typed-emitter
๐ฉ Type-safe event emitter interface for TypeScript
andywer/postguard
๐ Statically validate Postgres SQL queries in JS / TS code and derive schemas.
andywer/use-inline-memo
โ๏ธ React hook for memoizing values inline anywhere in a component
andywer/squid
๐ฆ Provides SQL tagged template strings and schema definition functions.
andywer/laravel-js-localization
Simple, ease-to-use and flexible package for the Laravel web framework. Allows you to use localized messages of the Laravel webapp (see `resources/lang` directory) in your Javascript code.
andywer/ava-ts
๐ Fork of the AVA test runner with native typescript support
andywer/react-usestyles
๐ Style components using React hooks. Abstracts the styling library away.
andywer/puppet-run
๐ค Run anything JavaScript in a headless Chrome from your command line
andywer/observable-fns
๐ต๏ธโโ๏ธ Light-weight observable implementation and functional utilities in TypeScript
andywer/threads-plugin
๐ฆ Makes your threads.js code build with webpack out of the box.
andywer/http-event-stream
๐ก Modern spec-compliant Server Sent Events stream implementation.
andywer/key-store
๐ Isomorphic encrypted key store written in TypeScript.
andywer/plow
๐จโ๐พ Postgres migrations and seeding made easy
andywer/srv
๐ก Functional node server. Composable routing. Take a request, return a response.
andywer/rungpt
GPT client with local plugin framework, built by GPT-4
andywer/puppet-run-plugins
๐งฉ Plugins for puppet-run.
andywer/deep-assert
๐ Better deep-equals comparison, supporting custom property assertions and pretty diffs.
andywer/aiortc
WebRTC and ORTC implementation for Python using asyncio
andywer/js-stellar-base
The stellar-base library is the lowest-level stellar helper library. It consists of classes to read, write, hash, and sign the xdr structures that are used in stellard.
andywer/js-stellar-sdk
Main Stellar client library for the Javascript language
andywer/meow
๐ CLI app helper
andywer/p-queue
Promise queue with concurrency control
andywer/parcel
๐ฆ๐ Blazing fast, zero configuration web application bundler
andywer/stellar-protocol
Developer discussion about possible changes to the protocol.
andywer/stellar-uri
A TypeScript/JavaScript implementation of SEP-0007 style Stellar URIs.
andywer/tiny-worker
Tiny WebWorker for the Server