Guys I have already shared the whole procedure which is required for the completion of today's challenge with @manmohan_26 so, if you have query then feel free to ask him
👍3👎2
100 Days of Code Challenge by Replit.
There is no as such goodies in this challenge but, for learning purpose you can register in this challenge.
You'll get chance to learn python from scratch to advanced level.
Also you'll be going to build 100 projects in 100 days from basic to advance level.
So, just hit below link and register yourself.
https://blog.replit.com/100-days-of-code
Happy Learning👍
There is no as such goodies in this challenge but, for learning purpose you can register in this challenge.
You'll get chance to learn python from scratch to advanced level.
Also you'll be going to build 100 projects in 100 days from basic to advance level.
So, just hit below link and register yourself.
https://blog.replit.com/100-days-of-code
Happy Learning👍
Replit Blog
Replit — Replit 100 Days of Code
We're excited to announce that today we are launching Replit's 100 Days of Code!! In just 15 minutes a day, you will build real world projects every day, totaling up to - you guessed it - 100 projects!
In this course you will learn from Replit's own master…
In this course you will learn from Replit's own master…
👍3👎1
Hii guys,
Scaler open source september challenge 21 overview.
1. So, today's challenge is also a piece of cake for us😅
2. Firstly you have to update your GitHub repo by using sync and update button then update your local cloned repo using git pull.
3. Run below commands one by one and you're done.
Note : you can modify and change the order of commands so that it's doesn't like copied.
git config --list (This should be your first command)
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
The above commands now changes the commands format and that will ease your work while using git.
Now again run below command.
git config --list
Then use below commands to see output with your newly configured commands
git br
git st
git co your_branch_name
4. For reference you can read this article : https://www.atlassian.com/git/tutorials/git-alias
5. Now take screenshot of all your commands you had run and upload it in your issues.
6.Congratulations you have just completed your Day 21 Challenge🥳🥳
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. 👍
Happy Learning
Regards
@Coding_Buddies
Scaler open source september challenge 21 overview.
1. So, today's challenge is also a piece of cake for us😅
2. Firstly you have to update your GitHub repo by using sync and update button then update your local cloned repo using git pull.
3. Run below commands one by one and you're done.
Note : you can modify and change the order of commands so that it's doesn't like copied.
git config --list (This should be your first command)
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
The above commands now changes the commands format and that will ease your work while using git.
Now again run below command.
git config --list
Then use below commands to see output with your newly configured commands
git br
git st
git co your_branch_name
4. For reference you can read this article : https://www.atlassian.com/git/tutorials/git-alias
5. Now take screenshot of all your commands you had run and upload it in your issues.
6.Congratulations you have just completed your Day 21 Challenge🥳🥳
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. 👍
Happy Learning
Regards
@Coding_Buddies
Atlassian
Git Alias | Atlassian Git Tutorial
Git aliases are a powerful workflow tool that create shortcuts to frequently used Git commands. Git aliases improve speed and efficiency. Learn more here.
GOOGLE CLOUD COMMUNITY DAY MEET UP IN DELHI🥳🥳
Hey fellow cloud enthusiasts!!
Hope you're as excited as we are to have you at Google Cloud Community Day Delhi 2022.
The applications are closing in 48 hours, it's your last chance to save your spot for our flagship event of the year. Register Today!!
GDG Cloud New Delhi is pumped to announce our annual flagship event "Google Cloud Community Day 2022".
We welcome all cloud, data, and AI/ML enthusiasts to this event. We bring you a stellar lineup of speakers featuring developer advocates, customer engineers and architects from Google, Google Developer Experts, and industry experts on October 2nd 2022 at The Westin Gurgaon, Delhi.
Fill out the RSVP form immediately:
https://www.commudle.com/fill-form/1434
To learn more about the event, visit :
https://www.commudle.com/communities/gdgcloudnd/events/google-cloud-community-day-2022
Perks : Free Swags, Food, Learning Opportunity, etc.
Excited to see you there!
Team
Google Developer Groups New Delhi
Hey fellow cloud enthusiasts!!
Hope you're as excited as we are to have you at Google Cloud Community Day Delhi 2022.
The applications are closing in 48 hours, it's your last chance to save your spot for our flagship event of the year. Register Today!!
GDG Cloud New Delhi is pumped to announce our annual flagship event "Google Cloud Community Day 2022".
We welcome all cloud, data, and AI/ML enthusiasts to this event. We bring you a stellar lineup of speakers featuring developer advocates, customer engineers and architects from Google, Google Developer Experts, and industry experts on October 2nd 2022 at The Westin Gurgaon, Delhi.
Fill out the RSVP form immediately:
https://www.commudle.com/fill-form/1434
To learn more about the event, visit :
https://www.commudle.com/communities/gdgcloudnd/events/google-cloud-community-day-2022
Perks : Free Swags, Food, Learning Opportunity, etc.
Excited to see you there!
Team
Google Developer Groups New Delhi
Commudle
👎2
Hii guys,
Scaler open source september challenge 23 overview.
1. So, today's challenge is very simple just go through all these 4 links and share your learning in your previous created issue in a format of summary. That's it.
https://codingsight.com/git-branching-naming-convention-best-practices/
https://tighten.com/blog/building-a-great-pull-request/
https://opensource.creativecommons.org/contributing-code/
https://youtu.be/8wt-8B9vCQg
2.Congratulations you have just completed your Day 23 Challenge🥳🥳
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. 👍
Happy Learning
Regards
@Coding_Buddies
Scaler open source september challenge 23 overview.
1. So, today's challenge is very simple just go through all these 4 links and share your learning in your previous created issue in a format of summary. That's it.
https://codingsight.com/git-branching-naming-convention-best-practices/
https://tighten.com/blog/building-a-great-pull-request/
https://opensource.creativecommons.org/contributing-code/
https://youtu.be/8wt-8B9vCQg
2.Congratulations you have just completed your Day 23 Challenge🥳🥳
If you still have any doubt then feel free to ping in group.
Also if you like this post then share with your friends and give me a thumbs up. 👍
Happy Learning
Regards
@Coding_Buddies
{coding}Sight
Git Branching Naming Convention: Best Practices - {coding}Sight
The article describes the best practices of git branch naming. View seven best naming conventions to ensure their efficiency.
👎1
Hey guys new video is out.
Watch it out if you haven't and get free swags from scaler by participating in 30 Days Of Code Challenge.
https://youtu.be/kxUCu2Hbo90
Watch it out if you haven't and get free swags from scaler by participating in 30 Days Of Code Challenge.
https://youtu.be/kxUCu2Hbo90
YouTube
Scaler 30 Days of Code Challenge | Get Free Swags & Goodies #CodingBuddies #scaler #30daysofcode
Code, But With Purpose
Coding every day is alright but how about we figure out a way to ensure you learn every day too?
Now you can! With 30 Days of Challenge, you get an opportunity to start small and go big.
📌Challenge Details : https://scalerdiscord.…
Coding every day is alright but how about we figure out a way to ensure you learn every day too?
Now you can! With 30 Days of Challenge, you get an opportunity to start small and go big.
📌Challenge Details : https://scalerdiscord.…
👎1
Hello folks,
If you receive any swags from any campaign or event and if you share your swags on any social media handle then don't forget to tag me so that I can appreciate your efforts and I'll also get chance to connect with you all.
Soon we'll hit 2k subscribers on our YouTube Channel and for that I need your support. Just share my videos with your friends and group and help me to reach more number of people.
Let's grow our community and help everyone to succeed.
If you receive any swags from any campaign or event and if you share your swags on any social media handle then don't forget to tag me so that I can appreciate your efforts and I'll also get chance to connect with you all.
Soon we'll hit 2k subscribers on our YouTube Channel and for that I need your support. Just share my videos with your friends and group and help me to reach more number of people.
Let's grow our community and help everyone to succeed.
👍5👎1
Hii guys,
The video on the topic "How to fork and create pull request" will be live at 7 PM today.
Till than you can register yourself for Hacktoberfest 2022 and share your ideas on which topic should I create issues in my repository so that it will help youe more.
Note : You are not required to be assigned on any issue. Without assigning you can also create PR. So, there is no need to ask for assigned an issue.
Happy contribution ahead👍
The video on the topic "How to fork and create pull request" will be live at 7 PM today.
Till than you can register yourself for Hacktoberfest 2022 and share your ideas on which topic should I create issues in my repository so that it will help youe more.
Note : You are not required to be assigned on any issue. Without assigning you can also create PR. So, there is no need to ask for assigned an issue.
Happy contribution ahead👍
👍5👎1
Thank you so much everyone!!Finally we have hit 2K subscribers milestone🥳🥳
It really means a lot to me. Thank your for always supporting🙏🙏
It really means a lot to me. Thank your for always supporting🙏🙏
❤7👍1
Hii guys,
I hope you all are doing well. So, quickly share your response regarding which issues should I add in my repository because my repository already contains 10 issues which is too low. So, share your response then I'll add it into my repo.
Waiting for your responses...
I hope you all are doing well. So, quickly share your response regarding which issues should I add in my repository because my repository already contains 10 issues which is too low. So, share your response then I'll add it into my repo.
Waiting for your responses...
Guys please check on hacktoberfest website whether your PR is showing excluded or not. If you contributed in my repo.
Guys now contribute only in this repo and this repo is especially for python codes only.
So whatever project you want to add just create a folder of your project name then add all the codes in it.
Also don't project to add README.md file in it and in this this file you have to add your project output screenshots.
Note : Don't make changes in directly main branch, create another branch then make PR.
https://github.com/kishanrajput23/Awesome-Python-Projects
So whatever project you want to add just create a folder of your project name then add all the codes in it.
Also don't project to add README.md file in it and in this this file you have to add your project output screenshots.
Note : Don't make changes in directly main branch, create another branch then make PR.
https://github.com/kishanrajput23/Awesome-Python-Projects
GitHub
GitHub - kishanrajput23/Awesome-Python-Projects: Contribute in this repository by raising genuine PR. Get verified, and earn the…
Contribute in this repository by raising genuine PR. Get verified, and earn the free swags from Hacktoberfest 2023. - kishanrajput23/Awesome-Python-Projects
👍2
Coding Buddies pinned «Guys now contribute only in this repo and this repo is especially for python codes only. So whatever project you want to add just create a folder of your project name then add all the codes in it. Also don't project to add README.md file in it and in this…»
Guys if you want to check whether a particular repository participating in Hacktoberfest or not. Then simply go to hacktoberfest.com and you'll find it there whether a particular projects is excluded or not
👍2
New repository is ready for contribution 🔥
https://github.com/kishanrajput23/Web-Development-Projects
https://github.com/kishanrajput23/Web-Development-Projects
GitHub
GitHub - kishanrajput23/Web-Development-Projects: Contribute in this repository by raising a genuine PR. Then get verified, and…
Contribute in this repository by raising a genuine PR. Then get verified, and earn the free swags from Hacktoberfest 2022. - kishanrajput23/Web-Development-Projects
👏4👍2