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
#other #awesome #awesome_list #javascript #list #node #nodejs

Node.js is a powerful tool for building many types of applications. It allows developers to create web servers, APIs, and real-time applications easily. Node.js is fast and efficient because it uses a non-blocking approach, which means it can handle many tasks at once without slowing down. This makes it great for building scalable applications that can handle a lot of users. Additionally, Node.js has a large community and many resources available, making it easier for developers to learn and use. By using Node.js, developers can build fast, efficient, and scalable applications quickly.

https://github.com/sindresorhus/awesome-nodejs
👍1
#ruby #code_formatter #hacktoberfest #linter #rubocop #ruby #static_code_analysis

RuboCop is a tool that helps keep your Ruby code clean and organized. It checks your code for problems and can even fix some of them automatically. This helps you write better code and makes sure it looks consistent throughout your project. Using RuboCop can save you time and effort by catching mistakes early and improving your code's performance. It's easy to install and use, and you can customize it to fit your needs. Overall, RuboCop is a valuable tool for anyone writing Ruby code.

https://github.com/rubocop/rubocop
👍1
#rust

Libsignal is a collection of tools that help keep your messages private. It includes the Signal protocol, which is used by many apps for secure communication. This protocol ensures that only the sender and receiver can read messages, thanks to strong encryption. Libsignal also supports features like device-to-device transfers and zero-knowledge proofs, which help protect user identities. By using libsignal, apps can provide users with secure and private communication, which is important for keeping personal information safe.

https://github.com/signalapp/libsignal
#go #aws #cloud #cloud_computing #csharp #dotnet #fsharp #go #golang #infrastructure #infrastructure_as_code #javascript #lambda #pulumi #python #typescript

Pulumi helps you manage cloud resources like AWS using code. This means you can automate and control your cloud infrastructure easily. Pulumi supports many programming languages, making it flexible for different teams. It also helps with security and compliance, ensuring your cloud setup is safe and follows rules. By using Pulumi, you can speed up deployments and make your cloud operations more efficient. This helps you save time and reduce risks, making it easier to manage complex cloud environments.

https://github.com/pulumi/pulumi-aws
#lua #copilot #github_copilot #lsp_server #lua #neovim #nvim_cmp

The **copilot.lua** plugin is a Lua version of the GitHub Copilot plugin for Neovim. It helps with coding by suggesting completions as you type. This plugin is more efficient and integrates well with modern Neovim plugins, unlike the older Vim version. To use it, you need to install it with a plugin manager like Packer.nvim and authenticate using the `:Copilot auth` command. It offers features like a suggestion panel and customizable settings for different file types. This plugin makes coding easier by providing intelligent suggestions without cluttering your screen.

https://github.com/zbirenbaum/copilot.lua
#javascript #search_engine #tampermonkey #userscript

**SearchEngineJumpPlus** is a helpful tool that lets you quickly switch between different search engines. It shows a small bar on search pages, allowing you to click and jump to other search engines with the same search terms. You can also use it to search selected text on a webpage by highlighting it. This tool supports many search engines and websites, making it easy to compare results across different platforms. It helps save time by automating the process of searching on multiple sites.

https://github.com/MUTED64/SearchEngineJumpPlus
#cplusplus

JsonCpp is a helpful C++ library for working with JSON data. It allows you to easily read and write JSON files, and it can even keep comments in your files. This makes it useful for storing user settings or configurations. You can install JsonCpp using tools like vcpkg or Meson. It supports both old and new C++ compilers, making it versatile for different projects. The library is free to use under the MIT license, which is beneficial for developers who want flexibility in their projects.

https://github.com/open-source-parsers/jsoncpp
#python #anthropic #api #claude #llm #model_context_protocol #python #server

FastMCP is a tool that helps developers build servers for AI applications using the Model Context Protocol (MCP). It makes it easy to create tools, expose data, and define interaction patterns for AI models. With FastMCP, you can focus on building great tools without worrying about complex protocol details. It's fast, simple, and uses Pythonic code, making it easy for developers to integrate AI with various data sources and tools. This simplifies AI development and makes it more efficient.

https://github.com/jlowin/fastmcp
#typescript #angular #javascript #pwa #typescript #web #web_framework #web_performance

Angular is a powerful tool for building web applications. It uses TypeScript and JavaScript to create fast and scalable apps. Angular helps developers by providing a standard structure and features like two-way data binding, which makes it easy to update web pages without extra code. It's great for building single-page applications and works well on many devices. This makes it a popular choice for developers who want to create high-performance apps quickly and efficiently.

https://github.com/angular/angular
#go #docker #git #go #gogs #mysql #postgresql #raspberry_pi #scip_enabled #self_hosted #sqlite3

Gogs is a simple and easy-to-use self-hosted Git service. It allows you to manage your own Git repositories on your server, giving you full control over your code. Gogs supports many features like user management, repository issues, pull requests, and wikis. It can run on low-cost hardware like a Raspberry Pi and supports multiple languages. Using Gogs helps you save money by avoiding subscription fees and gives you the flexibility to customize it as needed. This makes it a great choice for individuals and small teams who want to manage their code privately and efficiently.

