`
-
-
-
-🔘 Now we have temporary track branch on our local system which we can check by `git branch` commmand. Now we can run the code on our local system.
-
-
-
-🔘 Now we can Reiview PR by opening it on our local system code editor.
-
-## Congratulation!! You have successfully reviewed a Pull Request on your local system. 🥳🚀
-
diff --git a/pages/How-to/guide/reviewing-pr.md b/pages/How-to/guide/reviewing-pr.md
deleted file mode 100644
index fc41ae9..0000000
--- a/pages/How-to/guide/reviewing-pr.md
+++ /dev/null
@@ -1,152 +0,0 @@
-# How to review a PR ?
-
-Reviews allow collaborators to comment on the changes proposed in pull requests, approve the changes, or request further changes before the pull request is merged. Repository administrators or maintainers can require that all pull requests are approved before being merged.
-
-## Note : You need not to be a maintainer or a project admin to to review a PR 🚀.
-
-# Starting a Review
-
-🔘 Go to the main page of the repository and then click on `Pull Requests`.
-
-
-
-
-

-
-
-
-🔘 In the Pull Request page click on the Pull Request that you want to review.
-
-
-
-

-
-
-
-
-🔘 After selecting the Pull Request, click on `Files changed`.
-
-
-
-

-
-
-
-🔘 Now you will see a new page containing all the changed code, Now hover over the line of code where you want to add a comment and then click on the blue ➕ icon.
-
-
-
-
-

-
-
-
-🔘 To add a comment on multiple lines, click and drag to select the range of lines, then click on the blue ➕ icon.
-
-
-
-

-
-
-
-🔘 Now comment your views or add screenshots in the `comment box`.
-
-
-
-

-
-
-
-🔘 In case you want to directly suggest some specific change in the code, click on the button which is highlighted in the yellow box shown in the demo given below and then edit the text within the `suggestion block`.
-
-
-
-

-
-
-
-🔘 After commenting, click on `Start a review`.
-
-
-
-

-
-
-
-🔘 You can add as many comments as you want to different lines of code, and to do so follow the same process and click on `Add review comment`.
-
-
-
-

-
-
-
-🔘 You can also edit or delete you comments anytime during a review.
-
-
-
-

-
-
-
-# Marking a file as viewed
-
-After you finish reviewing a file, you can mark the file as viewed, and the file will collapse. If you again make some changes in the file, it will be unmarked as viewed.
-
-
-🔘 On the right of the header of the file you've finished reviewing, select Viewed.
-
-
-
-

-
-
-
-# Submitting your review
-
-Once you are done with reviewing all the files in a Pull Request, you have to submit your review.
-
-
-🔘 On the top right corner of the `Files changed` page click on `Review changes`/`Finish your review`.
-
-
-
-

-
-
-
-🔘 Now type a final comment as a summary of your feedback to the proposed changes.
-
-
-
-

-
-
-
-🔘 Now select the type of review you want to leave.
-
-
-
-

-
-
-
-## There are three types of review that you can submit.
-
-• `Comment` : To leave general feedback without explicitly approving the changes or requesting additional changes.
-
-• `Approve` : To submit your feedback and approve merging the changes proposed in the pull request.
-
-• `Request changes` : To submit feedback that must be addressed before the pull request can be merged.
-
-
-🔘 After selecting the type of review, click on `Submit review`.
-
-
-
-

-
-
-
-## Congrats you have successfully reviewed a Pull Request !! 🥳🚀
-
diff --git a/pages/How-to/guide/sign-commits.md b/pages/How-to/guide/sign-commits.md
deleted file mode 100644
index 0dce4e9..0000000
--- a/pages/How-to/guide/sign-commits.md
+++ /dev/null
@@ -1,91 +0,0 @@
-# How to Sign Commits on Github ?
-
-Git is cryptographically secure, but it’s not foolproof. If you’re taking work from others on the internet and want to verify that commits are actually from a trusted source, Git has a few ways to sign and verify work using GPG.
-
-## Step by step process to Sign your commit :
-
-### Step 1 :
-
-For signing commits you need to have git installed on your local machine and get GPG configured and your personal key installed.
-
-To check if you have GPG configured and a personal key installed on your local machine ,type out this command <$ gpg --list-keys> on your terminal
-
-```sh
-$ gpg --list-keys
-```
-
-
-
-
-### Step 2 :
-
-Download and install the GPG command line tools for your operating system.Generate a key using this command
-
-```sh
-$ gpg --gen-key
-```
-
-### Step 3 :
-
-Once you have a private key to sign with, you can configure Git to use it for signing things by setting the user.signingkey config setting
-
-```sh
-$ git config --global user.signingkey 0A46826A!
-```
-
-### Step 4 :
-
-After completeting all the above steps head on to your profile from github
-
-
-

-
-
-### Step 5 :
-
-In the "Access" section of the sidebar, click "Emails". Add and verify your email address if it is not verified.
-
-
-

-
-
-### Step 6 :
-
-a) In the "Primary email address" group , select your email address through which you want to sign commits.
-
-
-

-
-
-b) Make sure that "Keep my email addresses private" checkbox is unchecked.
-
-
-

-
-
-### Step 7 :
-
-You are all set to sign your commit. To sign a commit, you need to open your terminal or gitbash and While committing changes in your local branch, add the -S flag to the git commit command:
-
- ```sh
- $ git commit -S -m "YOUR_COMMIT_MESSAGE"
- ```
-
-### Step 8 :
-
-After you create your commit, provide the passphrase you set up when you generated your GPG key and push them to your remote repository on GitHub.
-
-### Step 9 :
-
-On the pull request, click on the commits tab to check your commit is signed or not
-
-
-

-
- Click on "Verified" to know more detailed information about the signature
-
-
-

-
-
-#### You have sucessfully signed your commit.
diff --git a/pages/How-to/guide/social-preview.md b/pages/How-to/guide/social-preview.md
deleted file mode 100644
index a273391..0000000
--- a/pages/How-to/guide/social-preview.md
+++ /dev/null
@@ -1,79 +0,0 @@
-# Adding social preview to your repository
-
-When we have an open-source project, it is important to share it so people can be interested in it and be able to contribute to it. Images on social media have a great impact because they can make your content stand out from the others.
-
-Before you add a social preview, the repository links expand to provide the repository's basic information and the owner's avatar. Like in the left picture below:
-
-
-

-

-
-
-
-
-Including a picture in your repository can make it easier for others to find your project on different social media sites. For example, how the right image provided a good social preview of its repository.
-
-## Steps on how to add a social preview to your repository
-
-1. Go to [GitHub](https://github.com) and sign in to your account.
-
-2. Pick any of your repositories or you can create a new one to start a new project.
-
-3. Navigate to the main page of the repository using the tab navigation towards the top of the page and click ⚙Settings.
-
-
-

-
-
-
-4. As soon as you click the settings, you will see the general settings. Scroll down a bit and you will see the `Social preview`.
-
-
-

-
-
-
-5. In Social preview, click `Edit`
-
-- To add an image, click on `Upload an image` and pick any image you want.
-
-
-

-
-
-
-
-After you upload an image, you will see a preview of something like this.
-
-
-

-
-
-
-
-#### Previewing your image banner
-You can preview below the before and after of your repository using and not using social preview when shared on any social media platform.
-
-|  |  |
-|:---:|:---:|
-| **Before** | **After** |
-
-
-
-- To remove an image, you can simply click `Remove image`
-
-
-

-
-
-### Complete demo (GIF)
-
-
-
-## 💡 Tips:
-- It is recommended that you should use JPG, PNG and GIF as a file format for your images.
-- For the best quality rendering, it is recommended to keep the image at 640 by 320 pixels.
-- PNG transparency is also supported. When using an image with transparency, consider how it might appear on platforms that don't support transparency or backgrounds with various colors.
-- Always make your banner simple and have a readable font. So, when someone sees the link, they will understand it right away and not skip it.
-
-**Congratulations! You have successfully learned how to add social preview to your repository 🚀**
diff --git a/pages/How-to/guide/star-repo.md b/pages/How-to/guide/star-repo.md
deleted file mode 100644
index 72d0156..0000000
--- a/pages/How-to/guide/star-repo.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# Starring a repository on GitHub
-
-Starring a repository makes it easier to find the particular repository or topic again and helps discover similar projects and repositories on GitHub.You can also star a repository if you like it and want to show appreciation for the work done or in order to follow the updates regarding the repo later.
-
-### Steps to star a repository :
-
-1. The process of starring a repository is quite simple and straightforward.Firstly,navigate to the main page of the repository.On the main page,click on the `Star` button located at the top right corner.
-
-
-

-
-
-2. Once you have clicked on the `Star` button,it will change from `Star` to `Starred` which indicates that the repository has been starred.
-
-
-

-
-
-3. Once the above steps are done,you can find the starred repository by navigating to the `Stars` page as it is now present in the list of `Starred` repositories.
-
-
-

-
-
- #### Congrats! You have successfully starred a GitHub repository :confetti_ball:
-
-
diff --git a/pages/How-to/guide/starting-discussion.md b/pages/How-to/guide/starting-discussion.md
deleted file mode 100644
index cef9664..0000000
--- a/pages/How-to/guide/starting-discussion.md
+++ /dev/null
@@ -1,40 +0,0 @@
-## Starting Discussion in GitHub
-**1.** Go to the **repo** in which you want to start a discussion in or use this link - `https://github.com/{repo-owner}/{repo-name}/discussions`.
-
-
-
-**2.** Beside the **Pull request or Issues icon**, below the repo name, if you see the "Discussions" tap means, that the repo accepts discussions, if you don't see the tab, the repo doesn't accept discussions... If you used the link mentioned above, and it says 404 Page Not Found, means that the repo doesn't accept discussions.
-
-
- 
-
-
-
-**3.** If you see the tab near the Pull request or Issues or if the link above, worked, and you want to start a discussion, tap the "New Discussion" icon.
-
-
-
-**4.** Select the **CATERGORY** of your discussion.
-
-
- 
-
-
-
-**5.** Add Title and Description of the discussion you want to start.
-
-
- 
-
-
-
-**6.** Tap "**Start Discussion"** button to open your discussion..
-
-
- 
-
-
-
-**For a more detailed explanation, please visit [GitHub Docs](https://docs.github.com/en/discussions/quickstart#Creating-a-new-discusssion)**.
-
-
diff --git a/pages/How-to/guide/use-codespaces.md b/pages/How-to/guide/use-codespaces.md
deleted file mode 100644
index 579f814..0000000
--- a/pages/How-to/guide/use-codespaces.md
+++ /dev/null
@@ -1,78 +0,0 @@
-# Code Spaces
-
-A codespace is a development environment that's hosted in the cloud.
-
-GitHub Codespaces run on a variety of VM-based compute options hosted by GitHub.com, which you can configure from 2 core machines up to 32 core machines. You can connect to your codespaces from the browser or locally using an IDE like Visual Studio Code or IntelliJ.
-
-For more info you can visit this website - [GitHub Codespaces](https://github.com/features/codespaces)
-
-## How to create and use Codespaces
-
-There's broadly two ways of using GitHub codespaces :
-
-1. From a repository.
-2. Creating a template, and then using it.
-
-### Firstly, covering how to open codespaces from a repository
-
-1. Open the repo you want to code in click on the code button.
-
-2. Go to the codespaces tab
-
-3. Click on the *add* button to create a codespace.
-
-
-
-
-
-
-
-It might take some time depending on your internet connectivity, as a new tab opens up with a codespace to work on.
-
-The codespace opens and looks like this:
-
-
-
-
-
-
-
-
-### Now, let's come to the feature of creating a codespace from github.com
-
-1. Go to GitHub website. Select the **Codespaces** tab from the navbar.
-
-
-
-
-
-
-
-2. You can see some quick start templates, and you can click on *see all* for more templates.
-
-
-
-
-
-
-
-3. Now more templates are available to select from -
-
-
-
-
-
-
-
-4. I'm selecting React for example, and based on your internet connectivity, GitHub makes a code space for you.
-
-Like this one :)
-
-
-
-
-
-
-
-
-#### Congratulations you learned how to use GitHub Codespaces🎉.
diff --git a/pages/fundamentals.md b/pages/fundamentals.md
deleted file mode 100644
index a7d0dba..0000000
--- a/pages/fundamentals.md
+++ /dev/null
@@ -1,9 +0,0 @@
- The things that you need to know about JavaScript before diving into the rabit hole. I publish articles on Dev.to on the topics regularly. I will add the links here as soon as I publish them.
-
-
-
-
-| **Day-Date** | **Post** | **Blog Post / Article Link** | **YouTube Video Link** |
-| :----------------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------: |
-| **Day 1** - (18-04-2023) |
| [`Blog`](https://dev.to/fahimfba/learn-javascript-printing-your-first-message-2m04) | N/A |
-| **Day 2** - (19-04-2023) |
| [`Blog`](https://dev.to/fahimfba/mastering-javascript-unraveling-the-art-of-effective-commenting-for-better-code-collaboration-46b) | N/A |
\ No newline at end of file