Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/GitHub/GitHub-basics/create-github-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<AdsComponent />
< />

### Prerequisites

Expand Down Expand Up @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele



<AdsComponent />
< />

## Changing Readme and Adding more files.

Expand Down
2 changes: 1 addition & 1 deletion docs/GitHub/GitHub-basics/first-opensource-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<AdsComponent />
< />

## HTML Attributes

Expand Down
4 changes: 2 additions & 2 deletions docs/GitHub/GitHub-basics/github-repo-command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<AdsComponent />
< />

## Prerequisites

Expand Down Expand Up @@ -58,7 +58,7 @@ git push -u origin main



<AdsComponent />
< />


### Browser Rendering
Expand Down
2 changes: 1 addition & 1 deletion docs/GitHub/GitHub-basics/how-to-clone-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<AdsComponent />
< />

## HTML Attributes

Expand Down
2 changes: 1 addition & 1 deletion docs/GitHub/GitHub-basics/how-to-fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<AdsComponent />
< />

## HTML Attributes

Expand Down
4 changes: 2 additions & 2 deletions docs/GitHub/Maintainer-guide/enable-discussion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<AdsComponent />
< />

### Prerequisites

Expand Down Expand Up @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele



<AdsComponent />
< />

## Changing Readme and Adding more files.

Expand Down
4 changes: 2 additions & 2 deletions docs/GitHub/Maintainer-guide/github-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<AdsComponent />
< />

### Prerequisites

Expand Down Expand Up @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele



<AdsComponent />
< />

## Changing Readme and Adding more files.

Expand Down
4 changes: 2 additions & 2 deletions docs/GitHub/Maintainer-guide/github-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<AdsComponent />
< />

### Prerequisites

Expand Down Expand Up @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele



<AdsComponent />
< />

## Changing Readme and Adding more files.

Expand Down
4 changes: 2 additions & 2 deletions docs/GitHub/Maintainer-guide/milestone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<AdsComponent />
< />

### Prerequisites

Expand Down Expand Up @@ -47,7 +47,7 @@ Upon creation you will get a screen like this below, the explanation of each ele



<AdsComponent />
< />

## Changing Readme and Adding more files.

Expand Down
6 changes: 3 additions & 3 deletions docs/GitHub/intro-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<AdsComponent />
< />

:::note
Key Features of SQL:
Expand Down Expand Up @@ -91,12 +91,12 @@ The fork is a personal copy of the repo which is already present or uploaded in

:::

<AdsComponent />
< />

### Watch the video Tutorial
<iframe width="880" height="480" src="https://www.youtube.com/embed/GrTV59Y84S8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to start with GitHub in 2024 | Beginner&#39;s Guide" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<AdsComponent />
< />

## Conclusion

Expand Down
10 changes: 5 additions & 5 deletions docs/GitHub/setup-environment/git-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<AdsComponent />
< />

## Understanding Git: The Building Blocks

Expand All @@ -34,7 +34,7 @@ In Setting up git on Windows tutorial you learned to perform how to check the cu
In this example, the `<h1>` tag creates a heading, and the `<p>` 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.


<AdsComponent />
< />

## How Web Browsers Render HTML

Expand Down Expand Up @@ -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.

<AdsComponent />
< />

## Useful 50 Git Commands Cheatsheet

Expand Down Expand Up @@ -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.

<AdsComponent />
< />


<AdsComponent />
< />
<iframe width="880" height="480" src="https://www.youtube.com/embed/jE8nqWSbUQs?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="Understanding the GitHub Flow" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
## Conclusion

Expand Down
6 changes: 3 additions & 3 deletions docs/GitHub/setup-environment/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<AdsComponent />
< />
### 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.
Expand Down Expand Up @@ -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.

<AdsComponent />
< />

### Step 3: Understanding the Interface.

Expand All @@ -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.


<AdsComponent />
< />

## Conclusion

Expand Down
4 changes: 2 additions & 2 deletions docs/GitHub/setup-environment/setup-git-on-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<AdsComponent />
< />
### Installing Git on Mac

There are four ways we can install Github on mac
Expand Down Expand Up @@ -52,7 +52,7 @@ brew install git-gui
</BrowserWindow>


<AdsComponent />
< />

## Conclusion

Expand Down
6 changes: 3 additions & 3 deletions docs/GitHub/setup-environment/setup-git-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<AdsComponent />
< />
### Step 1: Let’s Download the git

1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button.
Expand Down Expand Up @@ -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

<AdsComponent />
< />

### Step 3: Understanding the Interface.

Expand Down Expand Up @@ -117,7 +117,7 @@ Execute the below command to see your current version of git in Git CMD or windo



<AdsComponent />
< />

## Conclusion

Expand Down
10 changes: 5 additions & 5 deletions docs/Nextjs/git-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<AdsComponent />
< />

## Understanding Git: The Building Blocks

Expand All @@ -34,7 +34,7 @@ HTML is a markup language that uses tags to define the structure and content of
In this example, the `<h1>` tag creates a heading, and the `<p>` 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.


<AdsComponent />
< />

## How Web Browsers Render HTML

Expand Down Expand Up @@ -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.

<AdsComponent />
< />

## Useful 50 Git Commands Cheatsheet

Expand Down Expand Up @@ -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.

<AdsComponent />
< />


<AdsComponent />
< />

## Conclusion

Expand Down
6 changes: 3 additions & 3 deletions docs/Nextjs/intro-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<AdsComponent />
< />

:::note
Key Features of SQL:
Expand Down Expand Up @@ -93,12 +93,12 @@ The fork is a personal copy of the repo which is already present or uploaded in

:::

<AdsComponent />
< />

### Watch the video Tutorial
<iframe width="853" height="480" src="https://www.youtube.com/embed/GrTV59Y84S8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to start with GitHub in 2024 | Beginner&#39;s Guide" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<AdsComponent />
< />

## Conclusion

Expand Down
6 changes: 3 additions & 3 deletions docs/Nextjs/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<AdsComponent />
< />


## Setting Up Your Development Environment
Expand Down Expand Up @@ -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?

<AdsComponent />
< />

### Step 3:

Expand All @@ -80,7 +80,7 @@ Congratulations! You've successfully set up your development environment using V
3. Write your HTML code. For example:


<AdsComponent />
< />

## Conclusion

Expand Down
6 changes: 3 additions & 3 deletions docs/python/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env
---

Install Python
<AdsComponent />
< />
### Step 1: Let’s Download the git

1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button.
Expand Down Expand Up @@ -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

<AdsComponent />
< />

### Step 3: Understanding the Interface.

Expand Down Expand Up @@ -107,7 +107,7 @@ Install Python
```html title="create a new repository on the command line"
git --version
```
<AdsComponent />
< />

## Conclusion

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down