Giter Site home page Giter Site logo

github-slideshow's Introduction

Good to see you here...

Header

rahul-kumar-072   @iamrahul   @iamrahul8   @rkgkumar072   @rkgkumar072   leetcode   gfg  

I am a junior pursuing Civil Engineering. I am a passionate Web Developer & love Competitive Programming👨🏻‍💻 I am always up for new adventures, meeting new people, and learning new things. I enjoy the thought of adding value to people's lives and having a positive impact on the world via my work.

const RahulKumar = {
 fullName: 'Rahul Kumar',
 age: 20,
 country: 'IN',
 birthday: '20/01/2003',
}

📶 Stats:

Profile views LinkedIn Badge

Languages and Tools:

C C++ CSS3 Python3 HTML5 JavaScript Markdown Firebase Vercel Netlify Express.js Flutter M-UI NodeJS NPM SASS React Strapi TailwindCSS MongoDB SQLite Canva Figma Postman

My 2022 wrapped

#2022wrapped

  1. Attended Devfest Patna 2022 🥰
  • Meet many like minded peoples and learned a lot.
  1. Recieved Bertelsmann Technology Scholarship : Frontend Development
  2. Become Google Crowdsource Influencer
  • Currently at Level 22
  • Participated Vocalize India Edition campaign
  • Share Your Script Participant
  1. Completed CS50x : Introduction to Computer Science , awarded certificate from Harvard University
  2. Participated Hacktoberfest' 22
  • 40+ Prs merged and accepted during october.
  • Top Conrtibutor in Clueless Community projects
  1. Among Top 20 Contributors of SSOC 1st Edition.
  2. Top Performer in 100daysofcode by Codein Community
  3. Onboarded NSCC in my campus.
  4. Completed GDC FieldOps Fellowship Program.
  5. Completed intership with Microsoft Future Ready Talent program.
  6. Cleared Azure fundamental certification (AZ-900).
  7. Placed in Top 5 winner in ADL challenge.
  8. Attended React Day Bangalore conference 2022.
  9. Cleared Gremlin Certified Chaos Engineering Practitioner - GCCEP.
  10. Got invitation to be a Founding memeber of The OPS community
  11. Onboarded as Hack2skill chapter lead.
  12. Recieved Postman Student Expert Badge.
  13. Participted as mentee in Openforce 2022 by Codeflow
  14. Maintained 200days streak on Leetcode
  • 100+ days streak on GFG
  1. Reached Round 2 Google CodeJam 2022
  • Cleared qualification round - 72pts
  1. Particiated Google Kickstart coding competition
  • Personal best Rank - 3645
  1. Highest rating of 1712 at codechef.com
  2. Completed Journey to salesforce program
  • achieved Ranger rank
  • Process Automation Specialist Superbadge
  1. Successfully selected for HackClub leader.
  2. Made Top 20 in Konfhub Cloud Quizzing Challenge.
  3. Completed Introduction to AI course from University of Helsinki.
  4. Participated in WinterFest 2022 by CodeIN Community.
  5. Reached Level 5 - Google local guide.
  6. Reported a small bug in Website : x(confidential)
  7. Participated in the INNOVATE OPEN SOURCE BOOTCAMP. 31 Got the opportunity to be a part of some amazing communities: Flutter Kolkata, GDG Cloud Kolkata, Atlassian Kolkata community.
  8. Became AngelHack Student Ambassador.

& many more... ❤ Just give youRself a minute and write what you did this year ❤

Github Trophies

trophies

📝 Some Blog Posts


@iamrahul8's Holopin board

Made with love in India

github-slideshow's People

Contributors

brianamarie avatar carolynshin avatar crichid avatar dependabot[bot] avatar githubteacher avatar hectorsector avatar iamrahul8 avatar jasonetco avatar snyk-bot avatar

Stargazers

 avatar

Watchers

 avatar

github-slideshow's Issues

Your first contribution

Introduction to GitHub flow

Now that you're familiar with issues, let's use this issue to track your path to your first contribution.

People use different workflows to contribute to software projects, but the simplest and most effective way to contribute on GitHub is the GitHub flow.

📺 Video: Understanding the GitHub flow


