beta-cvn
Popular repositories Loading
-
dddsample-core
dddsample-core PublicForked from citerus/dddsample-core
This is the new home of the original DDD Sample app (previously hosted at sf.net)..
Java
-
-
DDDKata
DDDKata PublicForked from GermainSIGETY/DDDKata
Domain Driven Design Kata, A sprint boot application built with with DDD concepts
Java
-
microservice-linkerd
microservice-linkerd PublicForked from ewolff/microservice-linkerd
Microservices example with Linkerd service mesh
Java
-
osquery
osquery PublicForked from osquery/osquery
SQL powered operating system instrumentation, monitoring, and analytics.
C++
Repositories
- javascript-algorithms Public Forked from trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
- 100DaysOfKubernetes Public Forked from 100daysofkubernetes/100DaysOfKubernetes
100DaysOfKubernetes book
- react-jsonschema-form Public Forked from rjsf-team/react-jsonschema-form
A React component for building Web forms from JSON Schema.
- system-design-primer Public Forked from donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
- react-bootstrap-table2 Public Forked from react-bootstrap-table/react-bootstrap-table2
Next Generation of react-bootstrap-table
- Kubernetes-and-Docker-The-Complete-Guide Public Forked from PacktPublishing/Kubernetes-and-Docker-The-Complete-Guide
Kubernetes and Docker: The Complete Guide, published by Packt
- drools Public Forked from apache/incubator-kie-drools
Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.
- gods Public Forked from emirpasic/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …