GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#dockerfile #cheatsheet #docker #javascript #npm #npm_package #reactjs #references #semver #toml #typescript

This resource provides a comprehensive quick reference guide for developers, covering a wide range of programming languages, tools, and technologies. It includes cheat sheets for languages like Python, Java, C++, JavaScript, and many more, as well as tools such as Git, Docker, and various databases.

The benefit to the user is that it serves as a one-stop repository for quick references, saving time and effort in looking up syntax, commands, and best practices. Users can also contribute to the project by adding or improving existing cheat sheets, making it a collaborative and continuously updated resource. Additionally, there are several mirror sites available for users in China who may face accessibility issues with the main site.

https://github.com/jaywcjlove/reference
#dockerfile #best_practices #es6 #eslint #express #expressjs #javascript #jest #microservices #mocha #node_js #nodejs #nodejs_development #npm #rest #style_guide #styleguide #testing #types

Here is the key information and benefits of the Node.js best practices guide in simple English**
- The guide provides over 100 best practices for Node.js development, covering project architecture, error handling, code patterns, testing, production readiness, security, and Docker practices.
- It is updated regularly and includes contributions from many experts in the field.
- The guide is available in multiple languages.

**Benefits** Following these best practices helps you write cleaner, more maintainable code.
- **Error Handling** Protect your application from common security threats with guidelines on secret management, input validation, and secure headers.
- **Performance** Ensure your code is ready for production with tips on monitoring, logging, and process uptime.
- **Testing** Learn how to optimize your Docker images and containers for Node.js applications.

By following these best practices, you can build robust, secure, and high-performance Node.js applications.

https://github.com/goldbergyoni/nodebestpractices
#typescript #azure_devops #bitbucket #dependencies #dependencies_checking #dependency_manager #github #gitlab #npm #package_management

Renovate is a tool that automatically updates the dependencies in your code. It checks for newer versions of dependencies and creates pull requests to update them, so you don't have to do it manually. Renovate supports many languages and platforms like GitHub, GitLab, and Bitbucket. It provides useful information to help you decide which updates to accept and is highly configurable to fit your needs. You can run Renovate using cloud-hosted or self-hosted solutions, making it easy to keep your code up-to-date without much effort. This saves you time and ensures your project stays secure and efficient.

https://github.com/renovatebot/renovate
#go #devops #docker_registry_v2 #git #git_gui #git_server #gitea #github #github_actions #gitlab #go #gogs #golang #hacktoberfest #maven_server #npm_registry #vue

Gitea is a simple and fast way to set up your own Git service. It works on many platforms like Linux, macOS, and Windows. You can easily install it and use it to manage your code repositories. Gitea is free, open-source, and has a community that helps with translations and contributions. You can try it online or set up your own instance quickly. This makes it easy for developers to host their own Git servers without much hassle, giving them full control over their code.

https://github.com/go-gitea/gitea
#typescript #npm_package #types #typescript #typescript_definitions #utilities

TypeScript provides a collection of essential types through packages like `type-fest`. These types help developers write more robust and maintainable code by offering additional features beyond what's built into TypeScript. They include utilities for handling objects, arrays, strings, and numbers in a more precise way. For example, you can use types to ensure that certain properties are required or optional, or to transform data between different formats. This helps catch errors early during development rather than at runtime, making your code safer and easier to understand.

https://github.com/sindresorhus/type-fest