Best of GitHub — December 2021
- 1
- 2
GitHub 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
freeCodeCamp·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
Hashnode·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
SNIPCART·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
gitconnected·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
DEV·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
GitHub 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
- 10
DEV·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.