This repository contains all blog post content (markdown files and images) that can be shared across multiple projects.
Add this repository as a submodule to your project:
git submodule add https://github.com/54nd339/blog-posts.git content/postsTo update the submodule:
git submodule update --remote content/postsWhen cloning a project that uses this as a submodule:
git clone --recurse-submodules <repository-url>Or if already cloned:
git submodule update --init --recursive├── algorithms/
├── artificial-intelligence/
├── automata/
├── big-data/
├── coding-languages/
├── compiler-design/
├── computer-architecture/
├── computer-graphics/
├── computer-networks/
├── cp/
├── cyber-security/
├── data-structures/
├── dbms/
├── images/
├── interview/
├── maths/
├── miscs/
├── operating-system/
├── parallel-computing/
├── pentesting/
├── physics/
├── random-thoughts/
├── system-design/
└── tech/
MIT