Dev Useful Stuff
رفتن به کانال در Telegram
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
نمایش بیشترکشور مشخص نشده استفناوری و برنامهها30 899
2 095
مشترکین
+224 ساعت
+47 روز
+1630 روز
آرشیو پست ها
2 096
2 096
Toxiproxy - (7.4k★) is a TCP proxy to simulate network and system conditions for chaos and resiliency testing. It's made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization. Toxiproxy is the tool you need to prove with tests that your application doesn't have single points of failure.
#ci #test #resiliency
2 096
Argo Project - is a collection of projects to get stuff done with Kubernetes
- Argo Workflows (9.7k★) — is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition).
- Argo CD (7.6k★) — is a declarative, GitOps continuous delivery tool for Kubernetes.
- Argo Events (1.2k★) — is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different actions (such as the creation of Kubernetes objects, invoke workflows or serverless workloads) on over 20 different events (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).
...and others tools
#kubernetes #orchestration #devops #deploy #ci #cd
2 096
ripgrep - (27.5k★) is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default,
ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. Written on Rust.
#rust #search #cli #terminal2 096
Manticore Search - (724★ on GitHub) is the lightweight SQL-first database designed for search applications that suits both big and small data collections. Written in C++
#search #index #c++
2 096
Earthly - (4,8k★ on GitHub) is a build automation tool for the container era. It allows you to execute all your builds in containers. This makes them self-contained, repeatable, portable and parallel. You can use Earthly to create Docker images and artifacts (e.g., binaries, packages, arbitrary files).
#build #ci #cd #docker #makefile
2 096
Piped - (1k★) is an alternative YouTube self-hosted frontend which is efficient by design.
By using Piped, you can freely watch and listen to content freely without the fear of prying eyes watching everything you are doing.
Features:
- No Ads
- No Tracking
- Infinite Scrolling
- Login
- Feeds
- Integration with SponsorBlock
- Integration with LBRY
- 4K support
- No connections to Google's servers
- Playing just audio
- Comments
- Playlist support
- Captions support
- Search Suggestions
- Livestreams support with a quality selector
- PWA support
- Support for IOS
- Preferences saved locally
- Multi-region loadbalancing
- Performant by design, designed to handle 1000s of users concurrently
#youtube #privacy
2 096
BitClout - (150★ at GitHub) is a new type of social network that lets you speculate on people and posts with real money, and it’s built from the ground up as its own custom blockchain.
This is very interesting idea and ambitious experiment, so try to read their main concept ideas here: https://docs.bitclout.com/
#social #network #crypto
2 096
lightGallery - (4.3★ at GitHub) A yet another lightweight, modular, JavaScript image and video lightbox gallery plugin. Available for React.js, Vue.js, Angular, and TypeScript.
#gallery #js #images
2 096
2 096
Awesome-Selfhosted - (★58.1k) is a list of Free Software network services and web applications which can be hosted on your own servers
#awesome #free #opensourse
2 096
Ory/Kratos - (★3.1k on GitHub) - Next-gen SSO identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, profile management, identity schemas, social sign in, registration, account recovery, service-to-service and IoT auth. Can work as an OAuth2 / OpenID Connect Provider. Golang, headless, API-only - without templating or theming headaches.
#sso #user #management #login #auth #bobukrecommends
2 096
Reproxy - (★270 on GitHub) is a minimalistic reverse proxy server from legendary Umputun and Bobuk.
- Automatic SSL termination with Lets Encrypt
- Support of user-provided ssl certificates
- Simple but flexible proxy rules
- Static, command line proxy rules provider
- Dynamic, file-based proxy rules provider
- Docker provider with an automatic discovery
- Optional traffic compression
- User-defined limits and timeouts
- Single binary distribution
- Docker container distribution
- Builtin static assets server
- Open source
I will try to install this proxy for my personal server to try it because I had recently some issues with Caddy
#proxy #reverse #bobukrecommends
2 096
Focalboard - (★2.2k on GitHub) is an open source, self-hosted alternative to Trello, Notion, and Asana.
It helps define, organize, track and manage work across individuals and teams. Focalboard comes in two editions:
- Focalboard Personal Desktop: A stand-alone desktop app for your todos and personal projects. This is a single-tenant locally run server running Focalboard for optimal speed and performance.
- Focalboard Personal Server: A self-hosted server for your team to collaborate.
#todo #tickets #planning
2 096
Tauri - (★13.4k on GitHub) is a framework for building tiny, blazing fast binaries for all major desktop platforms. The core is built with Rust and the CLI leverages Node.js making Tauri a genuinely polyglot approach to creating and maintaining great apps.
The biggest difference from Electron is that it doesn't use Chromium under the hood, it uses system webviews. That makes it much faster and more resource efficient.
#desktop #rust #cli
2 096
FlowChart.fun - (★454 on GitHub) easy webapp to create flowcharts by simply typing text with indents.
#react #chart
2 096
github1s - (★3.6k) one second to read GitHub code with VS Code. Just add
1s after github and press Enter in browser address bar for any repository you want to read.
For Example VS Code:
https://github1s.com/microsoft/vscode
#awesome #vscode #github2 096
Uroboros - (★398) is a GNU/Linux monitoring tool focused on single processes.
While utilities like top, ps and htop provide great overall details, they often lack useful temporal representation for specific processes, such visual representation of the process data points can be used to profile, debug and generally monitor its good health. There are tools like psrecord that can record some of the activity of a process, but some graphical server is required for rendering, and it's neither complete nor realtime.
Uroboros aims to fill this gap by providing a single tool to record, replay and render in realtime process runtime information in the terminal, without affecting the process performances like more invasive ptrace based solutions would do.
See it in action.
#monitoring #linux #ps #process
2 096
2 096
NSQ - (★18.7k on GitHub) is a realtime distributed messaging platform designed to operate at scale, handling billions of messages per day.
It promotes distributed and decentralized topologies without single points of failure, enabling fault tolerance and high availability coupled with a reliable message delivery guarantee.
Operationally, NSQ is easy to configure and deploy (all parameters are specified on the command line and compiled binaries have no runtime dependencies). For maximum flexibility, it is agnostic to data format (messages can be JSON, MsgPack, Protocol Buffers, or anything else).
#messaging #queue #broker
اکنون در دسترس! پژوهش تلگرام ۲۰۲۵ — مهمترین بینشهای سال 
