From 26f3556c57fe98092b7b40a1feda94cc72af2819 Mon Sep 17 00:00:00 2001 From: iitzIrFan Date: Sun, 8 Jun 2025 23:05:43 +0530 Subject: [PATCH 1/2] fix: downgrade firebase version from 11.8.1 to 10.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14104fa2..2bb5324f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dotenv": "^16.5.0", "embla-carousel-autoplay": "^8.6.0", "embla-carousel-react": "^8.6.0", - "firebase": "^11.8.1", + "firebase": "^10.0.0", "firebaseui": "6.1.0", "framer-motion": "^12.7.5", "lucide-react": "^0.503.0", From 73f9a40f25bad69eab67573835b79984edf4b7e5 Mon Sep 17 00:00:00 2001 From: iitzIrFan Date: Sun, 8 Jun 2025 23:11:01 +0530 Subject: [PATCH 2/2] refactor: replace AdsComponent with empty tag in multiple markdown files --- docs/GitHub/GitHub-basics/create-github-repo.md | 4 ++-- docs/GitHub/GitHub-basics/first-opensource-code.md | 2 +- docs/GitHub/GitHub-basics/github-repo-command-line.md | 4 ++-- docs/GitHub/GitHub-basics/how-to-clone-repo.md | 2 +- docs/GitHub/GitHub-basics/how-to-fork.md | 2 +- docs/GitHub/Maintainer-guide/enable-discussion.md | 4 ++-- docs/GitHub/Maintainer-guide/github-labels.md | 4 ++-- docs/GitHub/Maintainer-guide/github-project.md | 4 ++-- docs/GitHub/Maintainer-guide/milestone.md | 4 ++-- docs/GitHub/intro-github.md | 6 +++--- docs/GitHub/setup-environment/git-commands.md | 10 +++++----- docs/GitHub/setup-environment/setup-environment.md | 6 +++--- docs/GitHub/setup-environment/setup-git-on-mac.md | 4 ++-- docs/GitHub/setup-environment/setup-git-on-windows.md | 6 +++--- docs/Nextjs/git-commands.md | 10 +++++----- docs/Nextjs/intro-github.md | 6 +++--- docs/Nextjs/setup-environment.md | 6 +++--- docs/python/setup-environment.md | 6 +++--- 18 files changed, 45 insertions(+), 45 deletions(-) diff --git a/docs/GitHub/GitHub-basics/create-github-repo.md b/docs/GitHub/GitHub-basics/create-github-repo.md index 364a13dd..9242b224 100644 --- a/docs/GitHub/GitHub-basics/create-github-repo.md +++ b/docs/GitHub/GitHub-basics/create-github-repo.md @@ -9,7 +9,7 @@ description: In this tutorial, you will learn about the how to create a GitHub r In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. - +< /> ### Prerequisites @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele - +< /> ## Changing Readme and Adding more files. diff --git a/docs/GitHub/GitHub-basics/first-opensource-code.md b/docs/GitHub/GitHub-basics/first-opensource-code.md index a49c102d..10f4a940 100644 --- a/docs/GitHub/GitHub-basics/first-opensource-code.md +++ b/docs/GitHub/GitHub-basics/first-opensource-code.md @@ -10,7 +10,7 @@ keywords: [html, web development, elements, tags, html elements, html tags, html HTML Attributes and Values are used to provide additional information about HTML elements - +< /> ## HTML Attributes diff --git a/docs/GitHub/GitHub-basics/github-repo-command-line.md b/docs/GitHub/GitHub-basics/github-repo-command-line.md index 62012677..1212277a 100644 --- a/docs/GitHub/GitHub-basics/github-repo-command-line.md +++ b/docs/GitHub/GitHub-basics/github-repo-command-line.md @@ -9,7 +9,7 @@ description: In this tutorial, you will learn about the structure of an HTML doc HTML (Hypertext Markup Language) is the standard markup language for creating web pages. It provides the structure and layout of the content on the web. In this tutorial, you will learn about the syntax and structure of HTML. - +< /> ## Prerequisites @@ -58,7 +58,7 @@ git push -u origin main - +< /> ### Browser Rendering diff --git a/docs/GitHub/GitHub-basics/how-to-clone-repo.md b/docs/GitHub/GitHub-basics/how-to-clone-repo.md index b16bf07c..7d2543c6 100644 --- a/docs/GitHub/GitHub-basics/how-to-clone-repo.md +++ b/docs/GitHub/GitHub-basics/how-to-clone-repo.md @@ -10,7 +10,7 @@ keywords: [html, web development, attributes, values, html attributes, html valu HTML Attributes and Values are used to provide additional information about HTML elements - +< /> ## HTML Attributes diff --git a/docs/GitHub/GitHub-basics/how-to-fork.md b/docs/GitHub/GitHub-basics/how-to-fork.md index 6c14a107..ea635449 100644 --- a/docs/GitHub/GitHub-basics/how-to-fork.md +++ b/docs/GitHub/GitHub-basics/how-to-fork.md @@ -10,7 +10,7 @@ description: In this tutorial, you will learn about the structure of an HTML doc HTML Attributes and Values are used to provide additional information about HTML elements - +< /> ## HTML Attributes diff --git a/docs/GitHub/Maintainer-guide/enable-discussion.md b/docs/GitHub/Maintainer-guide/enable-discussion.md index 49476d41..a05e94d4 100644 --- a/docs/GitHub/Maintainer-guide/enable-discussion.md +++ b/docs/GitHub/Maintainer-guide/enable-discussion.md @@ -9,7 +9,7 @@ description: In this tutorial, you will learn about the how to create a GitHub r In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. - +< /> ### Prerequisites @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele - +< /> ## Changing Readme and Adding more files. diff --git a/docs/GitHub/Maintainer-guide/github-labels.md b/docs/GitHub/Maintainer-guide/github-labels.md index 77214d1e..b1a4fa11 100644 --- a/docs/GitHub/Maintainer-guide/github-labels.md +++ b/docs/GitHub/Maintainer-guide/github-labels.md @@ -9,7 +9,7 @@ description: In this tutorial, you will learn about the how to create a GitHub r In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. - +< /> ### Prerequisites @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele - +< /> ## Changing Readme and Adding more files. diff --git a/docs/GitHub/Maintainer-guide/github-project.md b/docs/GitHub/Maintainer-guide/github-project.md index 3d5aa000..861b9fcb 100644 --- a/docs/GitHub/Maintainer-guide/github-project.md +++ b/docs/GitHub/Maintainer-guide/github-project.md @@ -9,7 +9,7 @@ description: In this tutorial, you will learn about the how to create a GitHub r In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. - +< /> ### Prerequisites @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele - +< /> ## Changing Readme and Adding more files. diff --git a/docs/GitHub/Maintainer-guide/milestone.md b/docs/GitHub/Maintainer-guide/milestone.md index 3679438b..3ffbee55 100644 --- a/docs/GitHub/Maintainer-guide/milestone.md +++ b/docs/GitHub/Maintainer-guide/milestone.md @@ -9,7 +9,7 @@ description: In this tutorial, you will learn about the how to create a GitHub r In the previous post we spoke about commit, fork, clone, in this post we gonna deep dive into the terminology by creating a GitHub Repository from the Scratch. Inorder to create a project and host, the repository is a place where you add all your program code files and other documentation. - +< /> ### Prerequisites @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele - +< /> ## Changing Readme and Adding more files. diff --git a/docs/GitHub/intro-github.md b/docs/GitHub/intro-github.md index bd3bbc63..2a9b2522 100644 --- a/docs/GitHub/intro-github.md +++ b/docs/GitHub/intro-github.md @@ -15,7 +15,7 @@ description: In this tutorial, you will learn about GitHub, its importance, what --- GitHub is a web-based platform used for version control and collaboration. It allows developers to work together on projects from anywhere in the world. GitHub is built on top of Git, a distributed version control system created by Linus Torvalds in 2005. - +< /> :::note Key Features of SQL: @@ -91,12 +91,12 @@ The fork is a personal copy of the repo which is already present or uploaded in ::: - +< /> ### Watch the video Tutorial - +< /> ## Conclusion diff --git a/docs/GitHub/setup-environment/git-commands.md b/docs/GitHub/setup-environment/git-commands.md index fe2cdbc0..f941cdef 100644 --- a/docs/GitHub/setup-environment/git-commands.md +++ b/docs/GitHub/setup-environment/git-commands.md @@ -11,7 +11,7 @@ description: In this tutorial, you will learn about the basic of git and 50 impo Git commands are handy when comes to fix any problems which you cant fix by the UI, for example consider a scenarion you need to fix the conflict in a page. Git Commands will help you to find the root cause and can explore the entire log history. At Git core it help you to keep a history of every change you made in the project files and help the user with track the changes, revert, helps to identify who made the changes. - +< /> ## Understanding Git: The Building Blocks @@ -34,7 +34,7 @@ In Setting up git on Windows tutorial you learned to perform how to check the cu In this example, the `

