huangsssssss's Stars
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
vuejs/awesome-vue
🎉 A curated list of awesome things related to Vue.js
thedaviddias/Front-End-Checklist
🗂 The perfect Front-End Checklist for modern websites and meticulous developers
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
xingshaocheng/architect-awesome
后端架构师技术图谱
iamkun/dayjs
⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
ant-design/ant-design-pro
👨🏻💻👩🏻💻 Use Ant Design like a Pro!
Asabeneh/30-Days-Of-React
30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
xiaye13579/BBLL
一个第三方哔哩哔哩客户端,A third-party bilibili client。
unicodeveloper/awesome-nextjs
:notebook_with_decorative_cover: :books: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
phuocng/csslayout
A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing!
tangly1024/NotionNext
使用 NextJS + Notion API 实现的,支持多种部署方案的静态博客,无需服务器、零门槛搭建网站,为Notion和所有创作者设计。 (A static blog built with NextJS and Notion API, supporting multiple deployment options. No server required, zero threshold to set up a website. Designed for Notion and all creators.)
chillzhuang/SpringBlade
SpringBlade 是一个由商业级项目升级优化而来的SpringCloud分布式微服务架构、SpringBoot单体式微服务架构并存的综合型项目,采用Java17 API重构了业务代码,完全遵循阿里巴巴编码规范。采用Spring Boot 3.2 、Spring Cloud 2023 、Mybatis 等核心技术,同时提供基于React和Vue的两个前端框架用于快速搭建企业级的SaaS多租户微服务平台。
Wei-Xia/most-frequent-technology-english-words
程序员工作中常见的英语词汇
spring-projects/spring-data-examples
Spring Data Example Projects
xubinux/xbin-store
模仿国内知名B2C网站,实现的一个分布式B2C商城 使用Spring Boot 自动配置 Dubbox / MVC / MyBatis / Druid / Solr / Redis 等。使用Spring Cloud版本请查看
NLRX-WJC/react-antd-admin-template
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
zenany/weekly
汇总平时看到的好文章,前端技术 & 产品研发为主...
guchengwuyue/yshopmall
yshop基于当前流行技术组合的前后端分离商城系统: SpringBoot2+MybatisPlus+SpringSecurity+jwt+redis+Vue的前后端分离的商城系统, 包含商城、sku、运费模板、素材库、小程序直播、拼团、砍价、商户管理、 秒杀、优惠券、积分、分销、会员、充值、多门店等功能
dxx/react-bilibili
:tv: 高仿B站web移动端
piomin/sample-spring-microservices-new
Demo for Spring Boot 3(`master` branch)/2(other branches) and Spring Cloud microservices with distributed configuration (Spring Cloud Config), service discovery (Eureka), API gateway (Spring Cloud Gateway, Zuul), Swagger/OpenAPI documentation (Springdoc), logs correlation using Spring Cloud Sleuth/Micrometer OTEL and many more
ChanWahFung/nuxt-juejin-project
仿掘金web网站,使用服务端渲染。主要技术:nuxt + koa + vuex + axios + element-ui 。
mgbq/front-end-Doc
前端文档汇总(觉得对您有用的话,别忘了star收藏哦^_^ !)
kulkarniankita/discover-videos
This app is a clone of Netflix app, check out the course http://bit.ly/nextjs-udemy-ankita on how to build this
lyx2099/Software-Testing
软件测试经典面试、笔试题及答案整理,欢迎投稿补充
GodLikeZeal/zealsay_front
使用vue服务端渲染nuxt.js构建的基于vuetify样式风格的快速开发脚手架前端,主要整合vuex,axios,vue-router,nuxt-auth等组件
jonashackt/microservice-api-spring-boot
Example project showing how to interact with a Nuxt.js / Vue.js based frontend building a Spring Boot microservice
Tellsea/spring-cloud-netflix-learn
💕分布式微服务基础架构,采用官网最新版本进行整合,涉及主要模块:SpringCloud-Greenwich.RELEASE,Eureka,Hystrix,Ribbon,Zuul,Zipkin,Feign,Config,Swagger2,SpringBoot Admin监控等
haitaoss/spring-boot
Spring Boot 源码。 SpringBoot 就是一个 创建、配置、刷新IOC容器 的工厂,最终的目的就是得到一个IOC容器,得学会了Spring才能看懂SpringBoot