Pinned Repositories
A-Philosophy-of-Software-Design-zh
A Philosophy of Software Design 《软件设计的哲学》中文翻译
activity-platform
营销活动平台,提供平台组件化,活动管理,规则引擎等功能,支撑多种营销活动,方便扩展
advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
aggregate-framework
Aggregate Framework是为方便开发人员运用DDD和CQRS思想来构建复杂的、可扩展的Java企业应用系统而提供的Java技术框架。该框架提供了Aggregate、Repository、Domain Event等构建块的实现;使用DomainEvent,借助于内建的Disruptor组件,AggregateFramework可使开发人员方便的实现高性能SEDA架构。此外,该框架支持与Spring集成,提供使用 annotation的方式让开发人员方便地为Domain Event定义一个或多个事件处理, 同时可指定事件处理是同步还是异步触发,是否需要重试,以及重试策略; 使用Spring事务管理器管理事务时,支持Unit Of Work数据访问模式以及内建一级缓存以提高访问性能。
apache-shiro-tutorial-webapp
A step-by-step tutorial showing how to secure a web app with Apache Shiro
exercises
interpreter
Sample_Java_Spring
spring-petclinic
A sample Spring-based application
manfredma's Repositories
manfredma/A-Philosophy-of-Software-Design-zh
A Philosophy of Software Design 《软件设计的哲学》中文翻译
manfredma/archguard
ArchGuard is a architecture governance tool which can analysis architecture in container, component, code level, create architecure fitness functions, and anaysis system dependencies..
manfredma/blog
manfredma/Books-1
Repository used to save different kinds of books
manfredma/c4
C in four functions
manfredma/classpy
GUI tool for investigating Java class files
manfredma/DCI-Architecture-Implementation
DCI Architecture Implementation
manfredma/ddd-lite-example
manfredma/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
manfredma/e-book
各方面的电子书籍
manfredma/eas-ddd
ddd demo of eas
manfredma/easy-easy
manfredma/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
manfredma/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
manfredma/groovy-study
manfredma/javaparser
Java 1-15 Parser and Abstract Syntax Tree for Java, including preview features to Java 13
manfredma/jmolecules
Libraries to help developers express architectural abstractions in Java code
manfredma/kotlin-study
manfredma/learningSummary
涵盖大部分Java进阶需要掌握的知识,包括【微服务】【中间件】【缓存】【数据库优化】【搜索引擎】【分布式】等等,欢迎Star~
manfredma/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
manfredma/modern-unix
A collection of modern/faster/saner alternatives to common unix commands.
manfredma/mybatis-3
MyBatis SQL mapper framework for Java
manfredma/note-book2
note-book 的第二分仓
manfredma/piranha
A tool for refactoring code related to feature flag APIs
manfredma/prettier-java
Prettier Java Plugin
manfredma/qdox
QDox - full extractor of Java class/interface/method definitions (including annotations, parameters, param names)
manfredma/rewrite
Automated mass refactoring of source code.
manfredma/starshop
这是“群买菜”生鲜电商系统的开源仓库,您可以自由的下载、分享和使用。但请遵循Apache开源许可证协议。
manfredma/toy-compiler
manfredma/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.