Pinned Repositories
ArchTitus
Automated Arch Linux Install
awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
awesome-courses
:books: List of awesome university courses for learning Computer Science!
awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
awesome-roadmaps
A curated list of roadmaps.
awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
cicd-front
code-review-xcoin
code review
cqrs-clean-eventual-consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
ghaedi1993's Repositories
ghaedi1993/ArchTitus
Automated Arch Linux Install
ghaedi1993/awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
ghaedi1993/awesome-courses
:books: List of awesome university courses for learning Computer Science!
ghaedi1993/awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
ghaedi1993/awesome-roadmaps
A curated list of roadmaps.
ghaedi1993/awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
ghaedi1993/casbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
ghaedi1993/cicd-front
ghaedi1993/code-review-xcoin
code review
ghaedi1993/cqrs-clean-eventual-consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
ghaedi1993/donnemartin-system-design-primer
ghaedi1993/dsa.js-data-structures-algorithms-javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
ghaedi1993/dummychain
a dummy chain to learn blockchain
ghaedi1993/elk
ghaedi1993/elliptic_on_browser
ghaedi1993/gitflow
Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
ghaedi1993/gitlab-cicd
gitlab
ghaedi1993/GolangTraining
Training for Golang (go language)
ghaedi1993/Low-Level-Design
Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.
ghaedi1993/nodejs-logging-elk
NodeJS example for logging with the ELK stack
ghaedi1993/postgresDBSamples
Sample databases for postgres
ghaedi1993/technical-interview
Technical interview questions for Alibaba Travels Co.
ghaedi1993/testing-nestjs
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
ghaedi1993/Free-Certifications
A curated list of free courses & certifications.
ghaedi1993/k8-install-script
scripts for the installation of Kubernetes Master Node, Worker Node, Kubernetes Kind and Minikube on CentOS operating system. These scripts simplify the process of setting up a Kubernetes cluster and make it easy for developers to get started with Kubernetes.
ghaedi1993/sf-challenge
link to miro : https://miro.com/app/board/uXjVMIGY1Ns=/?share_link_id=299644075965
ghaedi1993/the-book-of-secret-knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
ghaedi1993/TheAlgorithmsPython
All Algorithms implemented in Python