GithubHelp home page GithubHelp logo

programming-knowledge-hub's Introduction

Programming Knowledge Hub

          

Status

  • 🐛 - empty
  • 🐌 - small progress
  • 🐜 - work in progress
  • 🐝 - almost done
  • 🦋 - complete
  • ⭐ - current focus

.
├── LICENSE
├── README.md
├── cloud
│   ├── README.md (:bug:)
│   ├── aws
│   │   └── boto3.md (:bug:)
│   ├── azure
│   │   └── azure.md (:bug:)
│   └── gcp
│       ├── gcloud.md (:snail:)
│       └── gke.md (:bug:)
├── computer-science
│   ├── README.md (:bug:)
│   ├── data-structure-and-algorithm.md (:bug:)
│   ├── design-pattern.md (:snail:)
│   ├── networking.md (:snail:)
│   ├── ssh.md (:butterfly:)
│   └── system-design
│       └── twitter.md (:bug:)
├── data-engineer
│   ├── README.md (:bug:)
│   ├── data-pipeline-orchestration
│   │   ├── README.md (:bug:)
│   │   ├── airflow.md (:bug:)
│   │   ├── argo.md (:bug:)
│   │   ├── dagster.md (:snail:)
│   │   └── prefect.md (:bug:)
│   ├── database
│   │   ├── README.md (:bug:)
│   │   ├── graph-database
│   │   │   └── neo4j.md (:bug:)
│   │   ├── nosql
│   │   │   ├── elasticsearch.md (:bug:)
│   │   │   └── mongodb.md (:bug:)
│   │   ├── sql
│   │   │   ├── postgresql.md (:bug:)
│   │   │   ├── snowflake.md (:bug:)
│   │   │   └── sqlite.md (:snail:)
│   │   └── vector-database
│   │       └── pinecone.md (:bug:)
│   ├── dbt.md (:ant:)
│   ├── great-expectations.md (:snail:)
│   ├── kafka.md (:bug:)
│   └── web-scraping
│       ├── README.md (:bug:)
│       ├── beautifulsoup.md (:bug:)
│       ├── scrapy.md (:bug:)
│       └── selenium.md (:bug:)
├── data-science
│   ├── README.md (:bug:)
│   ├── classical-ml
│   │   ├── README.md (:bug:)
│   │   ├── scikit-learn.md (:bug:)
│   │   └── xgboost.md (:bug:)
│   ├── computer-vision
│   │   └── opencv.md (:bug:)
│   ├── deep-learning
│   │   ├── README.md (:bug:)
│   │   ├── architecture.md (:bug:)
│   │   ├── gpu.md (:bug:)
│   │   ├── keras.md (:bug:)
│   │   ├── pytorch.md (:bug:)
│   │   └── tensorflow.md (:bug:)
│   ├── graph-data-science
│   │   └── networkx.md (:bug:)
│   ├── hyperopt.md (:bug:)
│   ├── mlops
│   │   ├── README.md (:snail:)
│   │   ├── dvc.md (:bug:)
│   │   └── mlflow.md (:ant:)
│   ├── natural-language-processing
│   │   ├── README.md (:bug:)
│   │   ├── gensim.md (:snail:)
│   │   ├── keybert.md (:butterfly:)
│   │   ├── langchain.md (:ant:)
│   │   ├── nltk.md (:bug:)
│   │   ├── openai.md (:bee:)
│   │   └── spacy.md (:ant:)
│   ├── platform
│   │   ├── huggingface.md (:snail:)
│   │   └── kaggle.md (:bee:)
│   └── time-series
│       └── darts.md (:bug:)
├── devops
│   ├── README.md (:bug:)
│   ├── cicd
│   │   ├── README.md (:bug:)
│   │   ├── github-actions.md (:ant:)
│   │   └── gitlab-ci.md (:bug:)
│   ├── container
│   │   ├── docker.md (:butterfly:)
│   │   ├── dockerfile-writing.md (:butterfly:)
│   │   └── kubernetes.md (:snail:)
│   └── infrastructure-as-code
│       └── terraform.md (:ant:)
├── environment-setup
│   ├── README.md (:bee:)
│   ├── linux
│   │   ├── README.md (:bee:)
│   │   ├── disk-partitioning.md (:bug:)
│   │   └── ubuntu
│   │       └── ubuntu_setup.sh (:snail:)
│   ├── mac
│   │   ├── mac_setup.md (:butterfly:)
│   │   └── mac_setup.sh (:bug:)
│   ├── virtual-machine
│   │   └── hyper_v.md (:bug:)
│   └── windows
│       └── windows_setup.md (:snail:)
├── general-programming
│   ├── README.md (:bug:)
│   ├── linux_commands.md (:bee:)
│   ├── makefile.md (:bug:)
│   ├── powershell_commands.md (:snail:)
│   ├── regex.md (:bug:)
│   └── windows_commands.md (:snail:)
├── programming-language
│   ├── README.md (:bug:)
│   ├── cpp.md (:bug:)
│   ├── go.md (:bug:)
│   ├── javascript.md (:ant:)
│   └── rust.md (:bug:)
├── programming-language-tools
│   ├── README.md (:bug:)
│   └── python
│       ├── README.md (:bug:)
│       ├── async.md (:bug:)
│       ├── conda.md (:bug:)
│       ├── hydra.md (:bug:)
│       ├── logging.md (:bug:)
│       ├── pipx.md (:butterfly:)
│       ├── poetry.md (:butterfly:)
│       ├── pre-commit.md (:ant:)
│       ├── publish-package.md (:bug:)
│       ├── pytest.md (:bug:)
│       └── streamlit.md (:bug:)
├── security
│   └── README.md (:snail:)
├── software-engineering-philosophy
│   ├── contribute-to-open-source.md (:bug:)
│   ├── design-document.md (:bug:)
│   ├── design-principle.md (:ant:)
│   ├── documentation
│   │   └── markdown.md (:bug:)
│   ├── soft-skill
│   │   ├── interview.md (:bug:)
│   │   └── mentoring.md (:bug:)
│   └── style-guide.md (:bug:)
├── version-control-system
│   ├── git-workflow.md (:snail:)
│   ├── git.md (:butterfly:)
│   └── github.md (:snail:)
└── web-development
    ├── README.md (:bug:)
    ├── javascript
    │   ├── nextjs.md (:snail:)
    │   ├── node.md (:snail:)
    │   └── react.md (:snail:)
    ├── python
    │   └── fastapi.md (:butterfly:)
    └── web-server
        ├── README.md (:bug:)
        └── nginx.md (:bug:)\

