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
​​git-bug - (★ 4.1k) is distributed, offline-first bug tracker embedded in git, with bridges.

• is fully embeded in git: you only need your git repository to have a bug tracker
• is distributed: use your normal git remote to collaborate, push and pull your bugs!
• works offline: in a plane or under the sea? Keep reading and writing bugs!
• prevents vendor lock-in: your usual service is down or went bad? You already have a full backup.
• is fast: listing bugs or opening them is a matter of milliseconds
• doesn't pollute your project: no files are added in your project
• integrates with your tooling: use the UI you like (CLI, terminal, web) or integrate with your existing tools through the CLI or the GraphQL API
• bridges to other bug trackers: use bridges to import and export to other trackers.

#git #github #issue #tracker #bobukrecommends
Jitsi is a set of open-source projects that allows you to easily build and deploy secure videoconferencing solutions. At the heart of Jitsi are:

Jitsi Videobridge - (★ 1.6k) is an XMPP server component that allows for multiuser video communication. Unlike the expensive dedicated hardware videobridges, Jitsi Videobridge does not mix the video channels into a composite video stream, but only relays the received video channels to all call participants. Therefore, while it does need to run on a server with good network bandwidth, CPU horsepower is not that critical for performance.

Jitsi Meet - (★ 9.6k) is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, secure and scalable video conferences. The Jitsi Meet client runs in your browser, without installing anything else on your computer.

#video #conference #privacy
​​qrcp - (★ 3.2k) cli tool that helps you to transfer files over Wi-Fi from your computer to a mobile device by scanning a QR code without leaving the terminal. Very interesting project!

#qr #cli #files #share
​​98.css - (★ 2.2k on GitHub) is a CSS library for building interfaces that look like Windows 98

#css #windows #oldschool
​​DeSed - (★ 506) is the debugger for sed: demystify and debug your sed scripts, from comfort of your terminal. Desed is a command line tool with beautiful TUI that provides users with comfortable interface and practical debugger, used to step through complex sed scripts.

#cli #tui #sed #rust
​​GoTTY - (★ 13.8k) is a simple command line tool that turns your CLI tools into web applications.

#cli #webapp #share
​​vscode-drawio - (★ 3.2k) is the extension integrating Draw.io into VS Code. It allows to draw diagrams and charts right inside your favourite IDE.

#vscode #drawio #charts
​​Deno - (★ 57.4k on GitHub) is a secure runtime for JavaScript and TypeScript, a modern Node.js alternative. Deno aims to provide a productive and secure scripting environment for the modern programmer. It is built on top of V8, Rust, and TypeScript.

Please take a look at the Deno Handbook as well for a quick start.

#nodejs #rust #v8 #js #javascript #typescript
​​wifi.dev.bdw.to - Print a neat little card with your WiFi info and stick it on the fridge. The source code is on the GitHub (★ 425)

#wifi #print #qr #qrcode #js
​​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