go
-
caarlos0/env
Simple lib to parse environment variables to structs
-
Masterminds/sprig
Useful template functions for Go templates.
-
elastic/beats
🐠 Beats - Lightweight shippers for Elasticsearch & Logstash
-
minio/mc
MinIO Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage.
-
argoproj/argo
Argo Workflows: Get stuff done with Kubernetes.
-
helm/charts
Curated applications for Kubernetes
-
weaveworks/flagger
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
-
pusher/oauth2_proxy
A reverse proxy that provides authentication with Google, Github or other providers. #Hacktoberfest
-
hashicorp/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
coreos/flannel
flannel is a network fabric for containers, designed for Kubernetes
-
elastic/go-elasticsearch
The official Go client for Elasticsearch
-
rs/zerolog
Zero Allocation JSON Logger
-
asaskevich/govalidator
[Go] Package of validators and sanitizers for strings, numerics, slices and structs
-
helm/helm
The Kubernetes Package Manager
-
ory/hydra
OAuth2 Server and OpenID Certified™ OpenID Connect Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language.
-
google/go-github
Go library for accessing the GitHub API
-
terraform-providers/terraform-provider-azurerm
Terraform provider for Azure Resource Manager
-
fsnotify/fsnotify
Cross-platform file system notifications for Go.
-
operator-framework/operator-sdk
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
-
facebookincubator/ent
An entity framework for Go
-
opentracing/opentracing-go
OpenTracing API for Go
-
hashicorp/vault
A tool for secrets management, encryption as a service, and privileged access management
-
sylabs/singularity
Singularity: Application containers for Linux
-
grpc-ecosystem/grpc-gateway
gRPC to JSON proxy generator following the gRPC HTTP spec
-
dgrijalva/jwt-go
Golang implementation of JSON Web Tokens (JWT)
java
-
bloc97/Anime4K
A High-Quality Real Time Upscaler for Anime Video
-
iluwatar/java-design-patterns
Design patterns implemented in Java
-
confluentinc/kafka-streams-examples
Demo applications and code examples for Apache Kafka's Streams API.
-
Snailclimb/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
-
CyC2018/CS-Notes
📚 Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
-
OpenAPITools/openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
-
google/guava
Google core libraries for Java
-
Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
-
doocs/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
-
facebook/react-native-fbsdk
A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
-
eugenp/tutorials
The "REST With Spring" Course:
-
seata/seata
🔥 Seata is an easy-to-use, high-performance, open source distributed transaction solution.
-
apache/cassandra
Mirror of Apache Cassandra
-
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
MindorksOpenSource/android-developer-roadmap
Android Developer Roadmap - A complete roadmap to learn Android App Development
-
strongbox/strongbox
Strongbox is an artifact repository manager.
-
habuma/spring-in-action-5-samples
Home for example code from Spring in Action 5.
-
Azure/azure-sdk-for-java
Microsoft Azure SDK for Java
-
alibaba/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
-
alibaba/easyexcel
快速、简单避免OOM的java处理Excel工具
-
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
-
alibaba/Sentinel
A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库)
-
spring-projects/spring-boot
Spring Boot
-
apache/pulsar
Apache Pulsar - distributed pub-sub messaging system
-
eclipse/deeplearning4j-examples
Deeplearning4j Examples (DL4J, DL4J Spark, DataVec)
javascript
-
gxtrobot/bustag
a tag and recommend system for old bus driver
-
udilia/create-social-network
Create Social Network by running one command. Demo: https://worldexplorer.netlify.com/
-
mrdoob/three.js
JavaScript 3D library.
-
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
vuejs/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
gchq/CyberChef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
-
GoogleChrome/puppeteer
Headless Chrome Node.js API
-
appium/appium
📱 Automation for iOS, Android, and Windows Apps.
-
strapi/strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
-
gatsbyjs/gatsby
Build blazing fast, modern apps and websites with React
-
d2-projects/d2-admin
🌈 An elegant dashboard
-
mongodb/node-mongodb-native
Mongo DB Native NodeJS Driver
-
d3/d3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
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.
-
facebook/create-react-app
Set up a modern web app by running one command.
-
zeit/next.js
The React Framework
-
bpmn-io/bpmn-js
A BPMN 2.0 rendering toolkit and web modeler.
-
haizlin/fe-interview
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家)
-
leonardomso/33-js-concepts
📜 33 concepts every JavaScript developer should know.
-
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
-
qianguyihao/Web
前端入门和进阶学习笔记,超详细的Web前端学习图文教程。从零开始学前端,做一名精致的前端工程师。持续更新...
-
remoteintech/remote-jobs
A list of semi to fully remote-friendly companies in tech.
-
aosabook/500lines
500 Lines or Less
-
STRML/react-grid-layout
A draggable and resizable grid layout with responsive breakpoints, for React.
-
chinese-poetry/chinese-poetry
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
python
rust