Best of GitHub2021

  1. 1
    Article
    Avatar of dailydaily.dev·5y

    Adding the daily DevCard to your GitHub profile

    Ole-Martin created a GitHub action to pull the latest DevCard automatically. In this article, we’ll show you how you can leverage his amazing action to showcase your DevCard on your GitHub profile as well. The easiest way to add your Dev card is by visiting the DevCard page and generating your card.

  2. 2
    Article
    Avatar of ghblogGitHub Blog·5y

    Thank you, GitHub

    I’m moving on to my next adventure, and Thomas Dohmke will be GitHub’s next CEO. I will become Chairman Emeritus, which fulfills my lifelong ambition of having a title in Latin. My heartfelt thanks to every Hubber and every developer who makes GitHub what it is, every day.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·5y

    Introducing GitHub Copilot: your AI pair programmer

    GitHub Copilot is a new AI pair programmer that helps you write better code. It draws context from the code you’re working on, suggesting whole lines or entire functions. As you type, it adapts to the way you write code to help you complete your work faster.

  4. 4
    Article
    Avatar of devtoDEV·4y

    Mac OS for the Web!

    Mac OS emulator on the Web is an open-source project on Github. It has programs like Notes, Calculator, Terminal, VScode, and other apps and features on this website. The website has PWA (Progressive Web Apps), which with this feature we can install it on any operating system.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Write Good Commit Messages with Commitlint

    Commitlint is a tool that lints your commit messages and makes sure they follow a set of rules. It runs as a husky pre-commit hook, that is, it runs before the code is committed and blocks the commit in case it fails the lint checks. We are going to see how we can set up commitlint in a simple JavaScript project.

  6. 6
    Article
    Avatar of devtoDEV·5y

    Secret dev tools for every code newbie

    This week we look at some of the best tools for new coders. These tools are not commonly recommended in online tutorials or articles and might not be well-known to code newbies. We also look at a new design tool called Figma, which is like Photoshop remixed with Google Docs.

  7. 7
    Article
    Avatar of hashnodeHashnode·4y

    Fakeflix, a Netflix Clone built with React, Redux

    Fakeflix is a clone of Netflix's splash animation. The project has been selected and inserted inside the trending repositories for five days in a row. It's a project to learn how to structure a Web App of a mid-level complexity integrating Redux logic and experiment with things like Redux Thunk.

  8. 8
    Article
    Avatar of phProduct Hunt·4y

    GitHub Wrapped - Your year in code

    You coded a lot in 2021 - commits, pull requests, and reviews. Reflect on your year, the projects you contributed to, and the developers you supported. Share on Twitter or add to your personal Readme. Made by the team at Neat. Open source.

  9. 9
    Article
    Avatar of devtoDEV·5y

    Is your GitHub empty?

    Your lack of GitHub contributions does not necessarily indicate that you aren't good at coding, but it can be a wasted opportunity to confirm that you're passionate and good. To help change this, here are four ideas to contribute more to GitHub. There are many ways to contribute like forking a repo, making a pull request, reviewing code, etc.

  10. 10
    Article
    Avatar of hashnodeHashnode·5y

    7 Trending projects on GitHub for JavaScript developers

    Web Development for Beginners is a 12-week, 24-lesson curriculum all about JavaScript, CSS, and HTML basics. D3 is a JavaScript library for visualizing data using web standards. Mammoth is designed to convert .docx documents, such as those created by Microsoft Word, Google Docs, and LibreOffice, and convert them to HTML.

  11. 11
    Article
    Avatar of hashnodeHashnode·5y

    How To Create A Kickass GitHub Profile Page

    In this article, you'll see how to create a catchy, good-looking Github profile page. By the end of the tutorial, your README will automatically with your latest blog articles/YouTube videos. Click on the video below or click this link to watch the tutorial.

  12. 12
    Article
    Avatar of honeypotHoneypot·5y

    Best React Developer Tools 2021

    Europe's IT worker shortage is projected to grow, meaning job openings for React developers are on the up and up. It's always important to stay up to date with the latest in the world of React to be a competitive player in the job market. Let's talk about what React developer tools are being used in 2021 and why you should include them in your stack.

  13. 13
    Article
    Avatar of ghblogGitHub Blog·5y

    GitHub’s Engineering Team has moved to Codespaces

    GitHub is making Codespaces available to Team and Enterprise Cloud plans on GitHub.com. Codespaces provides software teams a faster, more collaborative development environment in the cloud. GitHub’s Engineering Team has moved to Codespaces. Adopting Codespaces has provided us with an opportunity to improve our overall development experience.

  14. 14
    Article
    Avatar of phProduct Hunt·5y

    GitHub Metrics — Customize your profile with various plugins and metrics

    Metrics generates infographics about you so you can embed them on your GitHub profile to let other users know more about you. Display your git stats along with an isometric calendar, favorites music, website performances, last tweets, projects, languages, ... Embed Collect.

  15. 15
    Article
    Avatar of ghblogGitHub Blog·5y

    Introducing the new GitHub Issues

    Since last year’s GitHub Universe, we’ve shipped more than 20,000 improvements to GitHub for developers, open source communities, and enterprise teams. Maintainers can now limit who can approve and request changes on pull requests. You can also close issues and block users via your phone.

  16. 16
    Article
    Avatar of devtoDEV·5y

    How to create a fancy Github profile with README?

    In this article, we will show you how to use GitHub in a way that you never thought could be used. You will learn how to using your GitHub profile as a resume (CV) or, even more, as a presentation site for yourself or your company. We will show how you can display the repos you are most proud of, how to list your written articles, and how to present your youtube channel.

  17. 17
    Article
    Avatar of ghblogGitHub Blog·4y

    5 automations every developer should be running

    GitHub Actions offers thousands of pre-written, community-built tests and automations that range from code quality to code review to testing. CodeQL finds security advisories across coding languages and packages, and then automatically displays them in your repository’s security tab. Run npm test in your workflows to push the latest and greatest software.

  18. 18
    Article
    Avatar of hashnodeHashnode·5y

    16 side project GitHub repositories you may find useful

    A Side Project is something you do aside from your main job to fuel your passion while learning something new. The primary purpose of this article is to share the GitHub repositories with relevant details. Each of the repositories has a well-explained readme.md file to guide how to use the project. All these projects are open-source and I hope you find them useful.

  19. 19
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Use the .github Repository

    GitHub has many special repositories, like the README in your profile. The .github repository acts as a fallback for repositories that don't have these types of community health files. The first file I will add is a bug report issue form. I am also going to create a feature request form.

  20. 20
    Article
    Avatar of hackernoonHacker Noon·5y

    The Ten Most Starred Github Repositories

    Shreya Purohit has curated a curated list of the most helpful repos ever. Public API contains a list of free APIs which can be used for building projects and apps. Coding Interview University is a repository for learners who want to be a software engineer.

  21. 21
    Article
    Avatar of logrocketLogRocket·5y

    3 services to deploy your Node.js app for free

    In this tutorial, we will see how to deploy a Node.js API built with Express and MySQL to three different services. All the services listed in this post are absolutely free, and the best part that is you don’t need to reach for your credit card — it will not be required.

  22. 22
    Article
    Avatar of hashnodeHashnode·5y

    Beginner's guide to Hacktoberfest 2021

    Hacktoberfest will be hosted by Digital Ocean for the 8th year in a row in partnership with GitHub and other companies. The event is open to everyone and it marks the celebration of Open Source. It's the biggest Open Source event that encourages newbies to participate in Open Source and create their 1st meaningful PR.

  23. 23
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Build a Portfolio Site with Next.js and TailwindCSS

    Manu Arora: How to Build a Portfolio Site with Next.js and Tailwind CSS. How to build a site with next.js, TailwindCSS and other tools to help you grow your business. Manu: The best way to grow a business is to have a portfolio of sites.

  24. 24
    Article
    Avatar of hashnodeHashnode·4y

    GitHub Copilot is here to stay

    AI used to be a buzzword, Just as Crypto or Blockchain is today. It was thrown around inflationary until everyone knew the term but did not really know what it was all about. Products were meant to have AI as a marketing stunt while not really including the AI they overpromised. But then there was GitHub Copilot.

  25. 25
    Article
    Avatar of dzDZone·5y

    6 Chrome & VS Code Extensions For Backend Developers

    This article shows you different extensions you can install in your Chrome or Firefox web browser or via Visual Studio Code. Many backend developers don’t know about extensions or are reluctant to use them. Yet, developers often overlook the benefits of using these extensions. Here’s a list of three Chrome extensions for backend devs with alternatives for each one.