go
-
flipped-aurora/gin-vue-admin
基于vite+vue3+gin搭建的开发基础平台(已完成setup语法糖版本),集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码。
-
go-kratos/kratos
Your ultimate Go microservices framework for the cloud-native era.
-
minio/minio
High Performance, Kubernetes Native Object Storage
-
MichaelCade/90DaysOfDevOps
This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.
-
external-secrets/external-secrets
External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
-
photoprism/photoprism
Photos App powered by Go and Google TensorFlow 🌈 ✨
-
argoproj/argo-cd
Declarative continuous deployment for Kubernetes.
-
IceWhaleTech/CasaOS
CasaOS - A simple, easy-to-use, elegant open-source Home Cloud system.
-
golang/go
The Go programming language
-
rancher/rancher
Complete container management platform
-
syncthing/syncthing
Open Source Continuous File Synchronization
-
XIU2/CloudflareSpeedTest
🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP (IPv4 / IPv6)!另外也支持其他 CDN / 网站 IP ~
-
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.
-
k3s-io/k3s
Lightweight Kubernetes
-
filebrowser/filebrowser
📂 Web File Browser
-
naiba/nezha
哪吒监控 一站式轻监控轻运维系统。支持系统状态、HTTP、TCP、Ping 监控报警,计划任务和在线终端。
-
distribution/distribution
The toolkit to pack, ship, store, and deliver container content
-
zeromicro/go-zero
go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
-
ajeetdsouza/clidle
Play Wordle over SSH.
-
cloudreve/Cloudreve
🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
-
aws/aws-sdk-go
AWS SDK for the Go programming language.
-
containerd/containerd
An open and reliable container runtime
-
go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
-
schollz/croc
Easily and securely send things from one computer to another 🐊 📦
-
kubernetes/client-go
Go client for Kubernetes.
java
-
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
-
alibaba/Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
-
ja-netfilter/ja-netfilter
A javaagent framework
-
YunaiV/ruoyi-vue-pro
基于 Spring Boot + MyBatis Plus + Vue & Element 实现的后台管理系统 + 用户小程序,支持 RBAC 动态权限、多租户、数据权限、工作流、三方登录、支付、短信、商城等功能。你的 ⭐️ Star ⭐️,是作者生发的动力!
-
alibaba/nacos
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
-
seata/seata
🔥 Seata is an easy-to-use, high-performance, open source distributed transaction solution.
-
mybatis/mybatis-3
MyBatis SQL mapper framework for Java
-
jeecgboot/jeecg-boot
「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。
-
ReactiveX/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
-
doocs/advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
-
apolloconfig/apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
-
spring-projects/spring-framework
Spring Framework
-
xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
-
apache/dolphinscheduler
Apache DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG visual interfaces, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available out of box.
-
lenve/vhr
微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
-
apache/shardingsphere
Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more
-
baomidou/mybatis-plus
An powerful enhanced toolkit of MyBatis for simplify development
-
skylot/jadx
Dex to Java decompiler
-
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
-
alibaba/easyexcel
快速、简洁、解决大文件内存溢出的java处理Excel工具
-
doocs/leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
-
apache/rocketmq
Mirror of Apache RocketMQ
-
spring-projects/spring-boot
Spring Boot
-
netty/netty
Netty project - an event-driven asynchronous network application framework
javascript
-
zadam/trilium
Build your personal knowledge base with Trilium Notes
-
Asabeneh/30-Days-Of-JavaScript
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace.
-
goldbergyoni/nodebestpractices
✅ The Node.js best practices list (January 2022)
-
microsoft/Web-Dev-For-Beginners
24 Lessons, 12 Weeks, Get Started as a Web Developer
-
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
-
vuejs/vuex
🗃️ Centralized State Management for Vue.js.
-
WebDevSimplified/wordle-clone
-
codemirror/CodeMirror
In-browser code editor
-
JDHelloWorld/jd_scripts
-
gys619/Absinthe
-
adiwajshing/Baileys
Lightweight full-featured WhatsApp Web + Multi-Device API
-
RobinLinus/snapdrop
A Progressive Web App for local file sharing
-
bluxmit/alnoda-workspaces
🎆 Dockerized workspaces
-
ronggang/PT-Plugin-Plus
PT 助手 Plus,为 Google Chrome 和 Firefox 浏览器插件(Web Extensions),主要用于辅助下载 PT 站的种子。
-
OpenZeppelin/openzeppelin-contracts
OpenZeppelin Contracts is a library for secure smart contract development.
-
ccwav/QLScript2
新QLScript
-
google/zx
A tool for writing better scripts
-
qishibo/AnotherRedisDesktopManager
🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys.
-
typescript-cheatsheets/react
Cheatsheets for experienced React developers getting started with TypeScript
-
medusajs/medusa
The open-source Shopify alternative ⚡️
-
he1pu/JDHelp
-
vuejs/vue
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
lit/lit
Lit is a simple library for building fast, lightweight web components.
-
sentsin/layui
采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。
-
axios/axios
Promise based HTTP client for the browser and node.js
python
rust