Popper.js is a library for positioning elements relative to other elements, like tooltip positioning or dock positioning. Famous libraries and frameworks are using Popper.js library to position tooltips and hover effects, including bootstrap. There are plenty of options and plugins to make Popper.js a powerful positioning library, including auto flipping, keeping target inside a certain …
Keep SSH connection over Outline connection.
As most of you are already familiar with, Outline is a good ShadowSocks client, which provides tunneling for all traffic on computer. But there is one big draw back, when we are doing server related works over SSH connection.Somehow, Outline app automatically detects and disconnects SSH connection after around 15 seconds of idle time. We …
Gunicorn, Python WSGI HTTP Server for UNIX
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy. Installation Here’s a quick rundown on how to get started with Gunicorn. For more details read the documentation.
TRON Blockchain
TRON is an ambitious project dedicated to the establishment of a truly decentralized Internet and its infrastructure. The current TRON team radiates out from Beijing to Seoul, Tokyo, San Francisco and many other countries and regions, totaling more than 100 members. The technological backbones of TRON are experienced blockchain enthusiasts who were previously employed by …
Bitbucket Pipelines & Deployments
Integrated CI/CD for Bitbucket Cloud that’s trivial to set up, automating your code from test to production. https://bitbucket.org/product/features/pipelines
Laravel Dusk Test for Iframe
Some Time you can create Browser tests by using laravel dusk. Generally dusk provides almost functionalities for Browser test. You can do following as when you are going to test for iframe. Iframe name = stripe_checkout_app $browser->driver->switchTo()->frame(‘stripe_checkout_app’);
Code Beautify
Code Beautify is the 3rd party service that provides numerous converters, editors, validators and etc.https://codebeautify.org/
Foreign exchange rates and currency conversion JSON API
Fixer is a simple and lightweight API for current and historical foreign exchange (forex) rates. It provides over 150 currencies real-time exchange rate. It also includes the free plan and it only provides the rate corresponding Euro not USD on free plan.https://fixer.io/
Filepond.js – Elegant and Easy to use file uploader widget
Filepond is a JavaScript library that can upload anything you throw at it, optimizes images for faster uploads, and offers a great, accessible, silky smooth user experience. We can install filepond on any frontend frameworks or libraries including React, Vue, Angular or Vanilla js, using npm or direct CDN links. It has all frontend related features, including drag and …
Two successive setTimeout with rxjs
Delay emitted values by given time.