Best of GitHubNovember 2021

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

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

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

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

  5. 5
    Article
    Avatar of devdojoDevDojo·4y

    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. The project will use two fictional team members, let's call them Harry and Hermione. Harry will be the one working locally in our development environment. Hermione will choose to work directly on GitHub by using an online VSCode.

  6. 6
    Article
    Avatar of hashnodeHashnode·5y

    GitHub Copilot: Intro, Benefits and Examples

    GitHub Copilot is an AI pair programmer that helps you write code faster and with less work. It draws context from comments and code, and suggests individual lines and whole functions instantly. The GitHub Copilot technical preview is available as an extension for Visual Studio Code, Neovim and the JetBrains suite of IDEs.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    How to Improve and Automate Your Web Development Workflow

    Web Development is about how we test, debug, and finally ship/deploy the application. In this article, you will learn a few web development workflows that can help you develop, test, build, and deploy faster. You can try out all your JavaScript logic, code snippets, and code ideas directly in the browser's console.

  8. 8
    Article
    Avatar of inPlainEngHQPython in Plain English·4y

    Who Writes Better Code: GitHub CoPilot or GPT-3?

    GitHub recently announced its new GitHub copilot tool. The copilot is based on suggesting what could be the next piece of code based on the current variables used/declared. GPT-3 predicts the next word of a sentence given the previous words in a sentence. The comparison between the two may seem a bit unfair, but it will be interesting to see how these two models perform.

  9. 9
    Article
    Avatar of infoworldInfoWorld·5y

    GitHub introduces code review controls

    GitHub has added code review restrictions and improved mobile notifications for users of its popular Git-based version control system and code-sharing site. Among the goals of the code review limits is an attempt to address “drive-by” pull request approvals and spammy change requests.

  10. 10
    Article
    Avatar of ghblogGitHub Blog·5y

    Building the next phase of GitHub, together

    GitHub CEO Nat Geo Wojcicki is stepping down on November 15th. Wozniacki started coding in the late 1980s on a Robotron KC 87 and then on a Commodore 64. GitHub will retain its developer-first values, distinctive spirit, and open extensibility. We will always support developers in their choice of any language, license, tool, platform or cloud.

  11. 11
    Article
    Avatar of ghblogGitHub Blog·5y

    10 GitHub Actions resources to bookmark from the basics to CI/CD

    GitHub Actions offers powerful automation and CI/CD functionality that’s platform-native and accessible right from your repository on GitHub. Try the following steps to learn how automation on GitHub works and how it can simplify your workflows. Try building your own workflows with GitHub Actions templates, testing your actions, and monitoring your workflow with the visualization graph.

  12. 12
    Article
    Avatar of devdojoDevDojo·5y

    GitHub Copilot blew my mind on a code-along exercise

    GitHub Copilot is an extension that can be installed in most IDEs and text editors. It suggests lines of code, or entire functions, based on the OpenAI engine. This tool uses our code to, in turn, suggest code right back to us. It speeds up the development process greatly and helps to reduce mistakes.

  13. 13
    Article
    Avatar of geekflareGeekflare·4y

    IDE as a Code with GitHub Codespaces in Visual Studio Code

    GitHub codespaces is a cloud environment that is accessible from a browser and has all the features necessary for developing dedicated code. To use this feature, you must have Docker installed on your machine. It is also necessary to install the Remote Containers extension, which will help us build the development environment.

  14. 14
    Article
    Avatar of ghblogGitHub Blog·5y

    Game Off 2021 theme announcement

    The theme for this year’s Game Off is… Bug! Submit a game incorporating the theme between now and December 1. After a few weeks of playing and rating the games by participants, the winners will be announced shortly thereafter. Nobody’t judging the code quality, so lots of bugs are both expected and accepted. Focus on having fun!

  15. 15
    Article
    Avatar of ghblogGitHub Blog·4y

    5 DevOps tips to speed up your developer workflow

    From CI/CD to containerization management and server provisioning, DevOps gets a lot of buzz in tech today. From learning YAML to scripting with Bash, here are a few simple tips for developers who want to speed up their workflows. Here are three “DevOps tools’ that can speed up your workflows and let you focus on building great software.

  16. 16
    Article
    Avatar of ghblogGitHub Blog·4y

    7 advanced workflow automation features with GitHub Actions

    GitHub Actions is designed to bring platform-native automation and CI/CD capabilities directly into the GitHub flow. It can also be used to build out more advanced, custom workflows for anything from triggering an alarm to orchestrating complex security test automations. If you’re looking to create advanced workflows, you can use the pre-built actions.