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
#python #cloud_native #cncf #deep_learning #docker #fastapi #framework #generative_ai #grpc #jaeger #kubernetes #llmops #machine_learning #microservice #mlops #multimodal #neural_search #opentelemetry #orchestration #pipeline #prometheus

Jina-serve is a tool that helps you build and deploy AI services easily. It supports major machine learning frameworks and allows you to scale your services from local development to production quickly. You can use it to create AI services that communicate via gRPC, HTTP, and WebSockets. It has features like built-in Docker integration, one-click cloud deployment, and support for Kubernetes and Docker Compose, making it easy to manage and scale your AI applications. This makes it simpler for you to focus on the core logic of your AI projects without worrying about the technical details of deployment and scaling.

https://github.com/jina-ai/serve
#cplusplus #aax #au #audio #audiounit #auv3 #c_plus_plus #cpp #framework #juce #plugin #vst #vst3

JUCE is a free, open-source framework that helps you create desktop and mobile applications, including audio plug-ins. It works on many platforms like macOS, iOS, Windows, and Linux. You can use JUCE with tools like CMake or the Projucer to manage your projects easily. This makes it simple to start new projects, view tutorials, and run examples. The benefit to you is that JUCE allows you to develop cross-platform applications quickly and efficiently, saving time and effort. It also provides detailed documentation and tutorials to help you get started.

https://github.com/juce-framework/JUCE
#swift #framework #http #http2 #server #server_side_swift #swift #vapor #web_framework

Vapor is a web framework for Swift that helps you build websites, APIs, and cloud projects easily. It has a simple and expressive way of coding, making it user-friendly. You can join a supportive community of developers on Discord to get help and share ideas. If you find any bugs or security issues, you can report them directly. Vapor also has sponsors and backers who support its development, ensuring it keeps improving. Using Vapor can save you time and effort in building your projects efficiently.

https://github.com/vapor/vapor
👎1
#cplusplus #bdd #cpp #cpp14 #framework #no_dependencies #tdd #test_framework #testing

Catch2 is a tool for testing and benchmarking C++ code. It makes writing tests easy and natural, similar to how you write regular C++ code. You don't need special names for your tests, and the assertions look like normal boolean expressions. This makes it simpler to check if your code works correctly. Catch2 also includes features for micro-benchmarking, which helps you measure how fast your code runs. Using Catch2 benefits you by making it easier to ensure your code is working as expected and to improve its performance.

https://github.com/catchorg/Catch2
#blade #framework #laravel #php

Laravel is a powerful tool for building web applications. It helps developers by making common tasks easier, like routing and database management. Laravel uses an MVC pattern to keep code organized and easy to maintain. It also includes features like authentication and caching, which make your website faster and more secure. Using Laravel can save you time and effort because it provides many built-in tools and resources, allowing you to focus on creating the main parts of your application. This makes developing websites more enjoyable and efficient.

https://github.com/laravel/laravel
🖕1
#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
#php #bundle #framework #hacktoberfest #php #php_framework #symfony #symfony_bundle

Symfony is a powerful PHP framework that helps build web and console applications. It offers reusable components, making development faster and easier. Symfony is used by many popular projects and is known for its flexibility and efficiency. Using Symfony benefits developers by saving time, reducing repetitive coding tasks, and providing a strong community for support. It's ideal for both small and large projects, allowing developers to focus on creating features rather than building everything from scratch.

https://github.com/symfony/symfony
#go #framework #gin #go #middleware #performance #router #server

Gin is a fast web framework for Go that helps developers build efficient backend applications. It offers features like **speed**, **middleware support**, **crash-free operation**, and **JSON validation**. This makes it ideal for projects requiring high performance and reliability. By using Gin, developers can create robust web applications quickly and easily, benefiting from its lightweight design and active community support.

https://github.com/gin-gonic/gin
#go #framework #go #go_framework #golang #golang_framework #grpc #grpc_go #grpc_golang #hacktoberfest #http_server #logging #metrics #microservice #microservice_framework #opentelemetry #performance #rest_api #server #tracing #web_framework

GoFr is a microservice development framework designed to simplify the creation and management of microservices. It offers features like easy API syntax, built-in observability, and support for REST and gRPC, making it efficient for developers. With GoFr, you can focus on building your application without getting bogged down by complex configurations. The framework also supports Kubernetes deployment, ensuring your services are scalable and maintainable. By using GoFr, you can accelerate your development process, improve application performance, and enhance overall productivity, allowing you to deliver high-quality software faster.

https://github.com/gofr-dev/gofr
1
#go #express #expressjs #fast #fiber #flexible #framework #friendly #go #golang #hacktoberfest #hacktoberfest2020 #nodejs #performance #rest_api #web

