kevinlin's Stars
reduxjs/redux-thunk
Thunk middleware for Redux
go-kratos/kratos
Your ultimate Go microservices framework for the cloud-native era.
danpaz/bodybuilder
An elasticsearch query body builder :muscle:
guregu/null
reasonable handling of nullable values
test-kitchen/kitchen-ec2
A Test Kitchen Driver for Amazon EC2
testcontainers/testcontainers-java
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
testcontainers/testcontainers-go
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
goldbergyoni/javascript-testing-best-practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)
SortableJS/Sortable
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
sahat/hackathon-starter
A boilerplate for Node.js web applications
ains/go-test-html
Converts `go test` output into a prettified HTML summary.
adamgruber/mochawesome
A Gorgeous HTML/CSS Reporter for Mocha.js
rundef/node-testrail-api
API wrapper for TestRail
adamgruber/mochawesome-report-generator
Standalone mochawesome report generator. Just add test data.
dchester/jsonpath
Query and manipulate JavaScript objects with JSONPath expressions. Robust JSONPath engine for Node.js.
ritaly/README-cheatsheet
Template for a clear GitHub README (markdown)
leebyron/testcheck-js
Generative testing for JavaScript
lo1tuma/eslint-plugin-mocha
ESLint rules for mocha
jestjs/jest
Delightful JavaScript Testing.
google/styleguide
Style guides for Google-originated open-source projects
stomp-js/rx-stomp
STOMP adaptor for RxJS
stomp-js/stompjs
Javascript and Typescript Stomp client for Web browsers and node.js apps
reactjs/react-modal
Accessible modal dialog component for React
kenwheeler/slick
the last carousel you'll ever need
atlassian/react-beautiful-dnd
Beautiful and accessible drag and drop for lists with React
go-bootstrap/go-bootstrap
Generates a lean and mean Go web project.
golang-standards/project-layout
Standard Go Project Layout
jackfrued/Python-100-Days
Python - 100天从新手到大师
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.