.
├── LICENSE
├── README.md
├── cloud
│   ├── README.md
│   ├── aws
│   │   └── boto3.md
│   ├── azure
│   │   └── azure.md
│   └── gcp
│       ├── gcloud.md
│       └── gke.md
├── computer-science
│   ├── README.md
│   ├── data-structure-and-algorithm.md
│   ├── design-pattern.md
│   ├── networking.md
│   ├── ssh.md
│   └── system-design
│       └── twitter.md
├── data-engineer
│   ├── README.md
│   ├── data-pipeline-orchestration
│   │   ├── README.md
│   │   ├── airflow.md
│   │   ├── argo.md
│   │   ├── dagster.md
│   │   └── prefect.md
│   ├── database
│   │   ├── README.md
│   │   ├── graph-database
│   │   │   └── neo4j.md
│   │   ├── nosql
│   │   │   ├── elasticsearch.md
│   │   │   └── mongodb.md
│   │   ├── sql
│   │   │   ├── postgresql.md
│   │   │   ├── snowflake.md
│   │   │   └── sqlite.md
│   │   └── vector-database
│   │       └── pinecone.md
│   ├── dbt.md
│   ├── great-expectations.md
│   ├── kafka.md
│   └── web-scraping
│       ├── README.md
│       ├── beautifulsoup.md
│       ├── scrapy.md
│       └── selenium.md
├── data-science
│   ├── README.md
│   ├── classical-ml
│   │   ├── README.md
│   │   ├── scikit-learn.md
│   │   └── xgboost.md
│   ├── computer-vision
│   │   └── opencv.md
│   ├── deep-learning
│   │   ├── README.md
│   │   ├── architecture.md
│   │   ├── gpu.md
│   │   ├── keras.md
│   │   ├── pytorch.md
│   │   └── tensorflow.md
│   ├── graph-data-science
│   │   └── networkx.md
│   ├── hyperopt.md
│   ├── mlops
│   │   ├── README.md
│   │   ├── dvc.md
│   │   └── mlflow.md
│   ├── natural-language-processing
│   │   ├── README.md
│   │   ├── gensim.md
│   │   ├── keybert.md
│   │   ├── langchain.md
│   │   ├── nltk.md
│   │   ├── openai.md
│   │   └── spacy.md
│   ├── platform
│   │   ├── huggingface.md
│   │   └── kaggle.md
│   └── time-series
│       └── darts.md
├── devops
│   ├── README.md
│   ├── cicd
│   │   ├── README.md
│   │   ├── github-actions.md
│   │   └── gitlab-ci.md
│   ├── container
│   │   ├── docker.md
│   │   ├── dockerfile-writing.md
│   │   └── kubernetes.md
│   └── infrastructure-as-code
│       └── terraform.md
├── environment-setup
│   ├── README.md
│   ├── linux
│   │   ├── README.md
│   │   ├── disk-partitioning.md
│   │   └── ubuntu
│   │       └── ubuntu_setup.sh
│   ├── mac
│   │   ├── mac_setup.md
│   │   └── mac_setup.sh
│   ├── virtual-machine
│   │   └── hyper_v.md
│   └── windows
│       └── windows_setup.md
├── general-programming
│   ├── README.md
│   ├── linux_commands.md
│   ├── makefile.md
│   ├── powershell_commands.md
│   ├── regex.md
│   └── windows_commands.md
├── programming-language
│   ├── README.md
│   ├── cpp.md
│   ├── go.md
│   ├── javascript.md
│   └── rust.md
├── programming-language-tools
│   ├── README.md
│   └── python
│       ├── README.md
│       ├── async.md
│       ├── conda.md
│       ├── hydra.md
│       ├── logging.md
│       ├── pipx.md
│       ├── poetry.md
│       ├── pre-commit.md
│       ├── publish-package.md
│       ├── pytest.md
│       └── streamlit.md
├── security
│   └── README.md
├── software-engineering-philosophy
│   ├── contribute-to-open-source.md
│   ├── design-document.md
│   ├── design-principle.md
│   ├── documentation
│   │   └── markdown.md
│   ├── soft-skill
│   │   ├── interview.md
│   │   └── mentoring.md
│   └── style-guide.md
├── version-control-system
│   ├── git-workflow.md
│   ├── git.md
│   └── github.md
└── web-development
    ├── README.md
    ├── javascript
    │   ├── nextjs.md
    │   ├── node.md
    │   └── react.md
    ├── python
    │   └── fastapi.md
    └── web-server
        ├── README.md
        └── nginx.md

programming-knowledge-hub's People

Contributors

wavingtide avatar

Stargazers

Elora avatar Michael Cheng avatar  avatar Stefan-Cristian Roata avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.