Best of GitHubDecember 2021

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

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

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

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

  5. 5
    Article
    Avatar of snipcartSNIPCART·4y

    Astro: Less JavaScript & More HTML

    Astro is an open-source project released under the MIT license and build by the team behind Snowpack. It can render JavaScript interactive components from a few different frameworks into pre-built HTML pages. Astro supports Markdown, TypeScript, Sass, Scoped CSS, CSS Modules, Tailwind, and any other packages.

  6. 6
    Article
    Avatar of gcgitconnected·4y

    GitHub may replace DockerHub

    DockerHub as a single repository of container images is becoming less and less important. In it’s place, GitHub is a strong contender as it has its sights on being everything a developer needs. GitHub has become the defacto standard for any Open Source project, and developers, on the whole, like using it.

  7. 7
    Article
    Avatar of devtoDEV·4y

    Taiga UI: A year in Open Source

    Taiga UI is a huge Angular components library. We at Tinkoff were developing it closed-source for a couple of years before finally going public with a second major version. It’s been a year since our open source release and today I want to look back at this part of our journey.

  8. 8
    Article
    Avatar of ghblogGitHub Blog·4y

    Improving GitHub code search

    GitHub is rolling out a technology preview for substantial improvements to searching code on GitHub. We want to give you an early look at our efforts and get your feedback as we iterate on helping you explore and discover code. Sign up for the waitlist now, and give us your feedback!

  9. 9
    Article
    Avatar of ghblogGitHub Blog·4y

    GitHub’s top 10 blog posts of 2021

    GitHub Blog is highlighting some of the incredible work from GitHub’s engineers, product teams, and security researchers during 2021. If you’re looking for inspiration as we head into the new year, take a look at the top 10 posts published in 2021.

  10. 10
    Article
    Avatar of devtoDEV·4y

    Stop pushing your React API Key on GitHub 😪

    React uses external API’s and you pushed these API keys on GitHub. We will see how we can avoid this and hide your API's keys on Github, you need .env file. You don’t need to install env package, this feature is available with react-scripts@0.3 and higher.