Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.39 KB

File metadata and controls

63 lines (47 loc) · 1.39 KB

📚 DevVault

My personal knowledge base for Computer Science, Software Engineering, and Project Development.

This repository contains my learning notes, code snippets, project documentation, and resources. It serves as my second brain while learning and building software.


📂 Repository Structure

DevVault/  
├── Android/  
├── Cloud/  
├── DSA/  
├── Codebases/  
└── Resources/  

📖 Topics Covered

  • Data Structures & Algorithms
  • C++
  • Kotlin & Jetpack Compose
  • Golang
  • Android Development
  • Git & GitHub
  • Linux
  • Docker
  • Databases
  • Cloud Computing (GCP)
  • System Design
  • UI/UX
  • Project Documentation

Getting this Repo Locally

1. Download Obsidian

2. Download Obsidian Plugin, Obsidian/Community Plugins/Git By Vinzent

3. Clone Git Repo

git clone https://github.com/artistic-programmer/dev-vault.git

🎯 Purpose

  • Document everything I learn
  • Maintain well-organized notes
  • Store reusable code snippets
  • Track project architecture and ideas
  • Build a long-term knowledge base

📌 Note

These notes are primarily written for my own understanding. They may evolve over time as I gain more experience.