PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Github

Github posts, videos, courses, and more

A simple React app: fetch GitHub users information via API

Welcome to a quick tutorial on my journey of building a React app that connects with external APIs. Today, I'm focusing on a hands-on example: fetching and displaying GitHub user data using...

Baransel ยท 1 year ago

2

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...

Bobby Iliev ยท 2 years ago

2

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...

Mr. ร…nand ยท 2 years ago

5

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...

Kaushal Joshi ยท 3 years 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....

Rahul ยท 3 years ago

1

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...

Mr. ร…nand ยท 3 years ago

8

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...

Karthikeyan ยท 3 years ago

1

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...

TechvBlogs ยท 3 years ago

3

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...

Dhairya Shah ยท 3 years ago

2

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...

Abhiraj Bhowmick ยท 3 years ago

5

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...

Baransel ยท 3 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...

Arpit Soni ยท 3 years ago

4

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...

Arindol Sarkar ยท 3 years ago

5

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...

Sachin Chaurasiya ยท 3 years ago

4

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,...

Mr. ร…nand ยท 3 years ago

6

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...

Mr. ร…nand ยท 3 years ago

7

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...

Mr. ร…nand ยท 3 years ago

7

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...

Tapas Adhikary ยท 3 years ago

5

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...

Damian Demasi ยท 3 years ago

5

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....

Kim Hallberg ยท 3 years ago

11

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....

Avneesh Agarwal ยท 3 years ago

4

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...

Bobby Iliev ยท 3 years ago

8

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...

Muthu Annamalai Venkatachalam ยท 3 years ago

5

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...

Anish De ยท 3 years ago

4

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...

Bobby Iliev ยท 3 years ago

6

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...

Muthu Annamalai Venkatachalam ยท 3 years ago

4

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...

Raunaq ยท 4 years ago

4

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...

Dev Yoda ยท 4 years ago

6

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...

Boyan Iliev ยท 4 years ago

9

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...

Bobby Iliev ยท 4 years ago

8

Loading More Content