` tag creates a heading, and the `

` tag creates a paragraph. The browser interprets these tags and displays the content accordingly. HTML tags can be nested within each other to create more complex structures, such as lists, tables, forms, and more. - +< /> ## How Web Browsers Render HTML @@ -106,7 +106,7 @@ When a user requests a web page by entering a URL in the browser's address bar o ::: By understanding how web browsers render HTML content, web developers can optimize their code and design to create fast and responsive web pages. Techniques such as minimizing the use of inline styles, reducing the number of DOM elements, and optimizing images can help improve the performance of web pages and provide a better user experience. - +< /> ## Useful 50 Git Commands Cheatsheet @@ -307,10 +307,10 @@ git push -u origin main #Push changes to remote repository and remember the bran ::: By managing these resources efficiently, web developers can create engaging and interactive web pages that deliver a rich user experience. Understanding how HTML works with web browsers and how browsers render content is essential for building modern web applications that meet user expectations and performance standards. - +< /> - +< /> ## Conclusion diff --git a/docs/GitHub/setup-environment/setup-environment.md b/docs/GitHub/setup-environment/setup-environment.md index a51843d9..727166eb 100644 --- a/docs/GitHub/setup-environment/setup-environment.md +++ b/docs/GitHub/setup-environment/setup-environment.md @@ -16,7 +16,7 @@ description: In this tutorial, you will learn how to set up your development env Github is a way of version control your software development using Git, Github was founded in 2008 and recently Microsoft has bought the company now Microsoft is the parent organization of Github. Now setting up is very straight forward process , first you need to create a GitHub account online, then Install Git in your system and connect your Git with GitHub. So all the changes will be updated to the GitHub. - +< /> ### Step 1: Let’s create a Github Accountvbcvnb 1. Let’s create a Github Account, Go to the [GitHub Website](https://github.com/) and signup with your email ID. @@ -48,7 +48,7 @@ Github is a way of version control your software development using Git, Github w - 1. Upon sign in It will ask you to autorize Giscus (comment feature by GitHub) Click on Authorize ? - 2. Click on on the top right side ``profile icon`` -> ``your profile`` to see your profile. - +< /> ### Step 3: Understanding the Interface. @@ -74,7 +74,7 @@ Congratulations! 6. ``10`` Apart from the checkbox all the activity of a month will be available here, you have option to make it private. - +< /> ## Conclusion diff --git a/docs/GitHub/setup-environment/setup-git-on-mac.md b/docs/GitHub/setup-environment/setup-git-on-mac.md index 37529a2e..58f6c8cf 100644 --- a/docs/GitHub/setup-environment/setup-git-on-mac.md +++ b/docs/GitHub/setup-environment/setup-git-on-mac.md @@ -16,7 +16,7 @@ description: In this tutorial, you will learn how to set up your development env Github is a way of version control your software development using Git, Github was founded in 2008 and recently Microsoft has bought the company now Microsoft is the parent organization of Github. Now setting up is very straight forward process , first you need to create a GitHub account online, then Install Git in your system and connect your Git with GitHub. So all the changes will be updated to the GitHub. - +< /> ### Installing Git on Mac There are four ways we can install Github on mac @@ -52,7 +52,7 @@ brew install git-gui - +< /> ## Conclusion diff --git a/docs/GitHub/setup-environment/setup-git-on-windows.md b/docs/GitHub/setup-environment/setup-git-on-windows.md index b1bd9d6b..1b141401 100644 --- a/docs/GitHub/setup-environment/setup-git-on-windows.md +++ b/docs/GitHub/setup-environment/setup-git-on-windows.md @@ -16,7 +16,7 @@ description: In this tutorial, you will learn how to set up your development env Github provides two of installation, one the GitHub Desktop and command line by installing Git Software in your system. Personally from a developer perspective i would suggest you to use the command line as this will come in handy and more flexibility in terms of solving bugs and do more with version control, especially when the conflicts happens with the Git. This tutorial is focused on the command line version. - +< /> ### Step 1: Let’s Download the git 1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button. @@ -48,7 +48,7 @@ Github provides two of installation, one the GitHub Desktop and command line by - 1. The next screen click next on Public Licence. - 2. Choose the location as default and click on Next - +< /> ### Step 3: Understanding the Interface. @@ -117,7 +117,7 @@ Execute the below command to see your current version of git in Git CMD or windo - +< /> ## Conclusion diff --git a/docs/Nextjs/git-commands.md b/docs/Nextjs/git-commands.md index 78c80903..ae631244 100644 --- a/docs/Nextjs/git-commands.md +++ b/docs/Nextjs/git-commands.md @@ -11,7 +11,7 @@ description: In this tutorial, you will learn about the basic of git and 50 impo I can create like teaching how to fork and clone and making changes. HTML, which stands for **HyperText Markup Language**, serves as the backbone of the World Wide Web. It is the standard language used to create web pages, providing the structure and content that browsers render for users to interact with. Understanding how HTML works with web browsers is fundamental for anyone diving into web development. - +< /> ## Understanding Git: The Building Blocks @@ -34,7 +34,7 @@ HTML is a markup language that uses tags to define the structure and content of In this example, the `

