Deepaksood619.Github.Io

Deepaksood619.Github.Io

Deep Notes | Second Brain

CSSAny theme
# Deepak's Personal Wiki | Deep Notes

Deployed at - [https://deepaksood619.github.io/](https://deepaksood619.github.io/)

This is my personal wiki where I share everything I know about this world in form of an online wiki.

The purpose of this site is to force me to improve the quality of these notes, the prospect of being read by someone being motivating. It also allows me to access it everywhere.

If this is your first time visiting this wiki, take a look at [outline](https://deepaksood619.github.io/#outline)

**Why I write (summed up in one quote) -** Your brain is for having ideas not holding them.

## Size of Wiki

Below are my 2400+ notes & their relations visualized using Obsidian.

![All Notes Visualized in an Obsidian Graph](docs/media/notes-visualized.jpg)

![All Notes Visualized Zoomed in an Obsidian Graph](docs/media/notes-visualized-zoom.jpg)

This wiki is large. 280,000+ lines of markdown (calculated with [loc](https://github.com/cgag/loc))

```bash
loc

--------------------------------------------------------------------------------
 Language             Files        Lines        Blank      Comment         Code
--------------------------------------------------------------------------------
 Markdown              2619       326911        91927            0       234984
 JSON                     3        20722            0            0        20722
 JavaScript               3          253           27           87          139
 YAML                     1           50            5           22           23
 CSS                      1           30            2            7           21
 Plain Text               2            3            0            0            3
 Bourne Shell             1            3            0            1            2
--------------------------------------------------------------------------------
 Total                 2630       347972        91961          117       255894
--------------------------------------------------------------------------------
```

## Outline

- [About me](https://deepaksood619.github.io/about-deepak-sood/)
    - [Experience](https://deepaksood619.github.io/about-deepak-sood/experience/)
    - [Projects](https://deepaksood619.github.io/about-deepak-sood/projects/)
    - [Meetups / Talks / Sessions](https://deepaksood619.github.io/about-deepak-sood/meetups-talks-sessions/)
- [Computer Science](https://deepaksood619.github.io/computer-science/)
    - [AI](https://deepaksood619.github.io/ai/)
        - [ML Algorithms](https://deepaksood619.github.io/ai/ml-algorithms/)
        - [LLM](https://deepaksood619.github.io/ai/llm/)
        - [Computer Vision](https://deepaksood619.github.io/ai/computer-vision-cv/)
        - [NLP](https://deepaksood619.github.io/ai/nlp/)
        - [Deep Learning](https://deepaksood619.github.io/ai/deep-learning/)
    - [Algorithms](https://deepaksood619.github.io/algorithms/)
    - [Data Structures](https://deepaksood619.github.io/data-structures/)
    - [Languages](https://deepaksood619.github.io/languages/)
        - [Python](https://deepaksood619.github.io/python/)
    - [Networking](https://deepaksood619.github.io/networking/)
    - [Databases](https://deepaksood619.github.io/databases/)
        - [SQL Databases](https://deepaksood619.github.io/databases/sql-databases/)
        - [NoSQL Databases](https://deepaksood619.github.io/databases/nosql-databases/)
        - [Data Warehouses](https://deepaksood619.github.io/databases/data-warehouses/)
    - [Frontend](https://deepaksood619.github.io/frontend/)
    - [DevOps](https://deepaksood619.github.io/devops/)
        - [Kubernetes](https://deepaksood619.github.io/devops/kubernetes/)
    - [Cloud - AWS](https://deepaksood619.github.io/cloud/aws/)
    - [Cloud - Others](https://deepaksood619.github.io/cloud/others/)
    - [Technologies](https://deepaksood619.github.io/technologies/)
        - [Apache Airflow](https://deepaksood619.github.io/technologies/apache-airflow/)
        - [Kafka](https://deepaksood619.github.io/technologies/kafka/)
    - [Decentralized Applications / Cryptocurrencies](https://deepaksood619.github.io/decentralized-applications/)
- [Book Summaries](https://deepaksood619.github.io/book-summaries/)
- [Mathematics](https://deepaksood619.github.io/mathematics/)
- [Knowledge](https://deepaksood619.github.io/knowledge/)
    - [Economics](https://deepaksood619.github.io/economics/)
    - [Management](https://deepaksood619.github.io/management/)
    - [Psychology](https://deepaksood619.github.io/psychology/)

## Getting started

This garden is quite literally my digital brain. It includes my thoughts, notes and links on topics I care about.

I update the notes daily in my [github repo](https://github.com/deepaksood619/deepaksood619.github.io/), and build it few times in a month using Github Actions and Docusaurus.

The content being markdown files, which after every commit to the builds the website using docusaurus and publishes it to [deepaksood619.github.io](https://deepaksood619.github.io/) from which you are likely reading this page.

The way I structure each page often looks the same and follows a structure. The sidebar you see on the left is sorted alphabetically. It's nested too. Many top level folders are nested quite deep.

I use Zettlekasten Method for note taking and obsidian tool to manage and structure my notes. I have previously used Onenote but grown out of it in about 4 years, since it doesn't scale in terms of number of notes and doesn't have linking of notes

**My Obsidian View**

![Obsidian Screenshot](docs/media/obsidian-screenshot.jpg)

## Must Read Pages

There's 2000+ pages in here and lots of them I think are interesting. But these few can be nice starts for a read:

- [Quotes](https://deepaksood619.github.io/knowledge/quotes-proverbs/) small phrases that makes my day and help me to remember and revise simple rules in a fun way
- [Mental Models](https://deepaksood619.github.io/knowledge/general/mental-models/) that I have compiled over the years and helps me learn concepts quickly of any domain and connect concepts across domains
- [Learning how to learn](https://deepaksood619.github.io/psychology/learning/learning-intro/) course that changed my learning approach and in turn my whole life, and the reason why I write and maintain these notes.
- [Book - Principles by Ray Dalio](https://deepaksood619.github.io/book-summaries/principles/)
- [Fallacies of Distributed Computing](https://deepaksood619.github.io/computer-science/distributed-system/fallacies-and-problems/) and [Biases / Fallacies](https://deepaksood619.github.io/psychology/biases-fallacies/) of Human Computing, which everyone should know and try to overcome in their lifetimes
- [Types of Databases](https://deepaksood619.github.io/databases/concepts/types-of-databases/) to organize your data in the right database, since data has gravity, it becomes harder with quantity of data to migrate data over time to other databases
- List of [YouTube / Podcasts](https://deepaksood619.github.io/knowledge/youtube-podcasts-magazine-apps/) that I follow and [YouTube Videos](https://deepaksood619.github.io/knowledge/links/) that I have watched. Also [Computer Science YouTube Videos](https://deepaksood619.github.io/computer-science/links/) that I have watched since keeping yourself updated with the field is a must.
- [My Experiences](https://deepaksood619.github.io/about-deepak-sood/experience/) over the years, [My Experiences](https://deepaksood619.github.io/about-deepak-sood/meetups-talks-sessions/) I presented and [Social links](https://deepaksood619.github.io/about-deepak-sood/social-links/) to connect with me

## Donate

If you found this helpful, please consider making a donation to support my work.

- BTC: Bitcoin - bc1qfpm3x5qcr6su8ndq8afmw6u5hzdwpyauwkdcdf
- ETH: Ethereum MainNet - 0xC629700c063c9848c2D09e79248d39b997fAD48E
- SOL: Solana - 9TMmQCdYC5VXBNsMyN4AZfsAJJZDBTQpXrn9a3vGikcH
- Paypal - [Deepak Sood | deepaksood619](https://paypal.me/deepaksood619?country.x=IN&locale.x=en_GB)
- Buy me a coffee - [Deepak Sood | deepaksood619](https://www.buymeacoffee.com/deepaksood619)
- Github Sponsers - [Deepak Sood | deepaksood619](https://github.com/sponsors/deepaksood619)

## Contact

[Deepak Sood | LinkedIn](https://www.linkedin.com/in/deepaksood619/)

Related

How to Install

  1. Download the CSS file below
  2. Move it to your vault's .obsidian/snippets/ folder
  3. Open Obsidian → Settings → Appearance → CSS Snippets → Enable it
Download snippet.css

Stats

Stars

35

Forks

10

License

MIT

Last updated 6d ago

Categories

Tags

aicomputer-sciencemental-modelsnotesobsidiansecond-brainzettlekasten