- shenzhen
- www.codesboy.cn
Stars
Resume template for Chinese programmers . 程序员简历模板系列。包括PHP程序员简历模板、iOS程序员简历模板、Android程序员简历模板、Web前端程序员简历模板、Java程序员简历模板、C/C++程序员简历模板、NodeJS程序员简历模板、架构师简历模板以及通用程序员简历模板
Infostack is a flexible and easy-to-use solution that makes documentation a joy to write.
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
《React进阶实践指南》——demo项目和代码片段
Use immer to drive state with a React hooks
📋 React Hooks for form state management and validation (Web + React Native)
🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
学习笔记LearningNotes:https://github.com/ limingzhong61/LearningNotes
some notes and practices about front-end learning
Beginning C# 7 Programming with Visual Studio 2017
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
91天学算法-Leetcode图解题解集合(JavaScript/C++/Python) Solutions and Explainations with Hand Drawings in Chinese(JavaScript/C++/Python)
🚌 The IK Analysis plugin integrates Lucene IK analyzer into Elasticsearch and OpenSearch, support customized dictionary.
A simple, easy to use, high performance, pluggable micro services framework
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
A JS/React Application Automation Build Scaffold With Zero Configuration Out Of The Box
仿 Spring Boot 但不同于 Spring Boot 的一个轻量级的 HTTP 框架
A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列