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
#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