Ranking of JavaScript open source projects in September

Ranking of JavaScript open source projects in September

[[428048]]

The ranking of the most popular JavaScript open source projects on GitHub in September has been released. Let’s take a look at the details of the list:

1YesPlayMusic

https://github.com/qier222/YesPlayMusic Star 11546

A third-party NetEase Cloud player with high appearance value, supporting Windows / macOS / Linux.

2tech-interview-handbook

https://github.com/yangshun/tech-interview-handbook Star 59891

tech-interview-handbook covers various high-frequency interview questions, mainly including the following:

  • Algorithm interview questions
  • How to prepare for a coding interview
  • Interview cheat sheet - straight to the point interview tips
  • Algorithms and best practice questions by topic
  • Front-end job interview questions
  • Interview Formats at Top Tech Companies
  • Top tech companies propose codes of conduct
  • Questions You Should Ask Your Interviewer at the End of an Interview
  • Useful resume tips, how to make your resume unique and resume dos and don'ts

330-seconds-of-code

https://github.com/30-seconds/30-seconds-of-code Star 86.7K

This project carefully collects a large number of useful JavaScript code snippets articles, allowing you to understand and use them in a very short time. They are divided into parts such as date, node, function module, etc. You can directly import these codes of the file into your text editor (VSCode, Atom, Sublime).

4weekly

https://github.com/ascoders/weekly Star 15548

Front-end Intensive Reading Weekly. Helps you understand the most cutting-edge and practical technologies.

5appwrite

https://github.com/appwrite/appwrite Star 12727

Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers, packaged as a set of Docker containers for easy deployment.

6MockingBird

https://github.com/babysor/MockingBird Star 8219

MockingBird is a voice cloning tool with the following features:

  • Supports Mandarin and tested with various Chinese datasets
  • For pytorch, tested in version 1.9.0 (latest as of August 2021), GPU Tesla T4 and GTX 2060
  • Support Windows + Linux
  • Using only the newly trained synthesizer has good results, reusing the pre-trained encoder/vocoder

7clean-code-javascript

https://github.com/ryanmcdermott/clean-code-javascript Star 58548

Software Engineering Principles, from Robert C. Martin's book Clean Code, adapted for JavaScript. This is not a style guide. It is a guide to producing readable, reusable, and refactorable software in JavaScript.

8ToolJet

https://github.com/ToolJet/ToolJet Star 3674

ToolJet is an open source, no-code framework that allows you to quickly build and deploy internal tools without much effort from your engineering team. You can connect to your data sources such as databases (like PostgreSQL, MongoDB, Elasticsearch, etc.), API endpoints (ToolJet supports importing OpenAPI specifications and OAuth2 authorization), and external services (like Stripe, Slack, Google Sheets, Airtable) and use our pre-built UI widgets to build internal tools.

9freeCodeCamp

https://github.com/freeCodeCamp/freeCodeCamp Star 333429

Free Code Camp is an open source project founded by a non-profit organization to help developers learn code communities. Users can learn programming by completing coding adjustments and building projects. Learning programming breaks away from boring learning methods and adopts a level-breaking gamification learning mechanism. After completing all courses, users can obtain 4 certificates.

10insomnia

https://github.com/Kong/insomnia Star 18037

An open source, cross-platform API client for GraphQL, REST, and gRPC.

<<:  Catch it all - Webpack project packaging 1

>>:  F5 Cloud Native Keywords: Transformation, Construction, Integration

Blog    

Recommend

Have you learned how to configure multiple public IP addresses?

background For some customers working on video an...

What is blockchain fork? I finally understand

I have previously written about how Bitcoin minin...

Wind River Wins Two Awards at 2017 SDN/NFV World Summit

At the 2017 SDN/NFV World Summit hosted by Layer1...

5G IoT may be the next opportunity

Now that 5G mobile services have begun to enter t...

How to change ssh port in CentOS7.*

I checked the port modification records in the si...

Hang Seng Bank launches new generation digital financial infrastructure LIGHT

On October 24, the 2020 Hang Seng LIGHT Developer...

Shandong issues six standards for e-government cloud platform construction

Recently, Shandong issued six standards in the fi...

Hand-write a Nodejs program that imitates WeChat login

[[357291]] Preface First, let’s take a look at a ...