Read below for next steps

Getting Started with GitHub

👋 Welcome to GitHub Learning Lab's "Introduction to GitHub"

To get started, I’ll guide you through some important first steps in coding and collaborating on GitHub.

👇 This arrow means you can expand the window! Click on them throughout the course to find more information.

What is GitHub?

What is GitHub?

I'm glad you asked! Many people come to GitHub because they want to contribute to open source 📖 projects, or they're invited by teammates or classmates who use it for their projects. Why do people use GitHub for these projects?

At its heart, GitHub is a collaboration platform.

From software to legal documents, you can count on GitHub to help you do your best work with the collaboration and security tools your team needs. With GitHub, you can keep projects completely private, invite the world to collaborate, and streamline every step of your project.

GitHub is also a powerful version control tool.

GitHub uses Git 📖, the most popular open source version control software, to track every contribution and contributor 📖 to your project--so you know exactly where every line of code came from.

GitHub helps people do much more.

GitHub is used to build some of the most advanced technologies in the world. Whether you're visualizing data or building a new game, there's a whole community and set of tools on GitHub that can get you to the next step. This course starts with the basics, but we'll dig into the rest later!

📺 Video: What is GitHub?



Exploring a GitHub repository

Exploring a GitHub repository

📺 Video: Exploring a repository

More features

The video covered some of the most commonly-used features. Here are a few other items you can find in GitHub repositories:

  • Project boards: Create Kanban-style task tracking board within GitHub
  • Wiki: Create and store relevant project documentation
  • Insights: View a drop-down menu that contains links to analytics tools for your repository including:
    • Pulse: Find information about the work that has been completed and the work that’s in-progress in this project dashboard
    • Graphs: Graphs provide a more granular view of the repository activity including who contributed to the repository, who forked it, and when they completed the work

Special Files

In the video you learned about a special file called the README.md. Here are a few other special files you can add to your repositories:

  • CONTRIBUTING.md: The CONTRIBUTING.md is used to describe the process for contributing to the repository. A link to the CONTRIBUTING.md file is shown anytime someone creates a new issue or pull request.
  • ISSUE_TEMPLATE.md: The ISSUE_TEMPLATE.md is another file you can use to pre-populate the body of an issue. For example, if you always need the same types of information for bug reports, include it in the issue template, and every new issue will be opened with your recommended starter text.

Using issues

This is an issue 📖: a place where you can have conversations about bugs in your code, code review, and just about anything else.

Issue titles are like email subject lines. They tell your collaborators what the issue is about at a glance. For example, the title of this issue is Getting Started with GitHub.

Using GitHub Issues

Using GitHub issues

Issues are used to discuss ideas, enhancements, tasks, and bugs. They make collaboration easier by:

  • Providing everyone (even future team members) with the complete story in one place
  • Allowing you to cross-link to other issues and pull requests 📖
  • Creating a single, comprehensive record of how and why you made certain decisions
  • Allowing you to easily pull the right people and teams into a conversation with @-mentions

📺 Video: Using issues


Managing notifications

Managing notifications

📺 Video: Watching, notifications, stars, and explore

Once you've commented on an issue or pull request, you'll start receiving email notifications when there's activity in the thread.

How to silence or unmute specific conversations

  1. Go to the issue or pull request
  2. Under "Notifications", click the Unsubscribe button on the right to silence notifications or Subscribe to unmute them

You'll see a short description that explains your current notification status.

How to customize notifications in Settings

  1. Click your profile icon
  2. Click Settings
  3. Click Notifications from the menu on the left and adjust your notification preferences

Repository notification options

  • Watch: You'll receive a notification when a new issue, pull request or comment is posted, and when an issue is closed or a pull request is merged
  • Not watching: You'll no longer receive notifications unless you're @-mentioned
  • Ignore: You'll no longer receive any notifications from the repository

How to review notifications for the repositories you're watching

  1. Click your profile icon
  2. Click Settings
  3. Click Notification from the menu on the left
  4. Click on the things you’re watching link
  5. Select the Watching tab
  6. Click the Unwatch button to disable notifications, or Watch to enable them


Keep reading below to find your first task

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.