diff --git a/docs/Nextjs/git-commands.md b/docs/Nextjs/git-commands.md index ae631244..4967a5c9 100644 --- a/docs/Nextjs/git-commands.md +++ b/docs/Nextjs/git-commands.md @@ -11,7 +11,6 @@ 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,8 +33,6 @@ 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 When a user requests a web page by entering a URL in the browser's address bar or clicking a link, the browser sends a request to the web server hosting the page. The server responds by sending the HTML content of the page back to the browser. The browser then parses the HTML code and renders the page on the user's screen. @@ -106,7 +103,6 @@ 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 +303,6 @@ 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 d89240ee..16fe0fe8 100644 --- a/docs/Nextjs/intro-github.md +++ b/docs/Nextjs/intro-github.md @@ -15,7 +15,6 @@ 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: @@ -71,7 +70,7 @@ So in the above example all the developer where able to work on different feautr GitHub Simplfy all the command line interface of Git and make it more GUI friendly. GitHub has builds above of git. Here want we do is staging the files and doing the commit, You can clone the entire repository and create a branch and commit to that branch ask the main developer to merge the branch. when you clone in reality you are creating a copy of the real code/repository in your local environment. - [![Git Structure](./assets/2-git-strucutre.png)] +![Git Structure](./assets/2-git-strucutre.png) :::info @@ -93,12 +92,9 @@ 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 44307bdf..2f47c41c 100644 --- a/docs/Nextjs/setup-environment.md +++ b/docs/Nextjs/setup-environment.md @@ -16,8 +16,6 @@ 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 +55,6 @@ 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,8 +77,6 @@ Congratulations! You've successfully set up your development environment using V 3. Write your HTML code. For example: -< /> - ## Conclusion In conclusion, I hope you enjoyed reading this article on “How to create Github Account?”. In the next post, will be discussing using Git to create a Repository and clone a project Github. More Github Tutorial is available here Signing off Sanjay Kv \ No newline at end of file diff --git a/docs/Technical/intro-github.md b/docs/Technical/intro-github.md index d89240ee..f25834cf 100644 --- a/docs/Technical/intro-github.md +++ b/docs/Technical/intro-github.md @@ -15,10 +15,9 @@ 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: +Key Features of GitHub: GitHub will help you to control the version of the project on a large scale. GitHub offers Premium account for use, Premium users get unlimited Github Repo time, Storage etc. @@ -71,7 +70,7 @@ So in the above example all the developer where able to work on different feautr GitHub Simplfy all the command line interface of Git and make it more GUI friendly. GitHub has builds above of git. Here want we do is staging the files and doing the commit, You can clone the entire repository and create a branch and commit to that branch ask the main developer to merge the branch. when you clone in reality you are creating a copy of the real code/repository in your local environment. - [![Git Structure](./assets/2-git-strucutre.png)] +![Git Structure](./assets/2-git-strucutre.png) :::info @@ -93,12 +92,10 @@ The fork is a personal copy of the repo which is already present or uploaded in ::: -< /> ### Watch the video Tutorial -< /> ## Conclusion