Fiber is a fast and easy-to-use web framework for Go, inspired by Express.js. It offers **high performance** thanks to its use of the Fasthttp engine and **zero memory allocation**. This makes it ideal for building **high-load applications** and **microservices**. Fiber also supports **robust routing**, **static files**, **WebSockets**, and **middleware**, making it a great choice for developers transitioning from Node.js to Go. Its simple API and extensive documentation help developers build web applications quickly and efficiently.

https://github.com/gofiber/fiber
#typescript #android #app_framework #expo #framework #frontend #ios #javascript #mobile #native #native_apps #react #react_native #typescript #universal #web #web_framework

Expo is a tool that helps you make apps for Android, iOS, and the web using React and JavaScript. It simplifies the development process by handling complex tasks, allowing you to focus on features. Expo offers fast setup, easy access to native features like the camera, and painless updates without needing store approvals. You can write one codebase and deploy it across multiple platforms, saving time and effort. Expo also has a strong community and flexible workflows, making it easier to find help and customize your app as needed.

https://github.com/expo/expo
#python #api #async #asyncio #fastapi #framework #json #json_schema #openapi #openapi3 #pydantic #python #python_types #python3 #redoc #rest #starlette #swagger #swagger_ui #uvicorn #web

FastAPI is a modern Python web framework for building fast, reliable APIs that is easy to learn and quick to code, making it ready for production use right away. It uses standard Python type hints, which means you get automatic data validation, fewer bugs, and great editor support with code completion and type checks. FastAPI also generates interactive documentation automatically, so you and your team can understand and test your API easily. The main benefit is that you can develop robust, high-performance APIs much faster and with less effort, while reducing errors and making your code easier to maintain[1][2][3].

https://github.com/fastapi/fastapi
👍1
#python #crawler #crawling #framework #hacktoberfest #python #scraping #web_scraping #web_scraping_python

Scrapy is a powerful tool for extracting data from websites. It works on many platforms and requires Python 3.9 or higher. Scrapy is free, stable, and can handle complex tasks efficiently. It allows you to manage multiple requests at once, making it fast and efficient for large-scale data extraction. Scrapy also supports various formats for storing data and has features like auto-throttling to prevent overwhelming websites. This makes it a great choice for users who need to collect data from many websites quickly and reliably.

https://github.com/scrapy/scrapy
#typescript #agents #agi #ai #api #backend #developer_tools #framework #genai #javascript #python #ruby

Motia is a modern backend framework that helps simplify complex systems by combining APIs, background jobs, events, and AI agents into one unified system. It allows developers to write code in multiple languages like JavaScript, TypeScript, and Python, all within the same project. This makes it easier to manage and deploy applications, reducing complexity and errors. With Motia, you get built-in observability and one-click deployments, making it easier to monitor and debug your workflows. This means you can focus on your business logic without worrying about the underlying infrastructure.

https://github.com/MotiaDev/motia
#typescript #12_factor #12_factor_agents #agents #ai #context_window #framework #llms #memory #orchestration #prompt_engineering #rag

The 12-Factor Agents are a set of proven principles to build reliable, scalable, and maintainable AI applications powered by large language models (LLMs). They help you combine the creativity of AI with the stability of traditional software by managing prompts, context, tool calls, error handling, and human collaboration effectively. Instead of relying solely on complex frameworks, you can apply these modular concepts to improve your existing products quickly and reach high-quality AI performance for real users. This approach makes AI software easier to develop, debug, and scale, ensuring it works well in production environments[1][3][5].

https://github.com/humanlayer/12-factor-agents
#php #framework #pest #php #testing

Pest is a modern, simple, and elegant PHP testing framework designed to make writing and running tests easy and enjoyable. It offers a clean, readable syntax inspired by popular tools like RSpec and Jest, helping you write clear and maintainable tests quickly. Pest includes powerful features such as built-in browser testing, fast parallel test runs, detailed error messages, and code coverage reports, all in one tool. This means you can confidently ensure your PHP applications work correctly while saving time and improving code quality, whether you’re working on small projects or large applications.

https://github.com/pestphp/pest
#python #agents #ai #framework #llm #openai #python

The OpenAI Agents SDK is a Python framework that lets you easily build and connect AI agents—smart programs that can talk, use tools, and work together to solve tasks[2][3]. You can turn any Python function into a tool an agent can use, set up safety checks to control what agents do, and automatically pass tasks between different agents when needed[2][4]. The SDK manages conversation history for you, so agents remember past interactions, and it includes tools to track and debug how agents make decisions[2]. This makes it simple to create reliable, customizable AI helpers for things like customer support, research, or automation, with clear oversight and fast development.

https://github.com/openai/openai-agents-python