https://github.com/muhammedzohaib/my-second-brain
A repository containing my personal notes on IT and tech topics, serving as a valuable resource for programming languages, frameworks, algorithms, and more. Enhance your understanding of technology with these comprehensive notes.
https://github.com/muhammedzohaib/my-second-brain
algorithms computer-science it-notes javascript oops-in-java personalnotes reactjs technology
Last synced: 28 days ago
JSON representation
A repository containing my personal notes on IT and tech topics, serving as a valuable resource for programming languages, frameworks, algorithms, and more. Enhance your understanding of technology with these comprehensive notes.
- Host: GitHub
- URL: https://github.com/muhammedzohaib/my-second-brain
- Owner: MuhammedZohaib
- Created: 2022-09-08T16:51:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T21:39:25.000Z (over 1 year ago)
- Last Synced: 2026-04-17T17:46:54.476Z (about 1 month ago)
- Topics: algorithms, computer-science, it-notes, javascript, oops-in-java, personalnotes, reactjs, technology
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Second Brain
Welcome to my personal notes repository, where I store all of my notes and thoughts as a "second brain." All of the notes are written in the markdown language for easy reading and organization.
Opening the Notes
To open and read the notes, you will need a markdown editor. Some popular options include:
1. [Typora](https://typora.io/)
2. [MarkdownPad](http://markdownpad.com/)
3. [Sublime Text](https://www.sublimetext.com/) with the [MarkdownEditing](https://github.com/SublimeText-Markdown/MarkdownEditing) package installed
# Installation Guide for Obsidian on Windows and Linux
If you're looking for a more robust and feature-rich markdown editor, you may want to check out Obsidian. Here's how to install it on Windows and Linux:
## Windows Installation
* Download the latest version of [Obsidian](https://obsidian.md/) from the official website
* Run the installer and follow the prompts
* Once installation is complete, launch Obsidian from the Start menu
## Linux Installation
* Download the latest version of [Obsidian](https://obsidian.md/download) from the official website
* Open a terminal and navigate to the directory where the downloaded file is located
* Run the following command: `sudo dpkg -i obsidian_0.9.9_amd64.deb` (replace the file name with the one you downloaded)
* Once installation is complete, launch Obsidian from the terminal using the command obsidian
## How to Contribute
If you would like to contribute to this repository, please follow these steps:
* Fork the repository
* Create a new branch for your changes
* Make your changes and commit them
* Open a pull request to the original repository
Please note that all contributions will be reviewed and may be rejected if they do not align with the purpose and organization of the repository.
Thank you for visiting and happy note-taking!