https://github.com/gogs/gogs
#typescript #adblock #adblocker #blocker #desktop_app #electron #linux #mac #macosx #music #music_player #music_player_application #node #windows #youtube #youtube_dl #youtube_downloader #youtube_music #youtube_music_player #youtube_player #youtube_playlist

This YouTube Music app is a special version that lets you customize how you listen to music. It has many features like blocking ads, changing video quality, and adding lyrics to songs. You can also create your own plugins to make the app work just how you want. It helps you by giving you more control over your music experience, making it easier to enjoy your favorite songs without distractions.

https://github.com/th-ch/youtube-music
#go #go #golang #whatsapp #whatsapp_web

**whatsmeow** is a Go library that helps you interact with WhatsApp's web multidevice API. It allows you to send messages (text and media) to private chats and groups, receive all messages, manage groups, and more. You can also send typing notifications, delivery and read receipts, and handle message decryption retries. This library is useful for developers who want to automate tasks or build custom applications using WhatsApp. It provides a lot of features but does not support calls or sending broadcast list messages.

https://github.com/tulir/whatsmeow
#typescript #ai #code #github #system_design

GitDiagram is a tool that helps you visualize GitHub repositories as interactive diagrams. It quickly turns repository structures into system design diagrams, allowing you to click on components to view source files and directories. This tool is useful for understanding large codebases easily and navigating through them. It benefits users by making it simpler to explore and contribute to open-source projects, saving time and effort in understanding complex repository structures.

https://github.com/ahmedkhaleel2004/gitdiagram
#rust #language_server_protocol #postgres

The Postgres Language Server is a tool that helps developers work better with PostgreSQL databases. It provides features like autocompletion, syntax error highlighting, type-checking, and a linter to ensure your SQL code is correct and efficient. This tool makes it easier to write and manage SQL queries by reducing errors and suggesting improvements. It's available in various formats, such as a VSCode extension and Neovim plugin, making it accessible to different users. By using this tool, developers can write more accurate SQL code faster and improve their overall development experience.

https://github.com/supabase-community/postgres-language-server
#lua

**Avante.nvim** is a Neovim plugin that brings AI capabilities to your coding workflow. It allows you to interact with AI models like OpenAI and Claude directly within Neovim, providing intelligent code suggestions and modifications. You can ask questions about your code, receive suggestions, and apply changes with ease. This plugin is similar to Cursor AI but designed for Neovim users, enhancing productivity by automating code editing tasks. It's still under development, so expect new features and improvements over time.

https://github.com/yetone/avante.nvim
#cplusplus #api #cplusplus #framework #game_development #game_engine #gamedev #gui #imgui #immediate_gui #library #multi_platform #native #toolkit #tools #ui

Dear ImGui is a simple and powerful C++ library for creating graphical user interfaces (GUIs). It's mainly used in game development and is great for making tools like debuggers or editors. Dear ImGui uses an "Immediate Mode" approach, which means it creates and draws widgets each frame, making it fast and easy to use. It supports many platforms and renderers like OpenGL and Vulkan, and it's free under the MIT license. This library helps developers create dynamic interfaces quickly and with less code, reducing bugs and making development easier.

https://github.com/ocornut/imgui
#go #agents #ai #caching #ci_cd #containers #continuous_deployment #continuous_integration #dag #dagger #devops #docker #graphql #workflows

Dagger is a tool that helps make workflows easier to manage. It lets you break down complex tasks into smaller, reusable parts that can run in different environments. This means you can work with many languages and tools without worrying about compatibility issues. Dagger also helps you see what's happening in your workflows, making it easier to fix problems. It saves time and money by caching results, so you don't have to redo tasks. Overall, Dagger makes it simpler to build and manage workflows, especially for AI and software development tasks.

https://github.com/dagger/dagger
#ruby

HCB is a financial tool that helps groups like hackathons and robotics teams manage their money. It provides a 501(c)(3) status, which allows teams to receive tax-deductible donations. Teams can issue debit cards, track expenses, and make reimbursements easily. HCB also handles taxes automatically, making it easier for teams to focus on their projects. This platform is open-source and offers 24-hour support, which helps teams manage their finances efficiently and transparently.

https://github.com/hackclub/hcb
#typescript #docker #docker_compose #docker_deployment #docker_stack #docker_stack_deploy #docker_ui #responsive #self_hosted #selfhosted #single_page_app #socket_io #webapp #websocket

Dockge is a user-friendly tool for managing Docker Compose applications. It offers a simple interface where you can create, edit, start, stop, and manage your Docker containers and services. Dockge includes features like an interactive YAML editor, a web terminal, and real-time monitoring. This makes it easier to manage your Docker applications without needing to use the command line. It's especially useful for those who prefer working with `compose.yaml` files, providing a more streamlined experience compared to other tools like Portainer.

https://github.com/louislam/dockge