Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​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
​​Uptime - (★2.3k on GitHub) s the open-source uptime monitor and status page, powered entirely by GitHub Actions and Issues. Using GitHub Actions, monitor unlimited webpages every 5 minutes, and store version-controlled response time stats.

#monitoring
​​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
​​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 #github
​​FlowChart.fun - (★454 on GitHub) easy webapp to create flowcharts by simply typing text with indents.

#react #chart
​​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
​​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
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
​​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
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
​​Calendso - (★4k on GitHub) - the open-source Calendly alternative. Self-hosted, white-label by design, API-driven and ready to be deployed on your own domain. You are in control of your events and data.

#calendar #scheduler #meetings
​​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
​​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
​​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
👍1
​​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
​​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++
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 #terminal
​​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
​​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
​​Lapce - (2.2k★) is lightning-fast and Powerful Code Editor written in Rust.

#editor #ide #code