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
​​Joplin - (★ 16.8k on GitHub) is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format.

#js #todo #note
​​wttr.in - (★ 12.3k on GitHub) is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers.

To see it in action, just open your console and hit the command:

$ curl http://v2.wttr.in

Check out the GitHub page for more examples

#terminal #cli #tui #python
​​Trilium Notes - (★ 8.4k) is a hierarchical note taking application with focus on building large personal knowledge bases. See screenshots for quick overview.

#wiki #js
​​telega.el - (★ 428) is full featured unofficial client for Telegram platform for GNU Emacs. 🤓

#emacs #gnu #bobukrecommends
​​macintosh.js - (★ 4.3k) is Mac OS 8, running in an Electron app pretending to be a 1991 Macintosh Quadra.

#nerds #jsiseverywhere #js #electron #mac #archeology
​​awesome-web-effect - (★ 227) is a large collection of exquisite and compact web page cool effects. Most of them are written on JS or/and CSS.

#design #css #js #effects
​​Mermaid - (★ 31.5k at GitHub) is a Javascript based diagramming and charting tool. It generates diagrams flowcharts and more, using markdown-inspired text for ease and speed.

#js #diagram #chart
​​tmpmail - (★517) is a command line utility that allows you to create a temporary email address and receive emails to the temporary email address. It uses 1secmail's API to receive the emails.

#cli #tui #terminal #email
​​csview - (★130) is high performance command line CSV file viewer with cjk/emoji support. Very handy utility if you need to open large CSV files and you don’t want to open Excel for it.

#cli #tui #terminal #rust #csv
​​GHunt - (★3.3k) is an OSINT tool to extract information from any Google Account using an email.

It can currently extract:

• Owner's name
• Last time the profile was edited
• Google ID
• If the account is a Hangouts Bot
• Activated Google services (YouTube, Photos, Maps, News360, Hangouts, etc.)
• Possible YouTube channel
• Possible other usernames
• Public photos
• Phone models
• Phone firmwares
• Installed software
• Google Maps reviews
• Possible physical location

#privacy #python
​​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