Best of GitHubApril 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    FreeFrontend

    A curated collection of CSS Hover Effects with 17 new items added. Explore the power and versatility of hover effects with free HTML and CSS code examples.

  2. 2
    Article
    Avatar of devtoDEV·2y

    How to get somebody fired using Git

    The post humorously describes a trainee developer named Billy who learns Git by doing everything wrong, including pushing code to someone else's branch using --force, performing a hard reset on the production branch, and exposing the project's secrets by modifying the .gitignore file. The author emphasizes the importance of setting permissions in repositories and highlights the purpose of version control systems like Git.

  3. 3
    Article
    Avatar of devtoDEV·2y

    Upgrading your GitHub readme

    Tips for upgrading and making a GitHub profile presentable and representing the developer's skills and goals.

  4. 4
    Article
    Avatar of devtoDEV·2y

    How to showcase your GitHub repositories on LinkedIn 🐱

    Learn how to showcase your GitHub repositories on LinkedIn by adding a social media preview image and featuring your repositories on your profile.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Use Git and GitHub – a Guide for Beginners and Experienced Developers

    This post is a comprehensive guide on how to use Git and GitHub for beginners and experienced developers. It covers various topics such as installing Git, configuring Git, creating a repository, creating branches, making changes to files, staging changes, committing changes, pushing changes to a remote repository, pulling changes from a remote repository, working with Git commands, creating pull requests, and merging pull requests. The guide aims to help readers excel in their coding workflow, collaborate effectively, and contribute to open-source projects.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    A simple React app: fetch GitHub users information via API

    Learn how to build a React app that connects with the GitHub API to fetch and display user data. Set up the React environment, explore the GitHub API, and create a user interface for displaying the data. Use Axios for efficient API requests. By the end of this tutorial, you'll have a functional React app integrated with an external API.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    GitHub Foundations Certification – Exam Prep Guide

    GitHub Foundations certification is a benchmark for validating skills in using Git and GitHub. It covers topics like version control, collaboration features, modern development, and more.

  8. 8
    Article
    Avatar of watercoolerWatercooler·2y

    Most starred repos!! What's your fav repo?

    Discover the most starred repositories on GitHub and learn how to contribute to popular projects.

  9. 9
    Video
    Avatar of communityCommunity Picks·2y

    How to Deploy Your Next.js App in 5 minutes

    Learn how to deploy your Next.js app on Vercel in just 5 minutes. No need to manually configure servers or restart Apache. Everything is automatically deployed with the power of Vercel.

  10. 10
    Article
    Avatar of flaviocopesFlavio Copes·2y

    Benefits of using Git (and GitHub) as a solo dev

    Using Git as a solo developer provides advantages such as backup strategy, version control, code history, and collaboration with the Open Source community.

  11. 11
    Article
    Avatar of communityCommunity Picks·2y

    Open Any Public GitHub Repo in Codesandbox in 3 Seconds

    Learn how to quickly open any public GitHub repo in CodeSandbox by following a simple trick.

  12. 12
    Article
    Avatar of telerikTelerik·2y

    Using GitHub and NextAuth.js for Single Sign-on in Next.js

    Learn how to implement single sign-on with GitHub and OAuth in Next.js using NextAuth.js for straightforward and secure authentication management.

  13. 13
    Article
    Avatar of ghblogGitHub Blog·2y

    A short guide to mastering keyboard shortcuts on GitHub

    Discover the world of GitHub keyboard shortcuts, customize your experience, and make use of the GitHub Command Palette to navigate and perform actions swiftly.

  14. 14
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Copilot in the CLI is here! I hate it.

    GitHub co-pilot is now available in the CLI, allowing users to get terminal command suggestions and explanations. The GitHub CLI has its pros and cons, with some users expressing frustration with its UX. Co-pilot in the CLI can be useful for tasks like explaining commands, suggesting commands, and generating shell-specific aliases.

  15. 15
    Article
    Avatar of lobstersLobsters·2y

    Using Multiple GitHub Accounts

    Learn how to use multiple GitHub accounts with git by configuring different git configurations for different directories and creating separate SSH keys for each account.