` tag creates a heading, and the `

` tag creates a paragraph. The browser interprets these tags and displays the content accordingly. HTML tags can be nested within each other to create more complex structures, such as lists, tables, forms, and more. - +< /> ## How Web Browsers Render HTML @@ -106,7 +106,7 @@ When a user requests a web page by entering a URL in the browser's address bar o ::: By understanding how web browsers render HTML content, web developers can optimize their code and design to create fast and responsive web pages. Techniques such as minimizing the use of inline styles, reducing the number of DOM elements, and optimizing images can help improve the performance of web pages and provide a better user experience. - +< /> ## Useful 50 Git Commands Cheatsheet @@ -307,10 +307,10 @@ git push -u origin main #Push changes to remote repository and remember the bran ::: By managing these resources efficiently, web developers can create engaging and interactive web pages that deliver a rich user experience. Understanding how HTML works with web browsers and how browsers render content is essential for building modern web applications that meet user expectations and performance standards. - +< /> - +< /> ## Conclusion diff --git a/docs/Nextjs/intro-github.md b/docs/Nextjs/intro-github.md index c51f4a23..d89240ee 100644 --- a/docs/Nextjs/intro-github.md +++ b/docs/Nextjs/intro-github.md @@ -15,7 +15,7 @@ description: In this tutorial, you will learn about GitHub, its importance, what --- GitHub is a web-based platform used for version control and collaboration. It allows developers to work together on projects from anywhere in the world. GitHub is built on top of Git, a distributed version control system created by Linus Torvalds in 2005. - +< /> :::note Key Features of SQL: @@ -93,12 +93,12 @@ The fork is a personal copy of the repo which is already present or uploaded in ::: - +< /> ### Watch the video Tutorial - +< /> ## Conclusion diff --git a/docs/Nextjs/setup-environment.md b/docs/Nextjs/setup-environment.md index 4f7783a4..44307bdf 100644 --- a/docs/Nextjs/setup-environment.md +++ b/docs/Nextjs/setup-environment.md @@ -16,7 +16,7 @@ description: In this tutorial, you will learn how to set up your development env Github is a way of version control your software development using Git, Github was founded in 2008 and recently Microsoft has bought the company now Microsoft is the parent organization of Github. So what do I mean by version control? When developing software the important hurdle is merging the version as part of development or update. Github helps developers in this perspective, this allows collaboration between the developers to work simultaneously. - +< /> ## Setting Up Your Development Environment @@ -57,7 +57,7 @@ Let’s create a Github Account - 2. How much programming experience do you have? - 3. What do you plan to use Github for? - +< /> ### Step 3: @@ -80,7 +80,7 @@ Congratulations! You've successfully set up your development environment using V 3. Write your HTML code. For example: - +< /> ## Conclusion diff --git a/docs/python/setup-environment.md b/docs/python/setup-environment.md index 32e0bb26..948e40e7 100644 --- a/docs/python/setup-environment.md +++ b/docs/python/setup-environment.md @@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env --- Install Python - + < /> ### Step 1: Let’s Download the git 1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button. @@ -52,7 +52,7 @@ Install Python - 1. The next screen click next on Public Licence. - 2. Choose the location as default and click on Next - + < /> ### Step 3: Understanding the Interface. @@ -107,7 +107,7 @@ Install Python ```html title="create a new repository on the command line" git --version ``` - + < /> ## Conclusion