Pinned Repositories
chatroom
eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
JsonParser
just for fun
Machine
Turing Machine simulator
Redis_Table
simple-db-hw
verySimpleDI
guojianwei001's Repositories
guojianwei001/chatroom
guojianwei001/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
guojianwei001/JsonParser
just for fun
guojianwei001/Machine
Turing Machine simulator
guojianwei001/Redis_Table
guojianwei001/simple-db-hw
guojianwei001/verySimpleDI
guojianwei001/better-code-with-ddd
This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.
guojianwei001/CloudDesignPatterns
guojianwei001/cpu-battle-tank
Little Man Computer Battle Tank Game
guojianwei001/dddsample-core
This is the new home of the original DDD Sample app (previously hosted at sf.net)..
guojianwei001/DesignPattern
guojianwei001/didact
A DIY guide to build your own React
guojianwei001/fa21-rookiedb
CS186 Fall 2021 Skeleton Code
guojianwei001/IDDD_Samples_NET
These are the sample Bounded Contexts for C#.NET from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168
guojianwei001/LeetCode
LeetCode刷题记录
guojianwei001/mark-sweep
A simple mark-sweep garbage collector in C
guojianwei001/monopoly_demo
This project is created based on case study of Monopoly of "Applying UML and Patterns, 3rd edition by Craig Larman". For demonstration on subject SWEN30006 at The University of Melbourne
guojianwei001/ndddsample
This is a clone of an SVN repository at http://ndddsample.googlecode.com/svn/trunk. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/gabrys/svn2github
guojianwei001/PPPDDD
Sample code for the book Principles, Practices and Patterns of Domain-Driven Design
guojianwei001/RefactoringToPatterns
exercises from design patterns
guojianwei001/The-C-Programming-Language-2nd-Edition
Source code and solutions of exercises to The C Programming Language 2nd Edition by Brian W. Kernighan and Dennis M. Ritchie
guojianwei001/write-yourself-a-git
Learn Git by reimplementing it from scratch
guojianwei001/xv6-public
xv6 OS