FranklinYang's repositories
golang-design-pattern
设计模式 Golang实现-《研磨设计模式》读书笔记
build-web-application-with-golang
A golang ebook intro how to build a web with golang
cookiecutter-flask
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
EDC.SpringCloud.Samples
Spring Cloud作为第二代微服务的代表性框架,已经在国内众多大中小型的公司有实际应用案例。许多公司的业务线全部拥抱Spring Cloud,部分公司选择部分拥抱Spring Cloud。此示例基于Spring Boot 1.5.x编写,展示了Spring Cloud的核心组件的基本使用方式,在学习Spring Cloud时可以参考本示例。
GolangTraining
Training for Golang (go language)
httpd
Mirror of Apache HTTP Server. Issues: http://issues.apache.org
istio-handbook
Istio Service Mesh Advanced Practical - Master the Services in Post Kubernetes Era by ServiceMesher community http://www.servicemesher.com/istio-handbook
LeetCodeACByJS
my LeetCode AC Project
node-oracledb
Oracle Database driver for Node.js maintained by Oracle Corp.
python-patterns
A collection of design patterns/idioms in Python
rms-support-letter.github.io
An open letter in support of Richard Matthew Stallman being reinstated by the Free Software Foundation
spring-boot-examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
spring-boot-inside
spring boot技术细节的相关demo
springboot-learning-example2
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
springcloud-frankie1
springcloud-frankie1
stress-ng
This is a mirror of the upstream project at http://kernel.ubuntu.com/git/cking/stress-ng.git/ - stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces.
The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。