Skip to content

Instantly share code, notes, and snippets.

View Ruchip16's full-sized avatar
:octocat:
Focusing

Ruchi Pakhle Ruchip16

:octocat:
Focusing
View GitHub Profile
@Ruchip16
Ruchip16 / My.Contributions.md
Last active January 6, 2022 17:21
Highlighting my wins in 2021

January 2021

  • I got accepted into Microsoft learn Student Ambassador program & that was the best thing ever happened to me at the very start of this year. Doodles 🎉
  • Being the first Microsoft Learn Student Ambassador on my campus I made sure to spread the word about this amazing community in my college by organizing events and hence created an inclusive Whatsapp group for 100+ people to discuss and share any doubts or anything which can benefit them greatly in their career related to tech.

February 2021

  • Started building my personal brand on Twitter with 650+ audience with a motive to learn in public, network & interact with the MLSA Community around the globe and with fellow gold ambassadors - Link
  • Got accepted as a Mentee at GirlScript Summer of Code and contributed to Manthan, HotelonTouch, and Neo-Algo Docs, among the 20 repositories.
@Ruchip16
Ruchip16 / index.html
Last active April 27, 2022 06:55
Youtube-API
<div class="container">
<header>
<img src="https://cdn.mos.cms.futurecdn.net/8gzcr6RpGStvZFA2qRt4v6.jpg" alt="" class="logo" alt="" class="logo">
<div class="input-group mb-3">
<input type="text" name="search" placeholder="Search your query" class="form-control" aria-label="Username">
</div>
</header>
<!-- <section id="video">
@Ruchip16
Ruchip16 / LFX.md
Last active July 30, 2022 18:03
Timeline & Contributions of my LFX Journey

1 March 2022 - Attended the working examples group meeting and met the mentors of open-horizon

2-3 March 2022 - Started to study the open horizon architecture closely

4 March 2022 - Went through Youtube playlists shared by Glen during the meeting to get acquainted with open-horizon

5 March 2022 - Started to setup the example repo locally and execute the mgmt-hub command

6 March 2022 - First 1:1 meet with Troy

@Ruchip16
Ruchip16 / ios_vrf_global.yaml
Last active April 11, 2024 07:51
1. ios_vrf_global without AF configs
module: ios_vrf_global
short_description: Resource module to configure VRF definitions.
description: This module provides declarative management of VRF definitions on Cisco IOS.
version_added: 7.0.0
author: Ruchi Pakhle (@Ruchip16)
notes:
- Tested against Cisco IOSXE version 17.3 on CML.
- This module works with connection C(network_cli).
See U(https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html)
options:
@Ruchip16
Ruchip16 / ios_vrf_address_family.yaml
Last active April 11, 2024 08:01
2. ios_vrf_global + ios_vrf_address_family
module: ios_vrf_address_family
short_description: Resource module to configure VRF definitions.
description: This module provides declarative management of VRF definitions on Cisco IOS.
version_added: 7.0.0
author: Ruchi Pakhle (@Ruchip16)
notes:
- Tested against Cisco IOSXE version 17.3 on CML.
- This module works with connection C(network_cli).
See U(https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html)
options:
@Ruchip16
Ruchip16 / ios_vrf_global.yaml
Last active April 11, 2024 08:05
1. ios_vrf_global which includes AF configs
module: ios_vrf_global
short_description: Resource module to configure VRF definitions.
description: This module provides declarative management of VRF definitions on Cisco IOS.
version_added: 7.0.0
author: Ruchi Pakhle (@Ruchip16)
notes:
- Tested against Cisco IOSXE version 17.3 on CML.
- This module works with connection C(network_cli).
See U(https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html)
options: