alexnail's Stars
localstack/localstack
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
ashishps1/awesome-system-design-resources
Learn System Design concepts and prepare for interviews using free resources.
joelparkerhenderson/architecture-decision-record
Architecture decision record (ADR) examples for software planning, IT leadership, and template documentation
meirwah/awesome-workflow-engines
A curated list of awesome open source workflow engines
ivangfr/graalvm-quarkus-micronaut-springboot
The goal of this project is to compare some Java Microservice Frameworks like: Quarkus, Micronaut and Spring Boot. For it, we will implement applications using those frameworks, build their JVM and Native Docker images and measure start-up times, memory footprint, etc.
iluwatar/uml-reverse-mapper
Automatically generate class diagram from code. Supports Graphviz, PlantUML and Mermaid output formats.
cherryljr/LeetCode
LeetCode各题解法分析~(Java and Python)
alexnail/coronadesinfectorlifedemo
alexnail/piggymetrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
alexnail/spring-boot-realworld-example-app
Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
alexnail/sfg-pet-clinic
SFT Pet Clinic
alexnail/spring5-di-demo
Spring 5 Dependency Injection Demo
alexnail/spring5webapp
Example Spring 5 Web Application
alexnail/spring-microservices
Spring Microservices using Spring Cloud
alexnail/mssc-brewery
Spring MVC Brewery Microservice
alexnail/epam-spring-testing
Examples for Spring Testing speech
alexnail/pivotal-certified-pro-spring-dev-exam
Source code for 'Pivotal Certified Professional Spring Developer Exam' by Iuliana Cosmina
alexnail/learn-spring-security
New - "Learn Spring Security OAuth":
alexnail/learn-spring-security-flat
alexnail/spring-petclinic
A sample Spring-based application
alexnail/spring-petclinic-microservices
Distributed version of Spring Petclinic built with Spring Cloud
alexnail/spring-in-action-5-samples
Home for example code from Spring in Action 5.
alexnail/pivotal-certified-pro-spring-dev-exam-02
Source Code for 'Pivotal Certified Professional Core Spring 5 Developer Exam' by Iuliana Cosmina
RefactoringGuru/design-patterns-java
Design Pattern Examples in Java
spring-projects/spring-security
Spring Security
careercup/CtCI-6th-Edition
Cracking the Coding Interview 6th Ed. Solutions
winterbe/java8-tutorial
Modern Java - A Guide to Java 8
eugenp/tutorials
Getting Started with Spring Boot 3:
gothinkster/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
TheAlgorithms/Java
All Algorithms implemented in Java