Best of GitHub — January 2022
- 1
- 2
Hacker News·4y
Dev corrupts NPM libs 'colors' and 'faker' breaking thousands of apps
Users of popular open-source libraries 'colors' and 'faker' were left stunned after they saw their applications, using these libraries, printing gibberish data and breaking. The developer of these libraries intentionally introduced an infinite loop that bricked thousands of projects that depend on them. The reason behind this mischief on the developer's part appears to be retaliation against mega-corporations and commercial consumers who rely on cost-free and community-powered software.
- 3
SitePoint·4y
How to Create an Impressive GitHub Profile README
A GitHub profile README is a feature of GitHub that allows users to use a Markdown file named README to write details about themselves. This is a fancy way to showcase one’s skills and stats on GitHub. To follow along with the tutorial, you’ll need to have a basic understanding of HTML and Markdown.
- 4
- 5
LogRocket·4y
CI/CD in Node.js with GitHub Actions
Continuous integration/continuous deployment is a software engineering practice that helps teams to collaborate better. With GitHub Actions, you can easily integrate this into your GitHub project without using an external platform. In this tutorial, we see how you can use GitHub Actions to set up a CI/CD pipeline to your project.
- 6
Vue.js Developers·4y
VueJS Datatbales GitHub 2022
VueJS is a progressive framework for building user interfaces. It is used by big companies such as Gitlab, Alibaba, Xiaomi, Adobe, Euronews, Nintendo, Grammarly, Codeship, Behance, and many more. VueJS Datatables can be tricky, not to mention choosing the right design can be very time-consuming.
- 7
freeCodeCamp·4y
How to Build Your First JavaScript GitHub Action
GitHub Actions are custom code that you can include in a workflow job as a step to accomplish a task. An action can publish your code to a package manager like npm or yarn. It can also integrate with an SMS service provider to alert you when an urgent issue is created in your repo.
- 8
It's Foss·4y
9 Open Source Add-Ons to Improve Your Mozilla Firefox Experience
Mozilla Firefox is easily one of the most popular open-source web browsers among Linux users. What are some of the best open- source Mozilla Firefox add-ons that you can install? Take a look at our list of the top five open-Source Mozilla Firefox extensions.
- 9
freeCodeCamp·4y
How to Use Git and GitHub in a Team like a Pro – Featuring Harry and Hermione 🧙
In this tutorial, you will learn how to work in a team with a central repository on GitHub. The project will use two fictional team members – Harry and Hermione – with two separate GitHub accounts. Harry will be the one working locally in our development environment, and Hermione will work directly on GitHub by using an online VSCode.
- 10
Hashnode·4y
The Ultimate Guide to GitHub
Git is a version control system technology used for managing source codes of various software. GitHub is one of the most popular platforms among developers all over the world. It has a wide variety of users ranging from beginner programmers to Multinational Companies like Google and Amazon. In this article, we are going to take a deeper look at GitHub and its attributes.