pckhoi's Stars
spf13/cobra
A Commander for modern Go CLI interactions
gofiber/fiber
⚡️ Express inspired web framework written in Go
labstack/echo
High performance, minimalist Go web framework
keycloak/keycloak
Open Source Identity and Access Management For Modern Applications and Services
semantic-release/semantic-release
:package::rocket: Fully automated version management and package publishing
automerge/automerge-classic
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
dgraph-io/badger
Fast key-value DB in Go.
tomnomnom/gron
Make JSON greppable!
BurntSushi/xsv
A fast CSV command line toolkit written in Rust.
johnkerl/miller
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
grpc-ecosystem/go-grpc-middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
javascriptdata/danfojs
Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.
alexjoverm/typescript-library-starter
Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
golang/vscode-go
Go extension for Visual Studio Code
uber-go/mock
GoMock is a mocking framework for the Go programming language.
PeerDB-io/peerdb
Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
dnaeon/go-vcr
Record and replay your HTTP interactions for fast, deterministic and accurate tests
shenwei356/csvtk
A cross-platform, efficient and practical CSV/TSV toolkit in Golang
gobwas/glob
Go glob
hamba/avro
A fast Go Avro codec
hustcc/jest-electron
❯ ⚛️The easiest way to run and debug test cases in electron with jest.
anonyco/FastestSmallestTextEncoderDecoder
The fastest smallest Javascript polyfill for encodeInto of TextEncoder, encode of TextEncoder, and decode of TextDecoder for UTF-8 only.
vektra/gitreader
A simple Go library to read a git repository
wrgl/wrgl
Git-like data versioning.
pckhoi/jest-bench
Benchmark within Jest
gjbkz/rollup-plugin-glob-import
A rollup plugin to use glob-star.
ipno-llead/processing
Processing repo for the Innocence Project New Orleans' Louisiana Law Enforcement Accountability Database
pckhoi/datamatch
Utilities for data matching
pckhoi/datavalid
Data validation library
sunpriya/RocksDb-Recipe
A repository for learning RocksDB not by reading but implementing