Github

Github posts, videos, courses, and more

Bobby Iliev · 1 year ago

Reset Local Repository Branch to be Just Like Remote Repository HEAD: A Step-by-Step Guide

Introduction In the world of Git, it's not uncommon for developers to find themselves in a situation where their local repository has diverged from the remote repository. This can happen due...
2

Mr. Ånand · 1 year ago

Hacktoberfest 2022: Win Swags for Quality Contributions

Hacktoberfest 2022 is ongoing and you must have started the contribution. Everyone loves swags in the developer community. Let me tell you some good opportunities to grab cool swags by addin...
5

Kaushal Joshi · 1 year ago

How to Fetch Large Data Files Through GitHub API

During my internship at Hackernoon, I had a task to fetch some files from GitHub API. Initially, I thought it'd be a simple GET request but soon I realized the work is a headache. The file I...

Rahul · 1 year ago

19 Unique Git and Github Resources for Developers

While beginning as a web developer, it tends to be not difficult to lose all sense of direction in the large number of dialects, devices and stages that are accessible in the present market....
1

Mr. Ånand · 1 year ago

Some Useful GitHub Repositories To Enhance Your Web3 Skills

As the world is moving towards new technology, Web3 is the most trending of them. Developers are learning this new technology very fast, many companies are also shifting towards decentralize...
8

Karthikeyan · 1 year ago

How to sign your Github Commits ?

In this blog , we are going to see how we can sign your Github commits and get the verified sign when you commit your code. Before jumping on to the how part of this blog. Let’s quickly see...
1

TechvBlogs · 2 years ago

How to change the URI (URL) for a remote Git repository?

What is Git? Git is the world's most popular distributed version control system used by many open-source and commercial projects. It allows you to collaborate on projects with your fellow de...
3

Dhairya Shah · 2 years ago

View list of GitHub commits within the specified date range

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Have you ever n...
2

Abhiraj Bhowmick · 2 years ago

10 GitHub repos you cannot miss out on

What is a repository? Basically a repo is short for repository. A repository is like a container, it stores your files. It is stored with a history of changes you've made. If you don't get w...
5

Baransel · 2 years ago

A Git Cheat Sheet

Sign up to my newsletter!. Intro When it comes to version control systems, there are few software that can beat GIT in performance and relevance. GIT was developed by Linus Torvalds in 200...

Arpit Soni · 2 years ago

GitHub Repos to become better JavaScript Developer ⭐

Yeah, JavaScript is cool right. Here some GitHub Repos that help you to become better JavaScript developer. 1. Airbnb JavaScript Style Guide GitHub Repo 2. The Algorithms JavaScript GitHub R...
4

Arindol Sarkar · 2 years ago

The Github Client You Need in 2022!

You probably have heard of github. Every single programmer has visited github more than once. However, being one of the most popular code hosting platform for version control and collaborati...
5

Sachin Chaurasiya · 2 years ago

How To Show Your Latest Blogs On GitHub Profile

As a developer, we love to build our online presence and for that, we do a lot of things like sharing tips and tricks, writing in-depth guides to discuss any tech, writing tutorials on how t...
4

Mr. Ånand · 2 years ago

All Resources To Help You Start Your Open-Source Journey: Open Source Gallery

Do you want to start your open source journey? Don't know where to start? Difficulty in finding suitable projects according to your tech stack? Then this article is for you. In this article,...
6

Mr. Ånand · 2 years ago

How NOT to contribute to Open Source on GitHub: Tips For Beginners

While maintaining some projects on GitHub during Hacktoberfest 2021, I came across many new open source contributors. They are just starting their open-source journey and making mistakes. In...
7

Mr. Ånand · 2 years ago

Some Cool GitHub Actions You Won't Believe Exists

With GitHub Actions, you can automate, customize, and execute your software development workflows right in your repository. You may find, create, and distribute actions for any job you want...
7

Tapas Adhikary · 2 years ago

5 tips for beginners to web development

The modern era of web development is fascinating. Plenty of frameworks and libraries to keep us productive. There are thousands of quality resources to read and learn from. Apart from the pl...
5

Damian Demasi · 2 years ago

Learn how to use Git and GitHub in a team like a pro

In this tutorial, you will learn how to work in a team with a central repository on GitHub. You will work on issues, commits, pull requests, code reviews, and more. I don't consider myself a...
5

Kim Hallberg · 2 years ago

How to Add Sign in With GitHub to Wave

Introduction In this tutorial, we will cover how to add social login to Wave. For this example, we will use GitHub as our OAuth provider. We will start by adding Laravel's Socialite package....
11

Avneesh Agarwal · 2 years ago

My experience of Hacktoberfest 2021

I have been participating in a great and the biggest event for open source this month- Hacktoberfest! In this article, I am going to tell you how I participated and how I enjoyed this event....
4

Bobby Iliev · 2 years ago

Automatically display your latest posts on your GitHub Profile README

Introduction By creating a repository with the same name as your GitHub username (eg. bobbyiliev/bobbyiliev) you actually create a special repository. Its README.md will appear on your publi...
8

Muthu Annamalai Venkatachalam · 2 years ago

Hacktoberfest 101: Everything You Need To Know About It

Hacktoberfest is no stranger to you. Every October, DigitalOcean hosts Hacktoberfest. It is a month-long, community-wide event celebrating open source projects. Participants receive prizes a...
5

Anish De · 2 years ago

Creating a Bug Report Form in GitHub

GitHub allowed us to make pre-build issue templates in the form of markdown files which the person reporting the bug could fill out. This was better than presenting the person reporting the...
4

Bobby Iliev · 2 years ago

8 Open Source Projects to Contribute to - Hacktoberfest 2021

Introduction Hacktoberfest is a month-long event where people are awarded for contributing to open source projects 🙌. In order to participate you need to sign up here and then Submit four p...
6

Muthu Annamalai Venkatachalam · 2 years ago

Top 10 Git commands that Everyone Should Know

Hello Everyone 👋, Git is an important part of daily programming (especially if you're working with a team) and is widely used in the software industry. Since there are many various commands...
4

Raunaq · 2 years ago

How to fetch a pull request locally and test it out before merging

Introduction In this post, we'll learn how to fetch a pull request locally and test it out before merging it into our project repository. We can also make changes to it if required and push...
4

Dev Yoda · 2 years ago

How Do Git Repositories Work?

Introduction Git is an open source version control system used to take snapshots of changes in files over time and store those changes in a .git folder. The folder is called a git repository...
6

Boyan Iliev · 2 years ago

How to Undo Your Most Recent Local Commits in Git

Introduction Git is probably the most well-known and used version control system. It makes working on a single project with other developers much easier because Git tracks all the changes yo...
9

Bobby Iliev · 2 years ago

Introduction to Git and GitHub Crash Course + Giveaway ⭐

Introduction Hello everybody! Welcome to this Introduction to Git and GitHub video series, where you will learn the basics of Git and start using it for your day-to-day tasks. My name is Bob...
8

Bobby Iliev · 2 years ago

Introduction to Git and GitHub

Welcome to this Git and GitHub basics video course! In this Git crash course, you will learn the basics of Git so you can use Git to track your code changes and collaborate with other member...
15

Loading More Content